Color Hex Logo

#de400d Color Hex

#DE400D
(222,64,13)
0 Favorites   0 Comments

Color spaces of #de400d

RGB 2226413
HSL0.040.890.46
HSV15°94°87°
CMYK 0.000.710.94   0.13
XYZ32.030219.22542.4035
Yxy19.22540.59690.3583
Hunter Lab43.846853.662927.4427
CIE-Lab50.949959.367859.3271

#de400d color RGB value is (222,64,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 01000000 00001101
Octal 336 100 15
Decimal 222 64 13
Hex DE 40 D

RGB Percentages of Color #de400d

%74.25
%21.40
%4.35

CMYK Percentages of Color #de400d

%0
%71
%94
%13

Triadic Colors of #de400d

#de400d #0dde40 #400dde

Analogous Colors of #de400d

#de400d #dea90d #de0d43

Monochromatic Colors of #de400d

#de400d

Complementary Color

#de400d #0dabde

#de400d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de400d Color Preview on White Background

Lorem ipsum dolor sit amet.

#de400d Color CSS Codes

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

#de400d Text Font Color

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

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


#de400d Background Color

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

This div background color is #de400d


#de400d Border Color

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

This div border color is #de400d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de400d


Comments

No comments written yet.

Please login to write comment.