Shades of Alizarin #D82A34
Tints of Alizarin #D82A34
RGB
CMYK
RGB Variations
Color information
#D82A34 (or 0xD82A34) is known color: Alizarin. HEX triplet: D8, 2A and 34. RGB value is (216,42,52). Sum of RGB (Red+Green+Blue) = 216+42+52=310 (41% of max value = 765). Red value is 216 (84.77% from 255 or 69.68% from 310); Green value is 42 (16.80% from 255 or 13.55% from 310); Blue value is 52 (20.70% from 255 or 16.77% from 310); Max value from RGB is 216 - color contains mainly: red. Hex color #D82A34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D82A34 is #27D5CB. Grayscale: #5F5F5F. Windows color (decimal): -2610636 or 3418840. OLE color: 3418840.
HSL color Cylindrical-coordinate representation of color #D82A34: hue angle of 356.55º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D82A34 is Cyan = 0, Magento = 0.81, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 42 | 52 | - |
| CMYK | 0 | 0.81 | 0.76 | 0.15 |
| HSL | 356.55º | 0.69% | 0.51% | - |
| HSV(B) | 356.55º | 0.81% | 0.85% | - |
| XYZ | 29.77 | 16.5 | 4.87 | - |
| YUV | 95.17 | 103.65 | 214.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 42 | 52 | 0 | 0.81 | 0.76 | 0.15 | 356.55 | 0.69 | 0.51 |
| Hex | D8 | 2A | 34 | 0 | 51 | 4C | F | 165 | 45 | 33 |
| Octal | 330 | 52 | 64 | 0 | 121 | 114 | 17 | 545 | 105 | 63 |
| Binary | 11011000 | 101010 | 110100 | 0 | 1010001 | 1001100 | 1111 | 101100101 | 1000101 | 110011 |
Color Harmonies of #D82A34
Complementary color
Monochromatic Colors of #D82A34
Black with #D82A34
Text Example
Text Example
White with #D82A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82A34; }
p { color: rgb(216,42,52); }
H1.HeaderClassName
{
color: #D82A34;
}
.AnyTagClassName
{
color: #D82A34;
}
</style>
background-color css
<style>
a { background-color: #D82A34; }
a { background-color: rgb(216,42,52); }
div.DivClassName
{
background-color: #D82A34;
}
.BgClassName
{
background-color: #D82A34;
}
</style>
border-color css
<style>
span { border-color: #D82A34; }
span { border-color: rgb(216,42,52); }
td.TdClassName
{
border-color: #D82A34;
}
.TagClassName
{
border-color: #D82A34;
}
</style>