Shades of Alizarin #D92431
Tints of Alizarin #D92431
RGB
CMYK
RGB Variations
Color information
#D92431 (or 0xD92431) is known color: Alizarin. HEX triplet: D9, 24 and 31. RGB value is (217,36,49). Sum of RGB (Red+Green+Blue) = 217+36+49=302 (40% of max value = 765). Red value is 217 (85.16% from 255 or 71.85% from 302); Green value is 36 (14.45% from 255 or 11.92% from 302); Blue value is 49 (19.53% from 255 or 16.23% from 302); Max value from RGB is 217 - color contains mainly: red. Hex color #D92431 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D92431 is #26DBCE. Grayscale: #5B5B5B. Windows color (decimal): -2546639 or 3220697. OLE color: 3220697.
HSL color Cylindrical-coordinate representation of color #D92431: hue angle of 355.69º 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 #D92431 is Cyan = 0, Magento = 0.83, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 36 | 49 | - |
| CMYK | 0 | 0.83 | 0.77 | 0.15 |
| HSL | 355.69º | 0.72% | 0.5% | - |
| HSV(B) | 355.69º | 0.83% | 0.85% | - |
| XYZ | 29.8 | 16.24 | 4.47 | - |
| YUV | 91.6 | 103.97 | 217.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 36 | 49 | 0 | 0.83 | 0.77 | 0.15 | 355.69 | 0.72 | 0.5 |
| Hex | D9 | 24 | 31 | 0 | 53 | 4D | F | 164 | 48 | 32 |
| Octal | 331 | 44 | 61 | 0 | 123 | 115 | 17 | 544 | 110 | 62 |
| Binary | 11011001 | 100100 | 110001 | 0 | 1010011 | 1001101 | 1111 | 101100100 | 1001000 | 110010 |
Color Harmonies of #D92431
Complementary color
Monochromatic Colors of #D92431
Black with #D92431
Text Example
Text Example
White with #D92431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92431; }
p { color: rgb(217,36,49); }
H1.HeaderClassName
{
color: #D92431;
}
.AnyTagClassName
{
color: #D92431;
}
</style>
background-color css
<style>
a { background-color: #D92431; }
a { background-color: rgb(217,36,49); }
div.DivClassName
{
background-color: #D92431;
}
.BgClassName
{
background-color: #D92431;
}
</style>
border-color css
<style>
span { border-color: #D92431; }
span { border-color: rgb(217,36,49); }
td.TdClassName
{
border-color: #D92431;
}
.TagClassName
{
border-color: #D92431;
}
</style>