Color Hex Logo

#d8292c Color Hex

#D8292C
(216,41,44)
0 Favorites   0 Comments

Color spaces of #d8292c

RGB 2164144
HSL1.000.690.50
HSV359°81°85°
CMYK 0.000.810.80   0.15
XYZ29.566516.36673.9836
Yxy16.36670.59230.3279
Hunter Lab40.455859.656422.4809
CIE-Lab47.452065.284943.0050

#d8292c color RGB value is (216,41,44).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 00101001 00101100
Octal 330 51 54
Decimal 216 41 44
Hex D8 29 2C

RGB Percentages of Color #d8292c

%71.76
%13.62
%14.62

CMYK Percentages of Color #d8292c

%0
%81
%80
%15

Triadic Colors of #d8292c

#d8292c #2cd829 #292cd8

Analogous Colors of #d8292c

#d8292c #d87e29 #d82984

Monochromatic Colors of #d8292c

#d8292c

Complementary Color

#d8292c #29d8d5

#d8292c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8292c Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8292c Color CSS Codes

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

#d8292c Text Font Color

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

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


#d8292c Background Color

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

This div background color is #d8292c


#d8292c Border Color

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

This div border color is #d8292c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8292c


Comments

No comments written yet.

Please login to write comment.