Shades of Alizarin #D9262A
Tints of Alizarin #D9262A
RGB
CMYK
RGB Variations
Color information
#D9262A (or 0xD9262A) is known color: Alizarin. HEX triplet: D9, 26 and 2A. RGB value is (217,38,42). Sum of RGB (Red+Green+Blue) = 217+38+42=297 (39% of max value = 765). Red value is 217 (85.16% from 255 or 73.06% from 297); Green value is 38 (15.23% from 255 or 12.79% from 297); Blue value is 42 (16.80% from 255 or 14.14% from 297); Max value from RGB is 217 - color contains mainly: red. Hex color #D9262A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9262A is #26D9D5. Grayscale: #5C5C5C. Windows color (decimal): -2546134 or 2762457. OLE color: 2762457.
HSL color Cylindrical-coordinate representation of color #D9262A: hue angle of 358.66º 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 #D9262A is Cyan = 0, Magento = 0.82, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 38 | 42 | - |
| CMYK | 0 | 0.82 | 0.81 | 0.15 |
| HSL | 358.66º | 0.7% | 0.5% | - |
| HSV(B) | 358.66º | 0.82% | 0.85% | - |
| XYZ | 29.73 | 16.31 | 3.77 | - |
| YUV | 91.98 | 99.8 | 217.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 38 | 42 | 0 | 0.82 | 0.81 | 0.15 | 358.66 | 0.7 | 0.5 |
| Hex | D9 | 26 | 2A | 0 | 52 | 51 | F | 167 | 46 | 32 |
| Octal | 331 | 46 | 52 | 0 | 122 | 121 | 17 | 547 | 106 | 62 |
| Binary | 11011001 | 100110 | 101010 | 0 | 1010010 | 1010001 | 1111 | 101100111 | 1000110 | 110010 |
Color Harmonies of #D9262A
Complementary color
Monochromatic Colors of #D9262A
Black with #D9262A
Text Example
Text Example
White with #D9262A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9262A; }
p { color: rgb(217,38,42); }
H1.HeaderClassName
{
color: #D9262A;
}
.AnyTagClassName
{
color: #D9262A;
}
</style>
background-color css
<style>
a { background-color: #D9262A; }
a { background-color: rgb(217,38,42); }
div.DivClassName
{
background-color: #D9262A;
}
.BgClassName
{
background-color: #D9262A;
}
</style>
border-color css
<style>
span { border-color: #D9262A; }
span { border-color: rgb(217,38,42); }
td.TdClassName
{
border-color: #D9262A;
}
.TagClassName
{
border-color: #D9262A;
}
</style>