Shades of Alizarin #D8292F
Tints of Alizarin #D8292F
RGB
CMYK
RGB Variations
Color information
#D8292F (or 0xD8292F) is known color: Alizarin. HEX triplet: D8, 29 and 2F. RGB value is (216,41,47). Sum of RGB (Red+Green+Blue) = 216+41+47=304 (40% of max value = 765). Red value is 216 (84.77% from 255 or 71.05% from 304); Green value is 41 (16.41% from 255 or 13.49% from 304); Blue value is 47 (18.75% from 255 or 15.46% from 304); Max value from RGB is 216 - color contains mainly: red. Hex color #D8292F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8292F is #27D6D0. Grayscale: #5E5E5E. Windows color (decimal): -2610897 or 3090904. OLE color: 3090904.
HSL color Cylindrical-coordinate representation of color #D8292F: hue angle of 357.94º 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 #D8292F is Cyan = 0, Magento = 0.81, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 41 | 47 | - |
| CMYK | 0 | 0.81 | 0.78 | 0.15 |
| HSL | 357.94º | 0.69% | 0.5% | - |
| HSV(B) | 357.94º | 0.81% | 0.85% | - |
| XYZ | 29.62 | 16.39 | 4.29 | - |
| YUV | 94.01 | 101.48 | 215.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 41 | 47 | 0 | 0.81 | 0.78 | 0.15 | 357.94 | 0.69 | 0.5 |
| Hex | D8 | 29 | 2F | 0 | 51 | 4E | F | 166 | 45 | 32 |
| Octal | 330 | 51 | 57 | 0 | 121 | 116 | 17 | 546 | 105 | 62 |
| Binary | 11011000 | 101001 | 101111 | 0 | 1010001 | 1001110 | 1111 | 101100110 | 1000101 | 110010 |
Color Harmonies of #D8292F
Complementary color
Monochromatic Colors of #D8292F
Black with #D8292F
Text Example
Text Example
White with #D8292F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8292F; }
p { color: rgb(216,41,47); }
H1.HeaderClassName
{
color: #D8292F;
}
.AnyTagClassName
{
color: #D8292F;
}
</style>
background-color css
<style>
a { background-color: #D8292F; }
a { background-color: rgb(216,41,47); }
div.DivClassName
{
background-color: #D8292F;
}
.BgClassName
{
background-color: #D8292F;
}
</style>
border-color css
<style>
span { border-color: #D8292F; }
span { border-color: rgb(216,41,47); }
td.TdClassName
{
border-color: #D8292F;
}
.TagClassName
{
border-color: #D8292F;
}
</style>