Shades of Alizarin #D81E2C
Tints of Alizarin #D81E2C
RGB
CMYK
RGB Variations
Color information
#D81E2C (or 0xD81E2C) is known color: Alizarin. HEX triplet: D8, 1E and 2C. RGB value is (216,30,44). Sum of RGB (Red+Green+Blue) = 216+30+44=290 (38% of max value = 765). Red value is 216 (84.77% from 255 or 74.48% from 290); Green value is 30 (12.11% from 255 or 10.34% from 290); Blue value is 44 (17.58% from 255 or 15.17% from 290); Max value from RGB is 216 - color contains mainly: red. Hex color #D81E2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D81E2C is #27E1D3. Grayscale: #575757. Windows color (decimal): -2613716 or 2891480. OLE color: 2891480.
HSL color Cylindrical-coordinate representation of color #D81E2C: hue angle of 355.48º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D81E2C is Cyan = 0, Magento = 0.86, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 30 | 44 | - |
| CMYK | 0 | 0.86 | 0.80 | 0.15 |
| HSL | 355.48º | 0.76% | 0.48% | - |
| HSV(B) | 355.48º | 0.86% | 0.85% | - |
| XYZ | 29.24 | 15.71 | 3.87 | - |
| YUV | 87.21 | 103.62 | 219.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 30 | 44 | 0 | 0.86 | 0.80 | 0.15 | 355.48 | 0.76 | 0.48 |
| Hex | D8 | 1E | 2C | 0 | 56 | 50 | F | 163 | 4C | 30 |
| Octal | 330 | 36 | 54 | 0 | 126 | 120 | 17 | 543 | 114 | 60 |
| Binary | 11011000 | 11110 | 101100 | 0 | 1010110 | 1010000 | 1111 | 101100011 | 1001100 | 110000 |
Color Harmonies of #D81E2C
Complementary color
Monochromatic Colors of #D81E2C
Black with #D81E2C
Text Example
Text Example
White with #D81E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81E2C; }
p { color: rgb(216,30,44); }
H1.HeaderClassName
{
color: #D81E2C;
}
.AnyTagClassName
{
color: #D81E2C;
}
</style>
background-color css
<style>
a { background-color: #D81E2C; }
a { background-color: rgb(216,30,44); }
div.DivClassName
{
background-color: #D81E2C;
}
.BgClassName
{
background-color: #D81E2C;
}
</style>
border-color css
<style>
span { border-color: #D81E2C; }
span { border-color: rgb(216,30,44); }
td.TdClassName
{
border-color: #D81E2C;
}
.TagClassName
{
border-color: #D81E2C;
}
</style>