Shades of Alizarin #D8293B
Tints of Alizarin #D8293B
RGB
CMYK
RGB Variations
Color information
#D8293B (or 0xD8293B) is known color: Alizarin. HEX triplet: D8, 29 and 3B. RGB value is (216,41,59). Sum of RGB (Red+Green+Blue) = 216+41+59=316 (41% of max value = 765). Red value is 216 (84.77% from 255 or 68.35% from 316); Green value is 41 (16.41% from 255 or 12.97% from 316); Blue value is 59 (23.44% from 255 or 18.67% from 316); Max value from RGB is 216 - color contains mainly: red. Hex color #D8293B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8293B is #27D6C4. Grayscale: #5F5F5F. Windows color (decimal): -2610885 or 3877336. OLE color: 3877336.
HSL color Cylindrical-coordinate representation of color #D8293B: hue angle of 353.83º 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 #D8293B is Cyan = 0, Magento = 0.81, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 41 | 59 | - |
| CMYK | 0 | 0.81 | 0.73 | 0.15 |
| HSL | 353.83º | 0.69% | 0.5% | - |
| HSV(B) | 353.83º | 0.81% | 0.85% | - |
| XYZ | 29.9 | 16.5 | 5.75 | - |
| YUV | 95.38 | 107.48 | 214.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 41 | 59 | 0 | 0.81 | 0.73 | 0.15 | 353.83 | 0.69 | 0.5 |
| Hex | D8 | 29 | 3B | 0 | 51 | 49 | F | 162 | 45 | 32 |
| Octal | 330 | 51 | 73 | 0 | 121 | 111 | 17 | 542 | 105 | 62 |
| Binary | 11011000 | 101001 | 111011 | 0 | 1010001 | 1001001 | 1111 | 101100010 | 1000101 | 110010 |
Color Harmonies of #D8293B
Complementary color
Monochromatic Colors of #D8293B
Black with #D8293B
Text Example
Text Example
White with #D8293B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8293B; }
p { color: rgb(216,41,59); }
H1.HeaderClassName
{
color: #D8293B;
}
.AnyTagClassName
{
color: #D8293B;
}
</style>
background-color css
<style>
a { background-color: #D8293B; }
a { background-color: rgb(216,41,59); }
div.DivClassName
{
background-color: #D8293B;
}
.BgClassName
{
background-color: #D8293B;
}
</style>
border-color css
<style>
span { border-color: #D8293B; }
span { border-color: rgb(216,41,59); }
td.TdClassName
{
border-color: #D8293B;
}
.TagClassName
{
border-color: #D8293B;
}
</style>