Color Hex Logo

#d12a2a Color Hex

#D12A2A
(209,42,42)
1 Favorites   0 Comments

Color spaces of #d12a2a

RGB 2094242
HSL0.000.670.49
HSV80°82°
CMYK 0.000.800.80   0.18
XYZ27.540415.37843.7073
Yxy15.37840.59070.3298
Hunter Lab39.215356.731521.8456
CIE-Lab46.148262.982242.3290

#d12a2a color RGB value is (209,42,42).

#d12a2a hex color red value is 209, green value is 42 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #d12a2a hue: 0.00 , saturation: 0.67 and the lightness value of d12a2a is 0.49.

The process color (four color CMYK) of #d12a2a color hex is 0.00, 0.80, 0.80, 0.18. Web safe color of #d12a2a is #cc3333. Color #d12a2a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00101010 00101010
Octal 321 52 52
Decimal 209 42 42
Hex D1 2A 2A

RGB Percentages of Color #d12a2a

%71.33
%14.33
%14.33

CMYK Percentages of Color #d12a2a

%0
%80
%80
%18

Triadic Colors of #d12a2a

#d12a2a #2ad12a #2a2ad1

Analogous Colors of #d12a2a

#d12a2a #d17e2a #d12a7e

Monochromatic Colors of #d12a2a

#d12a2a

Complementary Color

#d12a2a #2ad1d1

#d12a2a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d12a2a Color Preview on White Background

Lorem ipsum dolor sit amet.

#d12a2a Color CSS Codes

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

#d12a2a Text Font Color

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

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


#d12a2a Background Color

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

This div background color is #d12a2a


#d12a2a Border Color

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

This div border color is #d12a2a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d12a2a

#d12a2a Color Palettes


Comments

No comments written yet.

Please login to write comment.