Shades of Alizarin #D92C32
Tints of Alizarin #D92C32
RGB
CMYK
RGB Variations
Color information
#D92C32 (or 0xD92C32) is known color: Alizarin. HEX triplet: D9, 2C and 32. RGB value is (217,44,50). Sum of RGB (Red+Green+Blue) = 217+44+50=311 (41% of max value = 765). Red value is 217 (85.16% from 255 or 69.77% from 311); Green value is 44 (17.58% from 255 or 14.15% from 311); Blue value is 50 (19.92% from 255 or 16.08% from 311); Max value from RGB is 217 - color contains mainly: red. Hex color #D92C32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D92C32 is #26D3CD. Grayscale: #606060. Windows color (decimal): -2544590 or 3288281. OLE color: 3288281.
HSL color Cylindrical-coordinate representation of color #D92C32: hue angle of 357.92º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D92C32 is Cyan = 0, Magento = 0.80, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 44 | 50 | - |
| CMYK | 0 | 0.80 | 0.77 | 0.15 |
| HSL | 357.92º | 0.69% | 0.51% | - |
| HSV(B) | 357.92º | 0.8% | 0.85% | - |
| XYZ | 30.09 | 16.78 | 4.67 | - |
| YUV | 96.41 | 101.81 | 214.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 44 | 50 | 0 | 0.80 | 0.77 | 0.15 | 357.92 | 0.69 | 0.51 |
| Hex | D9 | 2C | 32 | 0 | 50 | 4D | F | 166 | 45 | 33 |
| Octal | 331 | 54 | 62 | 0 | 120 | 115 | 17 | 546 | 105 | 63 |
| Binary | 11011001 | 101100 | 110010 | 0 | 1010000 | 1001101 | 1111 | 101100110 | 1000101 | 110011 |
Color Harmonies of #D92C32
Complementary color
Monochromatic Colors of #D92C32
Black with #D92C32
Text Example
Text Example
White with #D92C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92C32; }
p { color: rgb(217,44,50); }
H1.HeaderClassName
{
color: #D92C32;
}
.AnyTagClassName
{
color: #D92C32;
}
</style>
background-color css
<style>
a { background-color: #D92C32; }
a { background-color: rgb(217,44,50); }
div.DivClassName
{
background-color: #D92C32;
}
.BgClassName
{
background-color: #D92C32;
}
</style>
border-color css
<style>
span { border-color: #D92C32; }
span { border-color: rgb(217,44,50); }
td.TdClassName
{
border-color: #D92C32;
}
.TagClassName
{
border-color: #D92C32;
}
</style>