Color Hex Logo

#df241b Color Hex

#DF241B
(223,36,27)
0 Favorites   0 Comments

Color spaces of #df241b

RGB 2233627
HSL0.010.780.49
HSV88°87°
CMYK 0.000.840.88   0.13
XYZ31.260117.02892.6762
Yxy17.02890.61340.3341
Hunter Lab41.266163.002625.0412
CIE-Lab48.296467.993952.7059

#df241b color RGB value is (223,36,27).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 00100100 00011011
Octal 337 44 33
Decimal 223 36 27
Hex DF 24 1B

RGB Percentages of Color #df241b

%77.97
%12.59
%9.44

CMYK Percentages of Color #df241b

%0
%84
%88
%13

Triadic Colors of #df241b

#df241b #1bdf24 #241bdf

Analogous Colors of #df241b

#df241b #df861b #df1b74

Monochromatic Colors of #df241b

#df241b

Complementary Color

#df241b #1bd6df

#df241b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df241b Color Preview on White Background

Lorem ipsum dolor sit amet.

#df241b Color CSS Codes

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

#df241b Text Font Color

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

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


#df241b Background Color

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

This div background color is #df241b


#df241b Border Color

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

This div border color is #df241b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,36,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 #df241b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df241b


Comments

No comments written yet.

Please login to write comment.