Shades of Alizarin #D92427
Tints of Alizarin #D92427
RGB
CMYK
RGB Variations
Color information
#D92427 (or 0xD92427) is known color: Alizarin. HEX triplet: D9, 24 and 27. RGB value is (217,36,39). Sum of RGB (Red+Green+Blue) = 217+36+39=292 (38% of max value = 765). Red value is 217 (85.16% from 255 or 74.32% from 292); Green value is 36 (14.45% from 255 or 12.33% from 292); Blue value is 39 (15.62% from 255 or 13.36% from 292); Max value from RGB is 217 - color contains mainly: red. Hex color #D92427 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D92427 is #26DBD8. Grayscale: #5A5A5A. Windows color (decimal): -2546649 or 2565337. OLE color: 2565337.
HSL color Cylindrical-coordinate representation of color #D92427: hue angle of 359.01º 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 #D92427 is Cyan = 0, Magento = 0.83, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 36 | 39 | - |
| CMYK | 0 | 0.83 | 0.82 | 0.15 |
| HSL | 359.01º | 0.72% | 0.5% | - |
| HSV(B) | 359.01º | 0.83% | 0.85% | - |
| XYZ | 29.61 | 16.16 | 3.48 | - |
| YUV | 90.46 | 98.97 | 218.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 36 | 39 | 0 | 0.83 | 0.82 | 0.15 | 359.01 | 0.72 | 0.5 |
| Hex | D9 | 24 | 27 | 0 | 53 | 52 | F | 167 | 48 | 32 |
| Octal | 331 | 44 | 47 | 0 | 123 | 122 | 17 | 547 | 110 | 62 |
| Binary | 11011001 | 100100 | 100111 | 0 | 1010011 | 1010010 | 1111 | 101100111 | 1001000 | 110010 |
Color Harmonies of #D92427
Complementary color
Monochromatic Colors of #D92427
Black with #D92427
Text Example
Text Example
White with #D92427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92427; }
p { color: rgb(217,36,39); }
H1.HeaderClassName
{
color: #D92427;
}
.AnyTagClassName
{
color: #D92427;
}
</style>
background-color css
<style>
a { background-color: #D92427; }
a { background-color: rgb(217,36,39); }
div.DivClassName
{
background-color: #D92427;
}
.BgClassName
{
background-color: #D92427;
}
</style>
border-color css
<style>
span { border-color: #D92427; }
span { border-color: rgb(217,36,39); }
td.TdClassName
{
border-color: #D92427;
}
.TagClassName
{
border-color: #D92427;
}
</style>