Color Hex Logo

#df220b Color Hex

#DF220B
(223,34,11)
0 Favorites   0 Comments

Color spaces of #df220b

RGB 2233411
HSL0.020.910.46
HSV95°87°
CMYK 0.000.850.95   0.13
XYZ31.063916.85621.9329
Yxy16.85620.62310.3381
Hunter Lab41.056363.207625.9481
CIE-Lab48.078368.210458.3068

#df220b color RGB value is (223,34,11).

#df220b hex color red value is 223, green value is 34 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #df220b hue: 0.02 , saturation: 0.91 and the lightness value of df220b is 0.46.

The process color (four color CMYK) of #df220b color hex is 0.00, 0.85, 0.95, 0.13. Web safe color of #df220b is #cc3300. Color #df220b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 00100010 00001011
Octal 337 42 13
Decimal 223 34 11
Hex DF 22 B

RGB Percentages of Color #df220b

%83.21
%12.69
%4.10

CMYK Percentages of Color #df220b

%0
%85
%95
%13

Triadic Colors of #df220b

#df220b #0bdf22 #220bdf

Analogous Colors of #df220b

#df220b #df8c0b #df0b5e

Monochromatic Colors of #df220b

#df220b

Complementary Color

#df220b #0bc8df

#df220b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df220b Color Preview on White Background

Lorem ipsum dolor sit amet.

#df220b Color CSS Codes

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

#df220b Text Font Color

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

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


#df220b Background Color

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

This div background color is #df220b


#df220b Border Color

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

This div border color is #df220b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df220b


Comments

No comments written yet.

Please login to write comment.