Color Hex Logo

#de290d Color Hex

#DE290D
(222,41,13)
0 Favorites   0 Comments

Color spaces of #de290d

RGB 2224113
HSL0.020.890.46
HSV94°87°
CMYK 0.000.820.94   0.13
XYZ30.989817.14452.0567
Yxy17.14450.61740.3416
Hunter Lab41.405961.136026.0391
CIE-Lab48.441666.370557.8422

#de290d color RGB value is (222,41,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 00101001 00001101
Octal 336 51 15
Decimal 222 41 13
Hex DE 29 D

RGB Percentages of Color #de290d

%80.43
%14.86
%4.71

CMYK Percentages of Color #de290d

%0
%82
%94
%13

Triadic Colors of #de290d

#de290d #0dde29 #290dde

Analogous Colors of #de290d

#de290d #de920d #de0d59

Monochromatic Colors of #de290d

#de290d

Complementary Color

#de290d #0dc2de

#de290d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de290d Color Preview on White Background

Lorem ipsum dolor sit amet.

#de290d Color CSS Codes

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

#de290d Text Font Color

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

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


#de290d Background Color

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

This div background color is #de290d


#de290d Border Color

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

This div border color is #de290d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de290d


Comments

No comments written yet.

Please login to write comment.