Shades of Alizarin #D92441
Tints of Alizarin #D92441
RGB
CMYK
RGB Variations
Color information
#D92441 (or 0xD92441) is known color: Alizarin. HEX triplet: D9, 24 and 41. RGB value is (217,36,65). Sum of RGB (Red+Green+Blue) = 217+36+65=318 (42% of max value = 765). Red value is 217 (85.16% from 255 or 68.24% from 318); Green value is 36 (14.45% from 255 or 11.32% from 318); Blue value is 65 (25.78% from 255 or 20.44% from 318); Max value from RGB is 217 - color contains mainly: red. Hex color #D92441 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D92441 is #26DBBE. Grayscale: #5D5D5D. Windows color (decimal): -2546623 or 4269273. OLE color: 4269273.
HSL color Cylindrical-coordinate representation of color #D92441: hue angle of 350.39º 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 #D92441 is Cyan = 0, Magento = 0.83, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 36 | 65 | - |
| CMYK | 0 | 0.83 | 0.70 | 0.15 |
| HSL | 350.39º | 0.72% | 0.5% | - |
| HSV(B) | 350.39º | 0.83% | 0.85% | - |
| XYZ | 30.2 | 16.4 | 6.57 | - |
| YUV | 93.43 | 111.97 | 216.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 36 | 65 | 0 | 0.83 | 0.70 | 0.15 | 350.39 | 0.72 | 0.5 |
| Hex | D9 | 24 | 41 | 0 | 53 | 46 | F | 15E | 48 | 32 |
| Octal | 331 | 44 | 101 | 0 | 123 | 106 | 17 | 536 | 110 | 62 |
| Binary | 11011001 | 100100 | 1000001 | 0 | 1010011 | 1000110 | 1111 | 101011110 | 1001000 | 110010 |
Color Harmonies of #D92441
Complementary color
Monochromatic Colors of #D92441
Black with #D92441
Text Example
Text Example
White with #D92441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92441; }
p { color: rgb(217,36,65); }
H1.HeaderClassName
{
color: #D92441;
}
.AnyTagClassName
{
color: #D92441;
}
</style>
background-color css
<style>
a { background-color: #D92441; }
a { background-color: rgb(217,36,65); }
div.DivClassName
{
background-color: #D92441;
}
.BgClassName
{
background-color: #D92441;
}
</style>
border-color css
<style>
span { border-color: #D92441; }
span { border-color: rgb(217,36,65); }
td.TdClassName
{
border-color: #D92441;
}
.TagClassName
{
border-color: #D92441;
}
</style>