Shades of Alizarin #D9262C
Tints of Alizarin #D9262C
RGB
CMYK
RGB Variations
Color information
#D9262C (or 0xD9262C) is known color: Alizarin. HEX triplet: D9, 26 and 2C. RGB value is (217,38,44). Sum of RGB (Red+Green+Blue) = 217+38+44=299 (39% of max value = 765). Red value is 217 (85.16% from 255 or 72.58% from 299); Green value is 38 (15.23% from 255 or 12.71% from 299); Blue value is 44 (17.58% from 255 or 14.72% from 299); Max value from RGB is 217 - color contains mainly: red. Hex color #D9262C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9262C is #26D9D3. Grayscale: #5C5C5C. Windows color (decimal): -2546132 or 2893529. OLE color: 2893529.
HSL color Cylindrical-coordinate representation of color #D9262C: hue angle of 357.99º 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 #D9262C is Cyan = 0, Magento = 0.82, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 38 | 44 | - |
| CMYK | 0 | 0.82 | 0.80 | 0.15 |
| HSL | 357.99º | 0.7% | 0.5% | - |
| HSV(B) | 357.99º | 0.82% | 0.85% | - |
| XYZ | 29.76 | 16.32 | 3.96 | - |
| YUV | 92.21 | 100.8 | 217.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 38 | 44 | 0 | 0.82 | 0.80 | 0.15 | 357.99 | 0.7 | 0.5 |
| Hex | D9 | 26 | 2C | 0 | 52 | 50 | F | 166 | 46 | 32 |
| Octal | 331 | 46 | 54 | 0 | 122 | 120 | 17 | 546 | 106 | 62 |
| Binary | 11011001 | 100110 | 101100 | 0 | 1010010 | 1010000 | 1111 | 101100110 | 1000110 | 110010 |
Color Harmonies of #D9262C
Complementary color
Monochromatic Colors of #D9262C
Black with #D9262C
Text Example
Text Example
White with #D9262C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9262C; }
p { color: rgb(217,38,44); }
H1.HeaderClassName
{
color: #D9262C;
}
.AnyTagClassName
{
color: #D9262C;
}
</style>
background-color css
<style>
a { background-color: #D9262C; }
a { background-color: rgb(217,38,44); }
div.DivClassName
{
background-color: #D9262C;
}
.BgClassName
{
background-color: #D9262C;
}
</style>
border-color css
<style>
span { border-color: #D9262C; }
span { border-color: rgb(217,38,44); }
td.TdClassName
{
border-color: #D9262C;
}
.TagClassName
{
border-color: #D9262C;
}
</style>