Color Hex Logo

#d1250b Color Hex

#D1250B
(209,37,11)
0 Favorites   0 Comments

Color spaces of #d1250b

RGB 2093711
HSL0.020.900.43
HSV95°82°
CMYK 0.000.820.95   0.18
XYZ27.016514.90261.7692
Yxy14.90260.61840.3411
Hunter Lab38.603957.364424.3055
CIE-Lab45.500563.662555.3788

#d1250b color RGB value is (209,37,11).

#d1250b hex color red value is 209, green value is 37 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #d1250b hue: 0.02 , saturation: 0.90 and the lightness value of d1250b is 0.43.

The process color (four color CMYK) of #d1250b color hex is 0.00, 0.82, 0.95, 0.18. Web safe color of #d1250b is #cc3300. Color #d1250b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00100101 00001011
Octal 321 45 13
Decimal 209 37 11
Hex D1 25 B

RGB Percentages of Color #d1250b

%81.32
%14.40
%4.28

CMYK Percentages of Color #d1250b

%0
%82
%95
%18

Triadic Colors of #d1250b

#d1250b #0bd125 #250bd1

Analogous Colors of #d1250b

#d1250b #d1880b #d10b54

Monochromatic Colors of #d1250b

#d1250b

Complementary Color

#d1250b #0bb7d1

#d1250b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1250b Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1250b Color CSS Codes

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

#d1250b Text Font Color

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

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


#d1250b Background Color

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

This div background color is #d1250b


#d1250b Border Color

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

This div border color is #d1250b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1250b


Comments

No comments written yet.

Please login to write comment.