Shades of Alizarin #D82A3A
Tints of Alizarin #D82A3A
RGB
CMYK
RGB Variations
Color information
#D82A3A (or 0xD82A3A) is known color: Alizarin. HEX triplet: D8, 2A and 3A. RGB value is (216,42,58). Sum of RGB (Red+Green+Blue) = 216+42+58=316 (41% of max value = 765). Red value is 216 (84.77% from 255 or 68.35% from 316); Green value is 42 (16.80% from 255 or 13.29% from 316); Blue value is 58 (23.05% from 255 or 18.35% from 316); Max value from RGB is 216 - color contains mainly: red. Hex color #D82A3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D82A3A is #27D5C5. Grayscale: #5F5F5F. Windows color (decimal): -2610630 or 3812056. OLE color: 3812056.
HSL color Cylindrical-coordinate representation of color #D82A3A: hue angle of 354.48º 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 #D82A3A is Cyan = 0, Magento = 0.81, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 42 | 58 | - |
| CMYK | 0 | 0.81 | 0.73 | 0.15 |
| HSL | 354.48º | 0.69% | 0.51% | - |
| HSV(B) | 354.48º | 0.81% | 0.85% | - |
| XYZ | 29.91 | 16.56 | 5.62 | - |
| YUV | 95.85 | 106.65 | 213.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 42 | 58 | 0 | 0.81 | 0.73 | 0.15 | 354.48 | 0.69 | 0.51 |
| Hex | D8 | 2A | 3A | 0 | 51 | 49 | F | 162 | 45 | 33 |
| Octal | 330 | 52 | 72 | 0 | 121 | 111 | 17 | 542 | 105 | 63 |
| Binary | 11011000 | 101010 | 111010 | 0 | 1010001 | 1001001 | 1111 | 101100010 | 1000101 | 110011 |
Color Harmonies of #D82A3A
Complementary color
Monochromatic Colors of #D82A3A
Black with #D82A3A
Text Example
Text Example
White with #D82A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82A3A; }
p { color: rgb(216,42,58); }
H1.HeaderClassName
{
color: #D82A3A;
}
.AnyTagClassName
{
color: #D82A3A;
}
</style>
background-color css
<style>
a { background-color: #D82A3A; }
a { background-color: rgb(216,42,58); }
div.DivClassName
{
background-color: #D82A3A;
}
.BgClassName
{
background-color: #D82A3A;
}
</style>
border-color css
<style>
span { border-color: #D82A3A; }
span { border-color: rgb(216,42,58); }
td.TdClassName
{
border-color: #D82A3A;
}
.TagClassName
{
border-color: #D82A3A;
}
</style>