Color Hex Logo

#df301b Color Hex

#DF301B
(223,48,27)
0 Favorites   0 Comments

Color spaces of #df301b

RGB 2234827
HSL0.020.780.49
HSV88°87°
CMYK 0.000.780.88   0.13
XYZ31.686217.88102.8182
Yxy17.88100.60490.3413
Hunter Lab42.285959.755425.6487
CIE-Lab49.351565.007453.5141

#df301b color RGB value is (223,48,27).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 00110000 00011011
Octal 337 60 33
Decimal 223 48 27
Hex DF 30 1B

RGB Percentages of Color #df301b

%74.83
%16.11
%9.06

CMYK Percentages of Color #df301b

%0
%78
%88
%13

Triadic Colors of #df301b

#df301b #1bdf30 #301bdf

Analogous Colors of #df301b

#df301b #df921b #df1b68

Monochromatic Colors of #df301b

#df301b

Complementary Color

#df301b #1bcadf

#df301b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#df301b Color Preview on White Background

Lorem ipsum dolor sit amet.

#df301b Color CSS Codes

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

#df301b Text Font Color

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

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


#df301b Background Color

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

This div background color is #df301b


#df301b Border Color

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

This div border color is #df301b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #df301b


Comments

No comments written yet.

Please login to write comment.