Color Hex Logo

#d1190c Color Hex

#D1190C
(209,25,12)
0 Favorites   0 Comments

Color spaces of #d1190c

RGB 2092512
HSL0.010.890.43
HSV94°82°
CMYK 0.000.880.94   0.18
XYZ26.708514.27711.6959
Yxy14.27710.62580.3345
Hunter Lab37.785060.049523.7884
CIE-Lab44.627766.170354.5835

#d1190c color RGB value is (209,25,12).

#d1190c hex color red value is 209, green value is 25 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #d1190c hue: 0.01 , saturation: 0.89 and the lightness value of d1190c is 0.43.

The process color (four color CMYK) of #d1190c color hex is 0.00, 0.88, 0.94, 0.18. Web safe color of #d1190c is #cc0000. Color #d1190c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00011001 00001100
Octal 321 31 14
Decimal 209 25 12
Hex D1 19 C

RGB Percentages of Color #d1190c

%84.96
%10.16
%4.88

CMYK Percentages of Color #d1190c

%0
%88
%94
%18

Triadic Colors of #d1190c

#d1190c #0cd119 #190cd1

Analogous Colors of #d1190c

#d1190c #d17c0c #d10c62

Monochromatic Colors of #d1190c

#d1190c

Complementary Color

#d1190c #0cc4d1

#d1190c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1190c Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1190c Color CSS Codes

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

#d1190c Text Font Color

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

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


#d1190c Background Color

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

This div background color is #d1190c


#d1190c Border Color

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

This div border color is #d1190c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1190c


Comments

No comments written yet.

Please login to write comment.