Color Hex Logo

#d12119 Color Hex

#D12119
(209,33,25)
0 Favorites   0 Comments

Color spaces of #d12119

RGB 2093325
HSL0.010.790.46
HSV88°82°
CMYK 0.000.840.88   0.18
XYZ27.013814.71322.3358
Yxy14.71320.61310.3339
Hunter Lab38.357858.584023.2400
CIE-Lab45.238964.779350.0123

#d12119 color RGB value is (209,33,25).

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

The process color (four color CMYK) of #d12119 color hex is 0.00, 0.84, 0.88, 0.18. Web safe color of #d12119 is #cc3300. Color #d12119 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00100001 00011001
Octal 321 41 31
Decimal 209 33 25
Hex D1 21 19

RGB Percentages of Color #d12119

%78.28
%12.36
%9.36

CMYK Percentages of Color #d12119

%0
%84
%88
%18

Triadic Colors of #d12119

#d12119 #19d121 #2119d1

Analogous Colors of #d12119

#d12119 #d17d19 #d1196d

Monochromatic Colors of #d12119

#d12119

Complementary Color

#d12119 #19c9d1

#d12119 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d12119 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d12119 Color CSS Codes

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

#d12119 Text Font Color

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

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


#d12119 Background Color

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

This div background color is #d12119


#d12119 Border Color

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

This div border color is #d12119


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d12119


Comments

No comments written yet.

Please login to write comment.