Color Hex Logo

#de201c Color Hex

#DE201C
(222,32,28)
0 Favorites   0 Comments

Color spaces of #de201c

RGB 2223228
HSL0.000.780.49
HSV87°87°
CMYK 0.000.860.87   0.13
XYZ30.850316.64652.6857
Yxy16.64650.61480.3317
Hunter Lab40.800163.569424.6573
CIE-Lab47.811568.569351.8011

#de201c color RGB value is (222,32,28).

#de201c hex color red value is 222, green value is 32 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #de201c hue: 0.00 , saturation: 0.78 and the lightness value of de201c is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 00100000 00011100
Octal 336 40 34
Decimal 222 32 28
Hex DE 20 1C

RGB Percentages of Color #de201c

%78.72
%11.35
%9.93

CMYK Percentages of Color #de201c

%0
%86
%87
%13

Triadic Colors of #de201c

#de201c #1cde20 #201cde

Analogous Colors of #de201c

#de201c #de811c #de1c79

Monochromatic Colors of #de201c

#de201c

Complementary Color

#de201c #1cdade

#de201c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de201c Color Preview on White Background

Lorem ipsum dolor sit amet.

#de201c Color CSS Codes

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

#de201c Text Font Color

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

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


#de201c Background Color

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

This div background color is #de201c


#de201c Border Color

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

This div border color is #de201c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de201c


Comments

No comments written yet.

Please login to write comment.