Shades of Alizarin #D9242D
Tints of Alizarin #D9242D
RGB
CMYK
RGB Variations
Color information
#D9242D (or 0xD9242D) is known color: Alizarin. HEX triplet: D9, 24 and 2D. RGB value is (217,36,45). Sum of RGB (Red+Green+Blue) = 217+36+45=298 (39% of max value = 765). Red value is 217 (85.16% from 255 or 72.82% from 298); Green value is 36 (14.45% from 255 or 12.08% from 298); Blue value is 45 (17.97% from 255 or 15.10% from 298); Max value from RGB is 217 - color contains mainly: red. Hex color #D9242D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9242D is #26DBD2. Grayscale: #5B5B5B. Windows color (decimal): -2546643 or 2958553. OLE color: 2958553.
HSL color Cylindrical-coordinate representation of color #D9242D: hue angle of 357.02º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D9242D is Cyan = 0, Magento = 0.83, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 36 | 45 | - |
| CMYK | 0 | 0.83 | 0.79 | 0.15 |
| HSL | 357.02º | 0.72% | 0.5% | - |
| HSV(B) | 357.02º | 0.83% | 0.85% | - |
| XYZ | 29.72 | 16.2 | 4.04 | - |
| YUV | 91.15 | 101.97 | 217.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 36 | 45 | 0 | 0.83 | 0.79 | 0.15 | 357.02 | 0.72 | 0.5 |
| Hex | D9 | 24 | 2D | 0 | 53 | 4F | F | 165 | 48 | 32 |
| Octal | 331 | 44 | 55 | 0 | 123 | 117 | 17 | 545 | 110 | 62 |
| Binary | 11011001 | 100100 | 101101 | 0 | 1010011 | 1001111 | 1111 | 101100101 | 1001000 | 110010 |
Color Harmonies of #D9242D
Complementary color
Monochromatic Colors of #D9242D
Black with #D9242D
Text Example
Text Example
White with #D9242D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9242D; }
p { color: rgb(217,36,45); }
H1.HeaderClassName
{
color: #D9242D;
}
.AnyTagClassName
{
color: #D9242D;
}
</style>
background-color css
<style>
a { background-color: #D9242D; }
a { background-color: rgb(217,36,45); }
div.DivClassName
{
background-color: #D9242D;
}
.BgClassName
{
background-color: #D9242D;
}
</style>
border-color css
<style>
span { border-color: #D9242D; }
span { border-color: rgb(217,36,45); }
td.TdClassName
{
border-color: #D9242D;
}
.TagClassName
{
border-color: #D9242D;
}
</style>