Shades of Alizarin #D92429
Tints of Alizarin #D92429
RGB
CMYK
RGB Variations
Color information
#D92429 (or 0xD92429) is known color: Alizarin. HEX triplet: D9, 24 and 29. RGB value is (217,36,41). Sum of RGB (Red+Green+Blue) = 217+36+41=294 (38% of max value = 765). Red value is 217 (85.16% from 255 or 73.81% from 294); Green value is 36 (14.45% from 255 or 12.24% from 294); Blue value is 41 (16.41% from 255 or 13.95% from 294); Max value from RGB is 217 - color contains mainly: red. Hex color #D92429 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D92429 is #26DBD6. Grayscale: #5A5A5A. Windows color (decimal): -2546647 or 2696409. OLE color: 2696409.
HSL color Cylindrical-coordinate representation of color #D92429: hue angle of 358.34º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D92429 is Cyan = 0, Magento = 0.83, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 36 | 41 | - |
| CMYK | 0 | 0.83 | 0.81 | 0.15 |
| HSL | 358.34º | 0.72% | 0.5% | - |
| HSV(B) | 358.34º | 0.83% | 0.85% | - |
| XYZ | 29.65 | 16.17 | 3.66 | - |
| YUV | 90.69 | 99.97 | 218.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 36 | 41 | 0 | 0.83 | 0.81 | 0.15 | 358.34 | 0.72 | 0.5 |
| Hex | D9 | 24 | 29 | 0 | 53 | 51 | F | 166 | 48 | 32 |
| Octal | 331 | 44 | 51 | 0 | 123 | 121 | 17 | 546 | 110 | 62 |
| Binary | 11011001 | 100100 | 101001 | 0 | 1010011 | 1010001 | 1111 | 101100110 | 1001000 | 110010 |
Color Harmonies of #D92429
Complementary color
Monochromatic Colors of #D92429
Black with #D92429
Text Example
Text Example
White with #D92429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92429; }
p { color: rgb(217,36,41); }
H1.HeaderClassName
{
color: #D92429;
}
.AnyTagClassName
{
color: #D92429;
}
</style>
background-color css
<style>
a { background-color: #D92429; }
a { background-color: rgb(217,36,41); }
div.DivClassName
{
background-color: #D92429;
}
.BgClassName
{
background-color: #D92429;
}
</style>
border-color css
<style>
span { border-color: #D92429; }
span { border-color: rgb(217,36,41); }
td.TdClassName
{
border-color: #D92429;
}
.TagClassName
{
border-color: #D92429;
}
</style>