Shades of Alizarin #D82A39
Tints of Alizarin #D82A39
RGB
CMYK
RGB Variations
Color information
#D82A39 (or 0xD82A39) is known color: Alizarin. HEX triplet: D8, 2A and 39. RGB value is (216,42,57). Sum of RGB (Red+Green+Blue) = 216+42+57=315 (41% of max value = 765). Red value is 216 (84.77% from 255 or 68.57% from 315); Green value is 42 (16.80% from 255 or 13.33% from 315); Blue value is 57 (22.66% from 255 or 18.10% from 315); Max value from RGB is 216 - color contains mainly: red. Hex color #D82A39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D82A39 is #27D5C6. Grayscale: #5F5F5F. Windows color (decimal): -2610631 or 3746520. OLE color: 3746520.
HSL color Cylindrical-coordinate representation of color #D82A39: hue angle of 354.83º 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 #D82A39 is Cyan = 0, Magento = 0.81, Yellow = 0.74 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 42 | 57 | - |
| CMYK | 0 | 0.81 | 0.74 | 0.15 |
| HSL | 354.83º | 0.69% | 0.51% | - |
| HSV(B) | 354.83º | 0.81% | 0.85% | - |
| XYZ | 29.89 | 16.55 | 5.49 | - |
| YUV | 95.74 | 106.15 | 213.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 42 | 57 | 0 | 0.81 | 0.74 | 0.15 | 354.83 | 0.69 | 0.51 |
| Hex | D8 | 2A | 39 | 0 | 51 | 4A | F | 163 | 45 | 33 |
| Octal | 330 | 52 | 71 | 0 | 121 | 112 | 17 | 543 | 105 | 63 |
| Binary | 11011000 | 101010 | 111001 | 0 | 1010001 | 1001010 | 1111 | 101100011 | 1000101 | 110011 |
Color Harmonies of #D82A39
Complementary color
Monochromatic Colors of #D82A39
Black with #D82A39
Text Example
Text Example
White with #D82A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82A39; }
p { color: rgb(216,42,57); }
H1.HeaderClassName
{
color: #D82A39;
}
.AnyTagClassName
{
color: #D82A39;
}
</style>
background-color css
<style>
a { background-color: #D82A39; }
a { background-color: rgb(216,42,57); }
div.DivClassName
{
background-color: #D82A39;
}
.BgClassName
{
background-color: #D82A39;
}
</style>
border-color css
<style>
span { border-color: #D82A39; }
span { border-color: rgb(216,42,57); }
td.TdClassName
{
border-color: #D82A39;
}
.TagClassName
{
border-color: #D82A39;
}
</style>