Shades of Alizarin #D8292C
Tints of Alizarin #D8292C
RGB
CMYK
RGB Variations
Color information
#D8292C (or 0xD8292C) is known color: Alizarin. HEX triplet: D8, 29 and 2C. RGB value is (216,41,44). Sum of RGB (Red+Green+Blue) = 216+41+44=301 (39% of max value = 765). Red value is 216 (84.77% from 255 or 71.76% from 301); Green value is 41 (16.41% from 255 or 13.62% from 301); Blue value is 44 (17.58% from 255 or 14.62% from 301); Max value from RGB is 216 - color contains mainly: red. Hex color #D8292C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8292C is #27D6D3. Grayscale: #5D5D5D. Windows color (decimal): -2610900 or 2894296. OLE color: 2894296.
HSL color Cylindrical-coordinate representation of color #D8292C: hue angle of 358.97º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D8292C is Cyan = 0, Magento = 0.81, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 41 | 44 | - |
| CMYK | 0 | 0.81 | 0.80 | 0.15 |
| HSL | 358.97º | 0.69% | 0.5% | - |
| HSV(B) | 358.97º | 0.81% | 0.85% | - |
| XYZ | 29.57 | 16.37 | 3.98 | - |
| YUV | 93.67 | 99.98 | 215.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 41 | 44 | 0 | 0.81 | 0.80 | 0.15 | 358.97 | 0.69 | 0.5 |
| Hex | D8 | 29 | 2C | 0 | 51 | 50 | F | 167 | 45 | 32 |
| Octal | 330 | 51 | 54 | 0 | 121 | 120 | 17 | 547 | 105 | 62 |
| Binary | 11011000 | 101001 | 101100 | 0 | 1010001 | 1010000 | 1111 | 101100111 | 1000101 | 110010 |
Color Harmonies of #D8292C
Complementary color
Monochromatic Colors of #D8292C
Black with #D8292C
Text Example
Text Example
White with #D8292C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8292C; }
p { color: rgb(216,41,44); }
H1.HeaderClassName
{
color: #D8292C;
}
.AnyTagClassName
{
color: #D8292C;
}
</style>
background-color css
<style>
a { background-color: #D8292C; }
a { background-color: rgb(216,41,44); }
div.DivClassName
{
background-color: #D8292C;
}
.BgClassName
{
background-color: #D8292C;
}
</style>
border-color css
<style>
span { border-color: #D8292C; }
span { border-color: rgb(216,41,44); }
td.TdClassName
{
border-color: #D8292C;
}
.TagClassName
{
border-color: #D8292C;
}
</style>