Shades of Alizarin #D92529
Tints of Alizarin #D92529
RGB
CMYK
RGB Variations
Color information
#D92529 (or 0xD92529) is known color: Alizarin. HEX triplet: D9, 25 and 29. RGB value is (217,37,41). Sum of RGB (Red+Green+Blue) = 217+37+41=295 (39% of max value = 765). Red value is 217 (85.16% from 255 or 73.56% from 295); Green value is 37 (14.84% from 255 or 12.54% from 295); Blue value is 41 (16.41% from 255 or 13.90% from 295); Max value from RGB is 217 - color contains mainly: red. Hex color #D92529 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D92529 is #26DAD6. Grayscale: #5B5B5B. Windows color (decimal): -2546391 or 2696665. OLE color: 2696665.
HSL color Cylindrical-coordinate representation of color #D92529: hue angle of 358.67º degrees, saturation: 0.71, 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 #D92529 is Cyan = 0, Magento = 0.83, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 37 | 41 | - |
| CMYK | 0 | 0.83 | 0.81 | 0.15 |
| HSL | 358.67º | 0.71% | 0.5% | - |
| HSV(B) | 358.67º | 0.83% | 0.85% | - |
| XYZ | 29.68 | 16.23 | 3.67 | - |
| YUV | 91.28 | 99.63 | 217.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 37 | 41 | 0 | 0.83 | 0.81 | 0.15 | 358.67 | 0.71 | 0.5 |
| Hex | D9 | 25 | 29 | 0 | 53 | 51 | F | 167 | 47 | 32 |
| Octal | 331 | 45 | 51 | 0 | 123 | 121 | 17 | 547 | 107 | 62 |
| Binary | 11011001 | 100101 | 101001 | 0 | 1010011 | 1010001 | 1111 | 101100111 | 1000111 | 110010 |
Color Harmonies of #D92529
Complementary color
Monochromatic Colors of #D92529
Black with #D92529
Text Example
Text Example
White with #D92529
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D92529; }
p { color: rgb(217,37,41); }
H1.HeaderClassName
{
color: #D92529;
}
.AnyTagClassName
{
color: #D92529;
}
</style>
background-color css
<style>
a { background-color: #D92529; }
a { background-color: rgb(217,37,41); }
div.DivClassName
{
background-color: #D92529;
}
.BgClassName
{
background-color: #D92529;
}
</style>
border-color css
<style>
span { border-color: #D92529; }
span { border-color: rgb(217,37,41); }
td.TdClassName
{
border-color: #D92529;
}
.TagClassName
{
border-color: #D92529;
}
</style>