Color Hex Logo

#df090a Color Hex

#DF090A
(223,9,10)
0 Favorites   0 Comments

Color spaces of #df090a

RGB 223910
HSL1.000.920.45
HSV360°96°87°
CMYK 0.000.960.96   0.13
XYZ30.583915.90531.7452
Yxy15.90530.63410.3298
Hunter Lab39.881467.093825.3225
CIE-Lab46.850071.721857.9356

#df090a color RGB value is (223,9,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 00001001 00001010
Octal 337 11 12
Decimal 223 9 10
Hex DF 9 A

RGB Percentages of Color #df090a

%92.15
%3.72
%4.13

CMYK Percentages of Color #df090a

%0
%96
%96
%13

Triadic Colors of #df090a

#df090a #0adf09 #090adf

Analogous Colors of #df090a

#df090a #df7309 #df0975

Monochromatic Colors of #df090a

#df090a

Complementary Color

#df090a #09dfde

#df090a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df090a Color Preview on White Background

Lorem ipsum dolor sit amet.

#df090a Color CSS Codes

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

#df090a Text Font Color

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

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


#df090a Background Color

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

This div background color is #df090a


#df090a Border Color

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

This div border color is #df090a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df090a


Comments

No comments written yet.

Please login to write comment.