Shades of Alizarin #D92337
Tints of Alizarin #D92337
RGB
CMYK
RGB Variations
Color information
#D92337 (or 0xD92337) is known color: Alizarin. HEX triplet: D9, 23 and 37. RGB value is (217,35,55). Sum of RGB (Red+Green+Blue) = 217+35+55=307 (40% of max value = 765). Red value is 217 (85.16% from 255 or 70.68% from 307); Green value is 35 (14.06% from 255 or 11.40% from 307); Blue value is 55 (21.88% from 255 or 17.92% from 307); Max value from RGB is 217 - color contains mainly: red. Hex color #D92337 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D92337 is #26DCC8. Grayscale: #5B5B5B. Windows color (decimal): -2546889 or 3613657. OLE color: 3613657.
HSL color Cylindrical-coordinate representation of color #D92337: hue angle of 353.41º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D92337 is Cyan = 0, Magento = 0.84, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 35 | 55 | - |
| CMYK | 0 | 0.84 | 0.75 | 0.15 |
| HSL | 353.41º | 0.72% | 0.49% | - |
| HSV(B) | 353.41º | 0.84% | 0.85% | - |
| XYZ | 29.91 | 16.23 | 5.17 | - |
| YUV | 91.7 | 107.3 | 217.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 35 | 55 | 0 | 0.84 | 0.75 | 0.15 | 353.41 | 0.72 | 0.49 |
| Hex | D9 | 23 | 37 | 0 | 54 | 4B | F | 161 | 48 | 31 |
| Octal | 331 | 43 | 67 | 0 | 124 | 113 | 17 | 541 | 110 | 61 |
| Binary | 11011001 | 100011 | 110111 | 0 | 1010100 | 1001011 | 1111 | 101100001 | 1001000 | 110001 |
Color Harmonies of #D92337
Complementary color
Monochromatic Colors of #D92337
Black with #D92337
Text Example
Text Example
White with #D92337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92337; }
p { color: rgb(217,35,55); }
H1.HeaderClassName
{
color: #D92337;
}
.AnyTagClassName
{
color: #D92337;
}
</style>
background-color css
<style>
a { background-color: #D92337; }
a { background-color: rgb(217,35,55); }
div.DivClassName
{
background-color: #D92337;
}
.BgClassName
{
background-color: #D92337;
}
</style>
border-color css
<style>
span { border-color: #D92337; }
span { border-color: rgb(217,35,55); }
td.TdClassName
{
border-color: #D92337;
}
.TagClassName
{
border-color: #D92337;
}
</style>