Color Hex Logo

#de251d Color Hex

#DE251D
(222,37,29)
0 Favorites   0 Comments

Color spaces of #de251d

RGB 2223729
HSL0.010.770.49
HSV87°87°
CMYK 0.000.830.87   0.13
XYZ31.007516.94142.7981
Yxy16.94140.61100.3338
Hunter Lab41.159962.441624.7813
CIE-Lab48.186167.537251.6459

#de251d color RGB value is (222,37,29).

#de251d hex color red value is 222, green value is 37 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #de251d hue: 0.01 , saturation: 0.77 and the lightness value of de251d is 0.49.

The process color (four color CMYK) of #de251d color hex is 0.00, 0.83, 0.87, 0.13. Web safe color of #de251d is #cc3333. Color #de251d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 00100101 00011101
Octal 336 45 35
Decimal 222 37 29
Hex DE 25 1D

RGB Percentages of Color #de251d

%77.08
%12.85
%10.07

CMYK Percentages of Color #de251d

%0
%83
%87
%13

Triadic Colors of #de251d

#de251d #1dde25 #251dde

Analogous Colors of #de251d

#de251d #de861d #de1d76

Monochromatic Colors of #de251d

#de251d

Complementary Color

#de251d #1dd6de

#de251d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de251d Color Preview on White Background

Lorem ipsum dolor sit amet.

#de251d Color CSS Codes

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

#de251d Text Font Color

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

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


#de251d Background Color

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

This div background color is #de251d


#de251d Border Color

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

This div border color is #de251d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de251d


Comments

No comments written yet.

Please login to write comment.