Shades of Alizarin #D92732
Tints of Alizarin #D92732
RGB
CMYK
RGB Variations
Color information
#D92732 (or 0xD92732) is known color: Alizarin. HEX triplet: D9, 27 and 32. RGB value is (217,39,50). Sum of RGB (Red+Green+Blue) = 217+39+50=306 (40% of max value = 765). Red value is 217 (85.16% from 255 or 70.92% from 306); Green value is 39 (15.62% from 255 or 12.75% from 306); Blue value is 50 (19.92% from 255 or 16.34% from 306); Max value from RGB is 217 - color contains mainly: red. Hex color #D92732 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D92732 is #26D8CD. Grayscale: #5D5D5D. Windows color (decimal): -2545870 or 3287001. OLE color: 3287001.
HSL color Cylindrical-coordinate representation of color #D92732: hue angle of 356.29º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D92732 is Cyan = 0, Magento = 0.82, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 39 | 50 | - |
| CMYK | 0 | 0.82 | 0.77 | 0.15 |
| HSL | 356.29º | 0.7% | 0.5% | - |
| HSV(B) | 356.29º | 0.82% | 0.85% | - |
| XYZ | 29.92 | 16.43 | 4.61 | - |
| YUV | 93.48 | 103.47 | 216.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 39 | 50 | 0 | 0.82 | 0.77 | 0.15 | 356.29 | 0.7 | 0.5 |
| Hex | D9 | 27 | 32 | 0 | 52 | 4D | F | 164 | 46 | 32 |
| Octal | 331 | 47 | 62 | 0 | 122 | 115 | 17 | 544 | 106 | 62 |
| Binary | 11011001 | 100111 | 110010 | 0 | 1010010 | 1001101 | 1111 | 101100100 | 1000110 | 110010 |
Color Harmonies of #D92732
Complementary color
Monochromatic Colors of #D92732
Black with #D92732
Text Example
Text Example
White with #D92732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92732; }
p { color: rgb(217,39,50); }
H1.HeaderClassName
{
color: #D92732;
}
.AnyTagClassName
{
color: #D92732;
}
</style>
background-color css
<style>
a { background-color: #D92732; }
a { background-color: rgb(217,39,50); }
div.DivClassName
{
background-color: #D92732;
}
.BgClassName
{
background-color: #D92732;
}
</style>
border-color css
<style>
span { border-color: #D92732; }
span { border-color: rgb(217,39,50); }
td.TdClassName
{
border-color: #D92732;
}
.TagClassName
{
border-color: #D92732;
}
</style>