Color Hex Logo

#df421b Color Hex

#DF421B
(223,66,27)
0 Favorites   0 Comments

Color spaces of #df421b

RGB 2236627
HSL0.030.780.49
HSV12°88°87°
CMYK 0.000.700.88   0.13
XYZ32.577519.66353.1153
Yxy19.66350.58850.3552
Hunter Lab44.343553.535926.8751
CIE-Lab51.454659.162855.1304

#df421b color RGB value is (223,66,27).

#df421b hex color red value is 223, green value is 66 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #df421b hue: 0.03 , saturation: 0.78 and the lightness value of df421b is 0.49.

The process color (four color CMYK) of #df421b color hex is 0.00, 0.70, 0.88, 0.13. Web safe color of #df421b is #cc3333. Color #df421b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 01000010 00011011
Octal 337 102 33
Decimal 223 66 27
Hex DF 42 1B

RGB Percentages of Color #df421b

%70.57
%20.89
%8.54

CMYK Percentages of Color #df421b

%0
%70
%88
%13

Triadic Colors of #df421b

#df421b #1bdf42 #421bdf

Analogous Colors of #df421b

#df421b #dfa41b #df1b56

Monochromatic Colors of #df421b

#df421b

Complementary Color

#df421b #1bb8df

#df421b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df421b Color Preview on White Background

Lorem ipsum dolor sit amet.

#df421b Color CSS Codes

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

#df421b Text Font Color

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

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


#df421b Background Color

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

This div background color is #df421b


#df421b Border Color

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

This div border color is #df421b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df421b


Comments

No comments written yet.

Please login to write comment.