Shades of Alizarin #D9252D
Tints of Alizarin #D9252D
RGB
CMYK
RGB Variations
Color information
#D9252D (or 0xD9252D) is known color: Alizarin. HEX triplet: D9, 25 and 2D. RGB value is (217,37,45). Sum of RGB (Red+Green+Blue) = 217+37+45=299 (39% of max value = 765). Red value is 217 (85.16% from 255 or 72.58% from 299); Green value is 37 (14.84% from 255 or 12.37% from 299); Blue value is 45 (17.97% from 255 or 15.05% from 299); Max value from RGB is 217 - color contains mainly: red. Hex color #D9252D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9252D is #26DAD2. Grayscale: #5B5B5B. Windows color (decimal): -2546387 or 2958809. OLE color: 2958809.
HSL color Cylindrical-coordinate representation of color #D9252D: hue angle of 357.33º 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 #D9252D is Cyan = 0, Magento = 0.83, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 37 | 45 | - |
| CMYK | 0 | 0.83 | 0.79 | 0.15 |
| HSL | 357.33º | 0.71% | 0.5% | - |
| HSV(B) | 357.33º | 0.83% | 0.85% | - |
| XYZ | 29.75 | 16.26 | 4.05 | - |
| YUV | 91.73 | 101.63 | 217.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 37 | 45 | 0 | 0.83 | 0.79 | 0.15 | 357.33 | 0.71 | 0.5 |
| Hex | D9 | 25 | 2D | 0 | 53 | 4F | F | 165 | 47 | 32 |
| Octal | 331 | 45 | 55 | 0 | 123 | 117 | 17 | 545 | 107 | 62 |
| Binary | 11011001 | 100101 | 101101 | 0 | 1010011 | 1001111 | 1111 | 101100101 | 1000111 | 110010 |
Color Harmonies of #D9252D
Complementary color
Monochromatic Colors of #D9252D
Black with #D9252D
Text Example
Text Example
White with #D9252D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9252D; }
p { color: rgb(217,37,45); }
H1.HeaderClassName
{
color: #D9252D;
}
.AnyTagClassName
{
color: #D9252D;
}
</style>
background-color css
<style>
a { background-color: #D9252D; }
a { background-color: rgb(217,37,45); }
div.DivClassName
{
background-color: #D9252D;
}
.BgClassName
{
background-color: #D9252D;
}
</style>
border-color css
<style>
span { border-color: #D9252D; }
span { border-color: rgb(217,37,45); }
td.TdClassName
{
border-color: #D9252D;
}
.TagClassName
{
border-color: #D9252D;
}
</style>