Color Hex Logo

#d9250a Color Hex

#D9250A
(217,37,10)
0 Favorites   0 Comments

Color spaces of #d9250a

RGB 2173710
HSL0.020.910.45
HSV95°85°
CMYK 0.000.830.95   0.15
XYZ29.331616.09681.8482
Yxy16.09680.62040.3405
Hunter Lab40.120860.286725.3533
CIE-Lab47.101265.897157.3956

#d9250a color RGB value is (217,37,10).

#d9250a hex color red value is 217, green value is 37 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #d9250a hue: 0.02 , saturation: 0.91 and the lightness value of d9250a is 0.45.

The process color (four color CMYK) of #d9250a color hex is 0.00, 0.83, 0.95, 0.15. Web safe color of #d9250a is #cc3300. Color #d9250a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 00100101 00001010
Octal 331 45 12
Decimal 217 37 10
Hex D9 25 A

RGB Percentages of Color #d9250a

%82.20
%14.02
%3.79

CMYK Percentages of Color #d9250a

%0
%83
%95
%15

Triadic Colors of #d9250a

#d9250a #0ad925 #250ad9

Analogous Colors of #d9250a

#d9250a #d98d0a #d90a56

Monochromatic Colors of #d9250a

#d9250a

Complementary Color

#d9250a #0abed9

#d9250a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9250a Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9250a Color CSS Codes

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

#d9250a Text Font Color

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

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


#d9250a Background Color

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

This div background color is #d9250a


#d9250a Border Color

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

This div border color is #d9250a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9250a


Comments

No comments written yet.

Please login to write comment.