Shades of Alizarin #D9252A
Tints of Alizarin #D9252A
RGB
CMYK
RGB Variations
Color information
#D9252A (or 0xD9252A) is known color: Alizarin. HEX triplet: D9, 25 and 2A. RGB value is (217,37,42). Sum of RGB (Red+Green+Blue) = 217+37+42=296 (39% of max value = 765). Red value is 217 (85.16% from 255 or 73.31% from 296); Green value is 37 (14.84% from 255 or 12.5% from 296); Blue value is 42 (16.80% from 255 or 14.19% from 296); Max value from RGB is 217 - color contains mainly: red. Hex color #D9252A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9252A is #26DAD5. Grayscale: #5B5B5B. Windows color (decimal): -2546390 or 2762201. OLE color: 2762201.
HSL color Cylindrical-coordinate representation of color #D9252A: hue angle of 358.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 #D9252A is Cyan = 0, Magento = 0.83, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 37 | 42 | - |
| CMYK | 0 | 0.83 | 0.81 | 0.15 |
| HSL | 358.33º | 0.71% | 0.5% | - |
| HSV(B) | 358.33º | 0.83% | 0.85% | - |
| XYZ | 29.69 | 16.24 | 3.76 | - |
| YUV | 91.39 | 100.13 | 217.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 37 | 42 | 0 | 0.83 | 0.81 | 0.15 | 358.33 | 0.71 | 0.5 |
| Hex | D9 | 25 | 2A | 0 | 53 | 51 | F | 166 | 47 | 32 |
| Octal | 331 | 45 | 52 | 0 | 123 | 121 | 17 | 546 | 107 | 62 |
| Binary | 11011001 | 100101 | 101010 | 0 | 1010011 | 1010001 | 1111 | 101100110 | 1000111 | 110010 |
Color Harmonies of #D9252A
Complementary color
Monochromatic Colors of #D9252A
Black with #D9252A
Text Example
Text Example
White with #D9252A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9252A; }
p { color: rgb(217,37,42); }
H1.HeaderClassName
{
color: #D9252A;
}
.AnyTagClassName
{
color: #D9252A;
}
</style>
background-color css
<style>
a { background-color: #D9252A; }
a { background-color: rgb(217,37,42); }
div.DivClassName
{
background-color: #D9252A;
}
.BgClassName
{
background-color: #D9252A;
}
</style>
border-color css
<style>
span { border-color: #D9252A; }
span { border-color: rgb(217,37,42); }
td.TdClassName
{
border-color: #D9252A;
}
.TagClassName
{
border-color: #D9252A;
}
</style>