Shades of Alizarin #D8242A
Tints of Alizarin #D8242A
RGB
CMYK
RGB Variations
Color information
#D8242A (or 0xD8242A) is known color: Alizarin. HEX triplet: D8, 24 and 2A. RGB value is (216,36,42). Sum of RGB (Red+Green+Blue) = 216+36+42=294 (38% of max value = 765). Red value is 216 (84.77% from 255 or 73.47% from 294); Green value is 36 (14.45% from 255 or 12.24% from 294); Blue value is 42 (16.80% from 255 or 14.29% from 294); Max value from RGB is 216 - color contains mainly: red. Hex color #D8242A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8242A is #27DBD5. Grayscale: #5A5A5A. Windows color (decimal): -2612182 or 2761944. OLE color: 2761944.
HSL color Cylindrical-coordinate representation of color #D8242A: hue angle of 358º 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 #D8242A is Cyan = 0, Magento = 0.83, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 36 | 42 | - |
| CMYK | 0 | 0.83 | 0.81 | 0.15 |
| HSL | 358º | 0.71% | 0.49% | - |
| HSV(B) | 358º | 0.83% | 0.85% | - |
| XYZ | 29.37 | 16.03 | 3.74 | - |
| YUV | 90.5 | 100.63 | 217.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 36 | 42 | 0 | 0.83 | 0.81 | 0.15 | 358 | 0.71 | 0.49 |
| Hex | D8 | 24 | 2A | 0 | 53 | 51 | F | 166 | 47 | 31 |
| Octal | 330 | 44 | 52 | 0 | 123 | 121 | 17 | 546 | 107 | 61 |
| Binary | 11011000 | 100100 | 101010 | 0 | 1010011 | 1010001 | 1111 | 101100110 | 1000111 | 110001 |
Color Harmonies of #D8242A
Complementary color
Monochromatic Colors of #D8242A
Black with #D8242A
Text Example
Text Example
White with #D8242A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8242A; }
p { color: rgb(216,36,42); }
H1.HeaderClassName
{
color: #D8242A;
}
.AnyTagClassName
{
color: #D8242A;
}
</style>
background-color css
<style>
a { background-color: #D8242A; }
a { background-color: rgb(216,36,42); }
div.DivClassName
{
background-color: #D8242A;
}
.BgClassName
{
background-color: #D8242A;
}
</style>
border-color css
<style>
span { border-color: #D8242A; }
span { border-color: rgb(216,36,42); }
td.TdClassName
{
border-color: #D8242A;
}
.TagClassName
{
border-color: #D8242A;
}
</style>