Color Hex Logo

#de200d Color Hex

#DE200D
(222,32,13)
0 Favorites   0 Comments

Color spaces of #de200d

RGB 2223213
HSL0.020.890.46
HSV94°87°
CMYK 0.000.860.94   0.13
XYZ30.713416.59171.9645
Yxy16.59170.62340.3368
Hunter Lab40.732963.309825.6536
CIE-Lab47.741468.362457.4431

#de200d color RGB value is (222,32,13).

#de200d hex color red value is 222, green value is 32 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #de200d hue: 0.02 , saturation: 0.89 and the lightness value of de200d is 0.46.

The process color (four color CMYK) of #de200d color hex is 0.00, 0.86, 0.94, 0.13. Web safe color of #de200d is #cc3300. Color #de200d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 00100000 00001101
Octal 336 40 15
Decimal 222 32 13
Hex DE 20 D

RGB Percentages of Color #de200d

%83.15
%11.99
%4.87

CMYK Percentages of Color #de200d

%0
%86
%94
%13

Triadic Colors of #de200d

#de200d #0dde20 #200dde

Analogous Colors of #de200d

#de200d #de890d #de0d63

Monochromatic Colors of #de200d

#de200d

Complementary Color

#de200d #0dcbde

#de200d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de200d Color Preview on White Background

Lorem ipsum dolor sit amet.

#de200d Color CSS Codes

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

#de200d Text Font Color

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

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


#de200d Background Color

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

This div background color is #de200d


#de200d Border Color

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

This div border color is #de200d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de200d


Comments

No comments written yet.

Please login to write comment.