Shades of Alizarin #D92332
Tints of Alizarin #D92332
RGB
CMYK
RGB Variations
Color information
#D92332 (or 0xD92332) is known color: Alizarin. HEX triplet: D9, 23 and 32. RGB value is (217,35,50). Sum of RGB (Red+Green+Blue) = 217+35+50=302 (40% of max value = 765). Red value is 217 (85.16% from 255 or 71.85% from 302); Green value is 35 (14.06% from 255 or 11.59% from 302); Blue value is 50 (19.92% from 255 or 16.56% from 302); Max value from RGB is 217 - color contains mainly: red. Hex color #D92332 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D92332 is #26DCCD. Grayscale: #5B5B5B. Windows color (decimal): -2546894 or 3285977. OLE color: 3285977.
HSL color Cylindrical-coordinate representation of color #D92332: hue angle of 355.05º 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 #D92332 is Cyan = 0, Magento = 0.84, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 35 | 50 | - |
| CMYK | 0 | 0.84 | 0.77 | 0.15 |
| HSL | 355.05º | 0.72% | 0.49% | - |
| HSV(B) | 355.05º | 0.84% | 0.85% | - |
| XYZ | 29.79 | 16.18 | 4.57 | - |
| YUV | 91.13 | 104.8 | 217.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 35 | 50 | 0 | 0.84 | 0.77 | 0.15 | 355.05 | 0.72 | 0.49 |
| Hex | D9 | 23 | 32 | 0 | 54 | 4D | F | 163 | 48 | 31 |
| Octal | 331 | 43 | 62 | 0 | 124 | 115 | 17 | 543 | 110 | 61 |
| Binary | 11011001 | 100011 | 110010 | 0 | 1010100 | 1001101 | 1111 | 101100011 | 1001000 | 110001 |
Color Harmonies of #D92332
Complementary color
Monochromatic Colors of #D92332
Black with #D92332
Text Example
Text Example
White with #D92332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92332; }
p { color: rgb(217,35,50); }
H1.HeaderClassName
{
color: #D92332;
}
.AnyTagClassName
{
color: #D92332;
}
</style>
background-color css
<style>
a { background-color: #D92332; }
a { background-color: rgb(217,35,50); }
div.DivClassName
{
background-color: #D92332;
}
.BgClassName
{
background-color: #D92332;
}
</style>
border-color css
<style>
span { border-color: #D92332; }
span { border-color: rgb(217,35,50); }
td.TdClassName
{
border-color: #D92332;
}
.TagClassName
{
border-color: #D92332;
}
</style>