Shades of Alizarin #D8242C
Tints of Alizarin #D8242C
RGB
CMYK
RGB Variations
Color information
#D8242C (or 0xD8242C) is known color: Alizarin. HEX triplet: D8, 24 and 2C. RGB value is (216,36,44). Sum of RGB (Red+Green+Blue) = 216+36+44=296 (39% of max value = 765). Red value is 216 (84.77% from 255 or 72.97% from 296); Green value is 36 (14.45% from 255 or 12.16% from 296); Blue value is 44 (17.58% from 255 or 14.86% from 296); Max value from RGB is 216 - color contains mainly: red. Hex color #D8242C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8242C is #27DBD3. Grayscale: #5A5A5A. Windows color (decimal): -2612180 or 2893016. OLE color: 2893016.
HSL color Cylindrical-coordinate representation of color #D8242C: hue angle of 357.33º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D8242C is Cyan = 0, Magento = 0.83, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 36 | 44 | - |
| CMYK | 0 | 0.83 | 0.80 | 0.15 |
| HSL | 357.33º | 0.71% | 0.49% | - |
| HSV(B) | 357.33º | 0.83% | 0.85% | - |
| XYZ | 29.4 | 16.04 | 3.93 | - |
| YUV | 90.73 | 101.63 | 217.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 36 | 44 | 0 | 0.83 | 0.80 | 0.15 | 357.33 | 0.71 | 0.49 |
| Hex | D8 | 24 | 2C | 0 | 53 | 50 | F | 165 | 47 | 31 |
| Octal | 330 | 44 | 54 | 0 | 123 | 120 | 17 | 545 | 107 | 61 |
| Binary | 11011000 | 100100 | 101100 | 0 | 1010011 | 1010000 | 1111 | 101100101 | 1000111 | 110001 |
Color Harmonies of #D8242C
Complementary color
Monochromatic Colors of #D8242C
Black with #D8242C
Text Example
Text Example
White with #D8242C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8242C; }
p { color: rgb(216,36,44); }
H1.HeaderClassName
{
color: #D8242C;
}
.AnyTagClassName
{
color: #D8242C;
}
</style>
background-color css
<style>
a { background-color: #D8242C; }
a { background-color: rgb(216,36,44); }
div.DivClassName
{
background-color: #D8242C;
}
.BgClassName
{
background-color: #D8242C;
}
</style>
border-color css
<style>
span { border-color: #D8242C; }
span { border-color: rgb(216,36,44); }
td.TdClassName
{
border-color: #D8242C;
}
.TagClassName
{
border-color: #D8242C;
}
</style>