color codes Logo

#dd231f color codes

#DD231F
(221,35,31)
0 Favorites   0 Comments

Color spaces of #dd231f

RGB 2213531
HSL0.000.750.49
HSV86°87°
CMYK 0.000.840.86   0.13
XYZ30.667116.67312.8982
Yxy16.67310.61040.3319
Hunter Lab40.832762.603924.3746
CIE-Lab47.845567.741350.3630

#dd231f color RGB value is (221,35,31).

#dd231f hex color red value is 221, green value is 35 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #dd231f hue: 0.00 , saturation: 0.75 and the lightness value of dd231f is 0.49.

The process color (four color CMYK) of #dd231f color code is 0.00, 0.84, 0.86, 0.13. Web safe color of #dd231f is #cc3333. Color #dd231f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 00100011 00011111
Octal 335 43 37
Decimal 221 35 31
Hex DD 23 1F

RGB Percentages of Color #dd231f

%77.00
%12.20
%10.80

CMYK Percentages of Color #dd231f

%0
%84
%86
%13

Triadic Colors of #dd231f

#dd231f #1fdd23 #231fdd

Analogous Colors of #dd231f

#dd231f #dd821f #dd1f7a

Monochromatic Colors of #dd231f

#dd231f

Complementary Color

#dd231f #1fd9dd

#dd231f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dd231f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dd231f Color CSS Codes

.mybgcolor {background-color:#dd231f; } 
.myforecolor {color:#dd231f; }
.mybordercolor {border:3px solid #dd231f; }

#dd231f Text Font Color

<p style="color:#dd231f">Text here</p>

This sample text font color is #dd231f
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#dd231f Background Color

<div style="background-color:#dd231f">
Div content here</div>

This div background color is #dd231f


#dd231f Border Color

<div style="border:3px solid #dd231f">
Div here</div>

This div border color is #dd231f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(221,35,31, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dd231f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dd231f;
  -webkit-box-shadow: 1px 1px 3px 2px #dd231f;
  box-shadow:         1px 1px 3px 2px #dd231f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,35,31, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #dd231f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #dd231f;
  -webkit-box-shadow: 1px 1px 3px 2px #dd231f;
  box-shadow:         1px 1px 3px 2px #dd231f;">
Div content here</div>

This div box has shadow with color #dd231f


Comments

No comments written yet.

Please login to write comment.