Shades of Alizarin #D92439
Tints of Alizarin #D92439
RGB
CMYK
RGB Variations
Color information
#D92439 (or 0xD92439) is known color: Alizarin. HEX triplet: D9, 24 and 39. RGB value is (217,36,57). Sum of RGB (Red+Green+Blue) = 217+36+57=310 (41% of max value = 765). Red value is 217 (85.16% from 255 or 70% from 310); Green value is 36 (14.45% from 255 or 11.61% from 310); Blue value is 57 (22.66% from 255 or 18.39% from 310); Max value from RGB is 217 - color contains mainly: red. Hex color #D92439 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D92439 is #26DBC6. Grayscale: #5C5C5C. Windows color (decimal): -2546631 or 3744985. OLE color: 3744985.
HSL color Cylindrical-coordinate representation of color #D92439: hue angle of 353.04º 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 #D92439 is Cyan = 0, Magento = 0.83, Yellow = 0.74 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 36 | 57 | - |
| CMYK | 0 | 0.83 | 0.74 | 0.15 |
| HSL | 353.04º | 0.72% | 0.5% | - |
| HSV(B) | 353.04º | 0.83% | 0.85% | - |
| XYZ | 29.98 | 16.31 | 5.44 | - |
| YUV | 92.51 | 107.97 | 216.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 36 | 57 | 0 | 0.83 | 0.74 | 0.15 | 353.04 | 0.72 | 0.5 |
| Hex | D9 | 24 | 39 | 0 | 53 | 4A | F | 161 | 48 | 32 |
| Octal | 331 | 44 | 71 | 0 | 123 | 112 | 17 | 541 | 110 | 62 |
| Binary | 11011001 | 100100 | 111001 | 0 | 1010011 | 1001010 | 1111 | 101100001 | 1001000 | 110010 |
Color Harmonies of #D92439
Complementary color
Monochromatic Colors of #D92439
Black with #D92439
Text Example
Text Example
White with #D92439
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92439; }
p { color: rgb(217,36,57); }
H1.HeaderClassName
{
color: #D92439;
}
.AnyTagClassName
{
color: #D92439;
}
</style>
background-color css
<style>
a { background-color: #D92439; }
a { background-color: rgb(217,36,57); }
div.DivClassName
{
background-color: #D92439;
}
.BgClassName
{
background-color: #D92439;
}
</style>
border-color css
<style>
span { border-color: #D92439; }
span { border-color: rgb(217,36,57); }
td.TdClassName
{
border-color: #D92439;
}
.TagClassName
{
border-color: #D92439;
}
</style>