Color Hex Logo

#de001d Color Hex

#DE001D
(222,0,29)
0 Favorites   0 Comments

Color spaces of #de001d

RGB 222029
HSL0.981.000.44
HSV352°100°87°
CMYK 0.001.000.87   0.13
XYZ30.346015.61832.5776
Yxy15.61830.62520.3217
Hunter Lab39.520067.903823.7969
CIE-Lab46.469772.470450.2795

#de001d color RGB value is (222,0,29).

#de001d hex color red value is 222, green value is 0 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #de001d hue: 0.98 , saturation: 1.00 and the lightness value of de001d is 0.44.

The process color (four color CMYK) of #de001d color hex is 0.00, 1.00, 0.87, 0.13. Web safe color of #de001d is #cc0033. Color #de001d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 00000000 00011101
Octal 336 0 35
Decimal 222 0 29
Hex DE 0 1D

RGB Percentages of Color #de001d

%88.45
%0.00
%11.55

CMYK Percentages of Color #de001d

%0
%100
%87
%13

Triadic Colors of #de001d

#de001d #1dde00 #001dde

Analogous Colors of #de001d

#de001d #de5200 #de008c

Monochromatic Colors of #de001d

#de001d

Complementary Color

#de001d #00dec1

#de001d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de001d Color Preview on White Background

Lorem ipsum dolor sit amet.

#de001d Color CSS Codes

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

#de001d Text Font Color

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

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


#de001d Background Color

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

This div background color is #de001d


#de001d Border Color

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

This div border color is #de001d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de001d


Comments

No comments written yet.

Please login to write comment.