Shades of Alizarin #D9273B
Tints of Alizarin #D9273B
RGB
CMYK
RGB Variations
Color information
#D9273B (or 0xD9273B) is known color: Alizarin. HEX triplet: D9, 27 and 3B. RGB value is (217,39,59). Sum of RGB (Red+Green+Blue) = 217+39+59=315 (41% of max value = 765). Red value is 217 (85.16% from 255 or 68.89% from 315); Green value is 39 (15.62% from 255 or 12.38% from 315); Blue value is 59 (23.44% from 255 or 18.73% from 315); Max value from RGB is 217 - color contains mainly: red. Hex color #D9273B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9273B is #26D8C4. Grayscale: #5E5E5E. Windows color (decimal): -2545861 or 3876825. OLE color: 3876825.
HSL color Cylindrical-coordinate representation of color #D9273B: hue angle of 353.26º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D9273B is Cyan = 0, Magento = 0.82, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 39 | 59 | - |
| CMYK | 0 | 0.82 | 0.73 | 0.15 |
| HSL | 353.26º | 0.7% | 0.5% | - |
| HSV(B) | 353.26º | 0.82% | 0.85% | - |
| XYZ | 30.13 | 16.52 | 5.74 | - |
| YUV | 94.5 | 107.97 | 215.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 39 | 59 | 0 | 0.82 | 0.73 | 0.15 | 353.26 | 0.7 | 0.5 |
| Hex | D9 | 27 | 3B | 0 | 52 | 49 | F | 161 | 46 | 32 |
| Octal | 331 | 47 | 73 | 0 | 122 | 111 | 17 | 541 | 106 | 62 |
| Binary | 11011001 | 100111 | 111011 | 0 | 1010010 | 1001001 | 1111 | 101100001 | 1000110 | 110010 |
Color Harmonies of #D9273B
Complementary color
Monochromatic Colors of #D9273B
Black with #D9273B
Text Example
Text Example
White with #D9273B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9273B; }
p { color: rgb(217,39,59); }
H1.HeaderClassName
{
color: #D9273B;
}
.AnyTagClassName
{
color: #D9273B;
}
</style>
background-color css
<style>
a { background-color: #D9273B; }
a { background-color: rgb(217,39,59); }
div.DivClassName
{
background-color: #D9273B;
}
.BgClassName
{
background-color: #D9273B;
}
</style>
border-color css
<style>
span { border-color: #D9273B; }
span { border-color: rgb(217,39,59); }
td.TdClassName
{
border-color: #D9273B;
}
.TagClassName
{
border-color: #D9273B;
}
</style>