Shades of Alizarin #D92936
Tints of Alizarin #D92936
RGB
CMYK
RGB Variations
Color information
#D92936 (or 0xD92936) is known color: Alizarin. HEX triplet: D9, 29 and 36. RGB value is (217,41,54). Sum of RGB (Red+Green+Blue) = 217+41+54=312 (41% of max value = 765). Red value is 217 (85.16% from 255 or 69.55% from 312); Green value is 41 (16.41% from 255 or 13.14% from 312); Blue value is 54 (21.48% from 255 or 17.31% from 312); Max value from RGB is 217 - color contains mainly: red. Hex color #D92936 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D92936 is #26D6C9. Grayscale: #5F5F5F. Windows color (decimal): -2545354 or 3549657. OLE color: 3549657.
HSL color Cylindrical-coordinate representation of color #D92936: hue angle of 355.57º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D92936 is Cyan = 0, Magento = 0.81, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 41 | 54 | - |
| CMYK | 0 | 0.81 | 0.75 | 0.15 |
| HSL | 355.57º | 0.7% | 0.51% | - |
| HSV(B) | 355.57º | 0.81% | 0.85% | - |
| XYZ | 30.07 | 16.6 | 5.11 | - |
| YUV | 95.11 | 104.81 | 214.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 41 | 54 | 0 | 0.81 | 0.75 | 0.15 | 355.57 | 0.7 | 0.51 |
| Hex | D9 | 29 | 36 | 0 | 51 | 4B | F | 164 | 46 | 33 |
| Octal | 331 | 51 | 66 | 0 | 121 | 113 | 17 | 544 | 106 | 63 |
| Binary | 11011001 | 101001 | 110110 | 0 | 1010001 | 1001011 | 1111 | 101100100 | 1000110 | 110011 |
Color Harmonies of #D92936
Complementary color
Monochromatic Colors of #D92936
Black with #D92936
Text Example
Text Example
White with #D92936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92936; }
p { color: rgb(217,41,54); }
H1.HeaderClassName
{
color: #D92936;
}
.AnyTagClassName
{
color: #D92936;
}
</style>
background-color css
<style>
a { background-color: #D92936; }
a { background-color: rgb(217,41,54); }
div.DivClassName
{
background-color: #D92936;
}
.BgClassName
{
background-color: #D92936;
}
</style>
border-color css
<style>
span { border-color: #D92936; }
span { border-color: rgb(217,41,54); }
td.TdClassName
{
border-color: #D92936;
}
.TagClassName
{
border-color: #D92936;
}
</style>