Shades of Alizarin #D92A32
Tints of Alizarin #D92A32
RGB
CMYK
RGB Variations
Color information
#D92A32 (or 0xD92A32) is known color: Alizarin. HEX triplet: D9, 2A and 32. RGB value is (217,42,50). Sum of RGB (Red+Green+Blue) = 217+42+50=309 (40% of max value = 765). Red value is 217 (85.16% from 255 or 70.23% from 309); Green value is 42 (16.80% from 255 or 13.59% from 309); Blue value is 50 (19.92% from 255 or 16.18% from 309); Max value from RGB is 217 - color contains mainly: red. Hex color #D92A32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D92A32 is #26D5CD. Grayscale: #5F5F5F. Windows color (decimal): -2545102 or 3287769. OLE color: 3287769.
HSL color Cylindrical-coordinate representation of color #D92A32: hue angle of 357.26º 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 #D92A32 is Cyan = 0, Magento = 0.81, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 42 | 50 | - |
| CMYK | 0 | 0.81 | 0.77 | 0.15 |
| HSL | 357.26º | 0.7% | 0.51% | - |
| HSV(B) | 357.26º | 0.81% | 0.85% | - |
| XYZ | 30.02 | 16.64 | 4.65 | - |
| YUV | 95.24 | 102.48 | 214.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 42 | 50 | 0 | 0.81 | 0.77 | 0.15 | 357.26 | 0.7 | 0.51 |
| Hex | D9 | 2A | 32 | 0 | 51 | 4D | F | 165 | 46 | 33 |
| Octal | 331 | 52 | 62 | 0 | 121 | 115 | 17 | 545 | 106 | 63 |
| Binary | 11011001 | 101010 | 110010 | 0 | 1010001 | 1001101 | 1111 | 101100101 | 1000110 | 110011 |
Color Harmonies of #D92A32
Complementary color
Monochromatic Colors of #D92A32
Black with #D92A32
Text Example
Text Example
White with #D92A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92A32; }
p { color: rgb(217,42,50); }
H1.HeaderClassName
{
color: #D92A32;
}
.AnyTagClassName
{
color: #D92A32;
}
</style>
background-color css
<style>
a { background-color: #D92A32; }
a { background-color: rgb(217,42,50); }
div.DivClassName
{
background-color: #D92A32;
}
.BgClassName
{
background-color: #D92A32;
}
</style>
border-color css
<style>
span { border-color: #D92A32; }
span { border-color: rgb(217,42,50); }
td.TdClassName
{
border-color: #D92A32;
}
.TagClassName
{
border-color: #D92A32;
}
</style>