Color Hex Logo

#d4292a Color Hex

#D4292A
(212,41,42)
0 Favorites   0 Comments

Color spaces of #d4292a

RGB 2124142
HSL1.000.680.50
HSV360°81°83°
CMYK 0.000.810.80   0.17
XYZ28.362215.75013.7357
Yxy15.75010.59280.3292
Hunter Lab39.686458.115322.1995
CIE-Lab46.644964.099943.0203

#d4292a color RGB value is (212,41,42).

#d4292a hex color red value is 212, green value is 41 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #d4292a hue: 1.00 , saturation: 0.68 and the lightness value of d4292a is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 00101001 00101010
Octal 324 51 52
Decimal 212 41 42
Hex D4 29 2A

RGB Percentages of Color #d4292a

%71.86
%13.90
%14.24

CMYK Percentages of Color #d4292a

%0
%81
%80
%17

Triadic Colors of #d4292a

#d4292a #2ad429 #292ad4

Analogous Colors of #d4292a

#d4292a #d47e29 #d42980

Monochromatic Colors of #d4292a

#d4292a

Complementary Color

#d4292a #29d4d3

#d4292a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4292a Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4292a Color CSS Codes

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

#d4292a Text Font Color

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

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


#d4292a Background Color

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

This div background color is #d4292a


#d4292a Border Color

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

This div border color is #d4292a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(212,41,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 #d4292a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4292a

#d4292a Color Palettes


Comments

No comments written yet.

Please login to write comment.