Shades of Alizarin #D9272B
Tints of Alizarin #D9272B
RGB
CMYK
RGB Variations
Color information
#D9272B (or 0xD9272B) is known color: Alizarin. HEX triplet: D9, 27 and 2B. RGB value is (217,39,43). Sum of RGB (Red+Green+Blue) = 217+39+43=299 (39% of max value = 765). Red value is 217 (85.16% from 255 or 72.58% from 299); Green value is 39 (15.62% from 255 or 13.04% from 299); Blue value is 43 (17.19% from 255 or 14.38% from 299); Max value from RGB is 217 - color contains mainly: red. Hex color #D9272B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9272B is #26D8D4. Grayscale: #5C5C5C. Windows color (decimal): -2545877 or 2828249. OLE color: 2828249.
HSL color Cylindrical-coordinate representation of color #D9272B: hue angle of 358.65º 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 #D9272B is Cyan = 0, Magento = 0.82, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 39 | 43 | - |
| CMYK | 0 | 0.82 | 0.80 | 0.15 |
| HSL | 358.65º | 0.7% | 0.5% | - |
| HSV(B) | 358.65º | 0.82% | 0.85% | - |
| XYZ | 29.78 | 16.38 | 3.88 | - |
| YUV | 92.68 | 99.97 | 216.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 39 | 43 | 0 | 0.82 | 0.80 | 0.15 | 358.65 | 0.7 | 0.5 |
| Hex | D9 | 27 | 2B | 0 | 52 | 50 | F | 167 | 46 | 32 |
| Octal | 331 | 47 | 53 | 0 | 122 | 120 | 17 | 547 | 106 | 62 |
| Binary | 11011001 | 100111 | 101011 | 0 | 1010010 | 1010000 | 1111 | 101100111 | 1000110 | 110010 |
Color Harmonies of #D9272B
Complementary color
Monochromatic Colors of #D9272B
Black with #D9272B
Text Example
Text Example
White with #D9272B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9272B; }
p { color: rgb(217,39,43); }
H1.HeaderClassName
{
color: #D9272B;
}
.AnyTagClassName
{
color: #D9272B;
}
</style>
background-color css
<style>
a { background-color: #D9272B; }
a { background-color: rgb(217,39,43); }
div.DivClassName
{
background-color: #D9272B;
}
.BgClassName
{
background-color: #D9272B;
}
</style>
border-color css
<style>
span { border-color: #D9272B; }
span { border-color: rgb(217,39,43); }
td.TdClassName
{
border-color: #D9272B;
}
.TagClassName
{
border-color: #D9272B;
}
</style>