Shades of Alizarin #D92942
Tints of Alizarin #D92942
RGB
CMYK
RGB Variations
Color information
#D92942 (or 0xD92942) is known color: Alizarin. HEX triplet: D9, 29 and 42. RGB value is (217,41,66). Sum of RGB (Red+Green+Blue) = 217+41+66=324 (42% of max value = 765). Red value is 217 (85.16% from 255 or 66.98% from 324); Green value is 41 (16.41% from 255 or 12.65% from 324); Blue value is 66 (26.17% from 255 or 20.37% from 324); Max value from RGB is 217 - color contains mainly: red. Hex color #D92942 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D92942 is #26D6BD. Grayscale: #606060. Windows color (decimal): -2545342 or 4336089. OLE color: 4336089.
HSL color Cylindrical-coordinate representation of color #D92942: hue angle of 351.48º 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 #D92942 is Cyan = 0, Magento = 0.81, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 41 | 66 | - |
| CMYK | 0 | 0.81 | 0.70 | 0.15 |
| HSL | 351.48º | 0.7% | 0.51% | - |
| HSV(B) | 351.48º | 0.81% | 0.85% | - |
| XYZ | 30.39 | 16.73 | 6.78 | - |
| YUV | 96.47 | 110.81 | 213.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 41 | 66 | 0 | 0.81 | 0.70 | 0.15 | 351.48 | 0.7 | 0.51 |
| Hex | D9 | 29 | 42 | 0 | 51 | 46 | F | 15F | 46 | 33 |
| Octal | 331 | 51 | 102 | 0 | 121 | 106 | 17 | 537 | 106 | 63 |
| Binary | 11011001 | 101001 | 1000010 | 0 | 1010001 | 1000110 | 1111 | 101011111 | 1000110 | 110011 |
Color Harmonies of #D92942
Complementary color
Monochromatic Colors of #D92942
Black with #D92942
Text Example
Text Example
White with #D92942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92942; }
p { color: rgb(217,41,66); }
H1.HeaderClassName
{
color: #D92942;
}
.AnyTagClassName
{
color: #D92942;
}
</style>
background-color css
<style>
a { background-color: #D92942; }
a { background-color: rgb(217,41,66); }
div.DivClassName
{
background-color: #D92942;
}
.BgClassName
{
background-color: #D92942;
}
</style>
border-color css
<style>
span { border-color: #D92942; }
span { border-color: rgb(217,41,66); }
td.TdClassName
{
border-color: #D92942;
}
.TagClassName
{
border-color: #D92942;
}
</style>