Shades of Alizarin #D92937
Tints of Alizarin #D92937
RGB
CMYK
RGB Variations
Color information
#D92937 (or 0xD92937) is known color: Alizarin. HEX triplet: D9, 29 and 37. RGB value is (217,41,55). Sum of RGB (Red+Green+Blue) = 217+41+55=313 (41% of max value = 765). Red value is 217 (85.16% from 255 or 69.33% from 313); Green value is 41 (16.41% from 255 or 13.10% from 313); Blue value is 55 (21.88% from 255 or 17.57% from 313); Max value from RGB is 217 - color contains mainly: red. Hex color #D92937 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D92937 is #26D6C8. Grayscale: #5F5F5F. Windows color (decimal): -2545353 or 3615193. OLE color: 3615193.
HSL color Cylindrical-coordinate representation of color #D92937: hue angle of 355.23º 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 #D92937 is Cyan = 0, Magento = 0.81, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 41 | 55 | - |
| CMYK | 0 | 0.81 | 0.75 | 0.15 |
| HSL | 355.23º | 0.7% | 0.51% | - |
| HSV(B) | 355.23º | 0.81% | 0.85% | - |
| XYZ | 30.1 | 16.61 | 5.23 | - |
| YUV | 95.22 | 105.31 | 214.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 41 | 55 | 0 | 0.81 | 0.75 | 0.15 | 355.23 | 0.7 | 0.51 |
| Hex | D9 | 29 | 37 | 0 | 51 | 4B | F | 163 | 46 | 33 |
| Octal | 331 | 51 | 67 | 0 | 121 | 113 | 17 | 543 | 106 | 63 |
| Binary | 11011001 | 101001 | 110111 | 0 | 1010001 | 1001011 | 1111 | 101100011 | 1000110 | 110011 |
Color Harmonies of #D92937
Complementary color
Monochromatic Colors of #D92937
Black with #D92937
Text Example
Text Example
White with #D92937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92937; }
p { color: rgb(217,41,55); }
H1.HeaderClassName
{
color: #D92937;
}
.AnyTagClassName
{
color: #D92937;
}
</style>
background-color css
<style>
a { background-color: #D92937; }
a { background-color: rgb(217,41,55); }
div.DivClassName
{
background-color: #D92937;
}
.BgClassName
{
background-color: #D92937;
}
</style>
border-color css
<style>
span { border-color: #D92937; }
span { border-color: rgb(217,41,55); }
td.TdClassName
{
border-color: #D92937;
}
.TagClassName
{
border-color: #D92937;
}
</style>