Color Hex Logo

#dc090f Color Hex

#DC090F
(220,9,15)
0 Favorites   0 Comments

Color spaces of #dc090f

RGB 220915
HSL1.000.920.45
HSV358°96°86°
CMYK 0.000.960.93   0.14
XYZ29.699115.44551.8679
Yxy15.44550.63170.3285
Hunter Lab39.300866.113924.6926
CIE-Lab46.238471.021355.7261

#dc090f color RGB value is (220,9,15).

#dc090f hex color red value is 220, green value is 9 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #dc090f hue: 1.00 , saturation: 0.92 and the lightness value of dc090f is 0.45.

The process color (four color CMYK) of #dc090f color hex is 0.00, 0.96, 0.93, 0.14. Web safe color of #dc090f is #cc0000. Color #dc090f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 00001001 00001111
Octal 334 11 17
Decimal 220 9 15
Hex DC 9 F

RGB Percentages of Color #dc090f

%90.16
%3.69
%6.15

CMYK Percentages of Color #dc090f

%0
%96
%93
%14

Triadic Colors of #dc090f

#dc090f #0fdc09 #090fdc

Analogous Colors of #dc090f

#dc090f #dc6d09 #dc0979

Monochromatic Colors of #dc090f

#dc090f

Complementary Color

#dc090f #09dcd6

#dc090f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dc090f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dc090f Color CSS Codes

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

#dc090f Text Font Color

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

This sample text font color is #dc090f
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.


#dc090f Background Color

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

This div background color is #dc090f


#dc090f Border Color

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

This div border color is #dc090f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(220,9,15, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dc090f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dc090f;
  -webkit-box-shadow: 1px 1px 3px 2px #dc090f;
  box-shadow:         1px 1px 3px 2px #dc090f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,9,15, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dc090f


Comments

No comments written yet.

Please login to write comment.