Shades of Alizarin #D8293E
Tints of Alizarin #D8293E
RGB
CMYK
RGB Variations
Color information
#D8293E (or 0xD8293E) is known color: Alizarin. HEX triplet: D8, 29 and 3E. RGB value is (216,41,62). Sum of RGB (Red+Green+Blue) = 216+41+62=319 (42% of max value = 765). Red value is 216 (84.77% from 255 or 67.71% from 319); Green value is 41 (16.41% from 255 or 12.85% from 319); Blue value is 62 (24.61% from 255 or 19.44% from 319); Max value from RGB is 216 - color contains mainly: red. Hex color #D8293E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8293E is #27D6C1. Grayscale: #5F5F5F. Windows color (decimal): -2610882 or 4073944. OLE color: 4073944.
HSL color Cylindrical-coordinate representation of color #D8293E: hue angle of 352.8º 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 #D8293E is Cyan = 0, Magento = 0.81, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 41 | 62 | - |
| CMYK | 0 | 0.81 | 0.71 | 0.15 |
| HSL | 352.8º | 0.69% | 0.5% | - |
| HSV(B) | 352.8º | 0.81% | 0.85% | - |
| XYZ | 29.98 | 16.53 | 6.17 | - |
| YUV | 95.72 | 108.98 | 213.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 41 | 62 | 0 | 0.81 | 0.71 | 0.15 | 352.8 | 0.69 | 0.5 |
| Hex | D8 | 29 | 3E | 0 | 51 | 47 | F | 161 | 45 | 32 |
| Octal | 330 | 51 | 76 | 0 | 121 | 107 | 17 | 541 | 105 | 62 |
| Binary | 11011000 | 101001 | 111110 | 0 | 1010001 | 1000111 | 1111 | 101100001 | 1000101 | 110010 |
Color Harmonies of #D8293E
Complementary color
Monochromatic Colors of #D8293E
Black with #D8293E
Text Example
Text Example
White with #D8293E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8293E; }
p { color: rgb(216,41,62); }
H1.HeaderClassName
{
color: #D8293E;
}
.AnyTagClassName
{
color: #D8293E;
}
</style>
background-color css
<style>
a { background-color: #D8293E; }
a { background-color: rgb(216,41,62); }
div.DivClassName
{
background-color: #D8293E;
}
.BgClassName
{
background-color: #D8293E;
}
</style>
border-color css
<style>
span { border-color: #D8293E; }
span { border-color: rgb(216,41,62); }
td.TdClassName
{
border-color: #D8293E;
}
.TagClassName
{
border-color: #D8293E;
}
</style>