Shades of Alizarin #D9262F
Tints of Alizarin #D9262F
RGB
CMYK
RGB Variations
Color information
#D9262F (or 0xD9262F) is known color: Alizarin. HEX triplet: D9, 26 and 2F. RGB value is (217,38,47). Sum of RGB (Red+Green+Blue) = 217+38+47=302 (40% of max value = 765). Red value is 217 (85.16% from 255 or 71.85% from 302); Green value is 38 (15.23% from 255 or 12.58% from 302); Blue value is 47 (18.75% from 255 or 15.56% from 302); Max value from RGB is 217 - color contains mainly: red. Hex color #D9262F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9262F is #26D9D0. Grayscale: #5C5C5C. Windows color (decimal): -2546129 or 3090137. OLE color: 3090137.
HSL color Cylindrical-coordinate representation of color #D9262F: hue angle of 356.98º 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 #D9262F is Cyan = 0, Magento = 0.82, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 38 | 47 | - |
| CMYK | 0 | 0.82 | 0.78 | 0.15 |
| HSL | 356.98º | 0.7% | 0.5% | - |
| HSV(B) | 356.98º | 0.82% | 0.85% | - |
| XYZ | 29.82 | 16.34 | 4.27 | - |
| YUV | 92.55 | 102.3 | 216.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 38 | 47 | 0 | 0.82 | 0.78 | 0.15 | 356.98 | 0.7 | 0.5 |
| Hex | D9 | 26 | 2F | 0 | 52 | 4E | F | 165 | 46 | 32 |
| Octal | 331 | 46 | 57 | 0 | 122 | 116 | 17 | 545 | 106 | 62 |
| Binary | 11011001 | 100110 | 101111 | 0 | 1010010 | 1001110 | 1111 | 101100101 | 1000110 | 110010 |
Color Harmonies of #D9262F
Complementary color
Monochromatic Colors of #D9262F
Black with #D9262F
Text Example
Text Example
White with #D9262F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9262F; }
p { color: rgb(217,38,47); }
H1.HeaderClassName
{
color: #D9262F;
}
.AnyTagClassName
{
color: #D9262F;
}
</style>
background-color css
<style>
a { background-color: #D9262F; }
a { background-color: rgb(217,38,47); }
div.DivClassName
{
background-color: #D9262F;
}
.BgClassName
{
background-color: #D9262F;
}
</style>
border-color css
<style>
span { border-color: #D9262F; }
span { border-color: rgb(217,38,47); }
td.TdClassName
{
border-color: #D9262F;
}
.TagClassName
{
border-color: #D9262F;
}
</style>