Color Hex Logo

#de231f Color Hex

#DE231F
(222,35,31)
0 Favorites   0 Comments

Color spaces of #de231f

RGB 2223531
HSL0.000.750.50
HSV86°87°
CMYK 0.000.840.86   0.13
XYZ30.972616.83062.9125
Yxy16.83060.61070.3319
Hunter Lab41.025162.967624.5084
CIE-Lab48.045968.012550.6105

#de231f color RGB value is (222,35,31).

#de231f hex color red value is 222, green value is 35 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #de231f hue: 0.00 , saturation: 0.75 and the lightness value of de231f is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 00100011 00011111
Octal 336 43 37
Decimal 222 35 31
Hex DE 23 1F

RGB Percentages of Color #de231f

%77.08
%12.15
%10.76

CMYK Percentages of Color #de231f

%0
%84
%86
%13

Triadic Colors of #de231f

#de231f #1fde23 #231fde

Analogous Colors of #de231f

#de231f #de831f #de1f7b

Monochromatic Colors of #de231f

#de231f

Complementary Color

#de231f #1fdade

#de231f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de231f Color Preview on White Background

Lorem ipsum dolor sit amet.

#de231f Color CSS Codes

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

#de231f Text Font Color

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

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


#de231f Background Color

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

This div background color is #de231f


#de231f Border Color

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

This div border color is #de231f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(222,35,31, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #de231f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #de231f;
  -webkit-box-shadow: 1px 1px 3px 2px #de231f;
  box-shadow:         1px 1px 3px 2px #de231f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,35,31, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de231f


Comments

No comments written yet.

Please login to write comment.