Color Hex Logo

#de133c Color Hex

#DE133C
(222,19,60)
0 Favorites   0 Comments

Color spaces of #de133c

RGB 2221960
HSL0.970.840.47
HSV348°91°87°
CMYK 0.000.910.73   0.13
XYZ31.172716.32165.7824
Yxy16.32160.58510.3064
Hunter Lab40.400067.030919.7939
CIE-Lab47.393671.563334.1233

#de133c color RGB value is (222,19,60).

#de133c hex color red value is 222, green value is 19 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #de133c hue: 0.97 , saturation: 0.84 and the lightness value of de133c is 0.47.

The process color (four color CMYK) of #de133c color hex is 0.00, 0.91, 0.73, 0.13. Web safe color of #de133c is #cc0033. Color #de133c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 00010011 00111100
Octal 336 23 74
Decimal 222 19 60
Hex DE 13 3C

RGB Percentages of Color #de133c

%73.75
%6.31
%19.93

CMYK Percentages of Color #de133c

%0
%91
%73
%13

Triadic Colors of #de133c

#de133c #3cde13 #133cde

Analogous Colors of #de133c

#de133c #de5013 #de13a2

Monochromatic Colors of #de133c

#de133c

Complementary Color

#de133c #13deb5

#de133c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de133c Color Preview on White Background

Lorem ipsum dolor sit amet.

#de133c Color CSS Codes

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

#de133c Text Font Color

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

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


#de133c Background Color

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

This div background color is #de133c


#de133c Border Color

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

This div border color is #de133c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de133c


Comments

No comments written yet.

Please login to write comment.