Color Hex Logo

#de250e Color Hex

#DE250E
(222,37,14)
0 Favorites   0 Comments

Color spaces of #de250e

RGB 2223714
HSL0.020.880.46
HSV94°87°
CMYK 0.000.830.94   0.13
XYZ30.865016.88442.0477
Yxy16.88440.61980.3391
Hunter Lab41.090662.170725.8088
CIE-Lab48.114067.319857.3553

#de250e color RGB value is (222,37,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 00100101 00001110
Octal 336 45 16
Decimal 222 37 14
Hex DE 25 E

RGB Percentages of Color #de250e

%81.32
%13.55
%5.13

CMYK Percentages of Color #de250e

%0
%83
%94
%13

Triadic Colors of #de250e

#de250e #0ede25 #250ede

Analogous Colors of #de250e

#de250e #de8d0e #de0e5f

Monochromatic Colors of #de250e

#de250e

Complementary Color

#de250e #0ec7de

#de250e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de250e Color Preview on White Background

Lorem ipsum dolor sit amet.

#de250e Color CSS Codes

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

#de250e Text Font Color

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

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


#de250e Background Color

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

This div background color is #de250e


#de250e Border Color

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

This div border color is #de250e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de250e


Comments

No comments written yet.

Please login to write comment.