Shades of Alizarin #D9262E
Tints of Alizarin #D9262E
RGB
CMYK
RGB Variations
Color information
#D9262E (or 0xD9262E) is known color: Alizarin. HEX triplet: D9, 26 and 2E. RGB value is (217,38,46). Sum of RGB (Red+Green+Blue) = 217+38+46=301 (39% of max value = 765). Red value is 217 (85.16% from 255 or 72.09% from 301); Green value is 38 (15.23% from 255 or 12.62% from 301); Blue value is 46 (18.36% from 255 or 15.28% from 301); Max value from RGB is 217 - color contains mainly: red. Hex color #D9262E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9262E is #26D9D1. Grayscale: #5C5C5C. Windows color (decimal): -2546130 or 3024601. OLE color: 3024601.
HSL color Cylindrical-coordinate representation of color #D9262E: hue angle of 357.32º 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 #D9262E is Cyan = 0, Magento = 0.82, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 38 | 46 | - |
| CMYK | 0 | 0.82 | 0.79 | 0.15 |
| HSL | 357.32º | 0.7% | 0.5% | - |
| HSV(B) | 357.32º | 0.82% | 0.85% | - |
| XYZ | 29.8 | 16.34 | 4.17 | - |
| YUV | 92.43 | 101.8 | 216.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 38 | 46 | 0 | 0.82 | 0.79 | 0.15 | 357.32 | 0.7 | 0.5 |
| Hex | D9 | 26 | 2E | 0 | 52 | 4F | F | 165 | 46 | 32 |
| Octal | 331 | 46 | 56 | 0 | 122 | 117 | 17 | 545 | 106 | 62 |
| Binary | 11011001 | 100110 | 101110 | 0 | 1010010 | 1001111 | 1111 | 101100101 | 1000110 | 110010 |
Color Harmonies of #D9262E
Complementary color
Monochromatic Colors of #D9262E
Black with #D9262E
Text Example
Text Example
White with #D9262E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9262E; }
p { color: rgb(217,38,46); }
H1.HeaderClassName
{
color: #D9262E;
}
.AnyTagClassName
{
color: #D9262E;
}
</style>
background-color css
<style>
a { background-color: #D9262E; }
a { background-color: rgb(217,38,46); }
div.DivClassName
{
background-color: #D9262E;
}
.BgClassName
{
background-color: #D9262E;
}
</style>
border-color css
<style>
span { border-color: #D9262E; }
span { border-color: rgb(217,38,46); }
td.TdClassName
{
border-color: #D9262E;
}
.TagClassName
{
border-color: #D9262E;
}
</style>