Color Hex Logo

#de130f Color Hex

#DE130F
(222,19,15)
0 Favorites   0 Comments

Color spaces of #de130f

RGB 2221915
HSL0.000.870.46
HSV93°87°
CMYK 0.000.910.93   0.13
XYZ30.443316.02981.9415
Yxy16.02980.62880.3311
Hunter Lab40.037265.661725.1510
CIE-Lab47.013670.490956.3937

#de130f color RGB value is (222,19,15).

#de130f hex color red value is 222, green value is 19 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #de130f hue: 0.00 , saturation: 0.87 and the lightness value of de130f is 0.46.

The process color (four color CMYK) of #de130f color hex is 0.00, 0.91, 0.93, 0.13. Web safe color of #de130f is #cc0000. Color #de130f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 00010011 00001111
Octal 336 23 17
Decimal 222 19 15
Hex DE 13 F

RGB Percentages of Color #de130f

%86.72
%7.42
%5.86

CMYK Percentages of Color #de130f

%0
%91
%93
%13

Triadic Colors of #de130f

#de130f #0fde13 #130fde

Analogous Colors of #de130f

#de130f #de7b0f #de0f73

Monochromatic Colors of #de130f

#de130f

Complementary Color

#de130f #0fdade

#de130f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de130f Color Preview on White Background

Lorem ipsum dolor sit amet.

#de130f Color CSS Codes

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

#de130f Text Font Color

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

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


#de130f Background Color

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

This div background color is #de130f


#de130f Border Color

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

This div border color is #de130f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de130f


Comments

No comments written yet.

Please login to write comment.