Shades of Alizarin #D9262B
Tints of Alizarin #D9262B
RGB
CMYK
RGB Variations
Color information
#D9262B (or 0xD9262B) is known color: Alizarin. HEX triplet: D9, 26 and 2B. RGB value is (217,38,43). Sum of RGB (Red+Green+Blue) = 217+38+43=298 (39% of max value = 765). Red value is 217 (85.16% from 255 or 72.82% from 298); Green value is 38 (15.23% from 255 or 12.75% from 298); Blue value is 43 (17.19% from 255 or 14.43% from 298); Max value from RGB is 217 - color contains mainly: red. Hex color #D9262B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9262B is #26D9D4. Grayscale: #5C5C5C. Windows color (decimal): -2546133 or 2827993. OLE color: 2827993.
HSL color Cylindrical-coordinate representation of color #D9262B: hue angle of 358.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 #D9262B is Cyan = 0, Magento = 0.82, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 38 | 43 | - |
| CMYK | 0 | 0.82 | 0.80 | 0.15 |
| HSL | 358.32º | 0.7% | 0.5% | - |
| HSV(B) | 358.32º | 0.82% | 0.85% | - |
| XYZ | 29.74 | 16.31 | 3.87 | - |
| YUV | 92.09 | 100.3 | 217.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 38 | 43 | 0 | 0.82 | 0.80 | 0.15 | 358.32 | 0.7 | 0.5 |
| Hex | D9 | 26 | 2B | 0 | 52 | 50 | F | 166 | 46 | 32 |
| Octal | 331 | 46 | 53 | 0 | 122 | 120 | 17 | 546 | 106 | 62 |
| Binary | 11011001 | 100110 | 101011 | 0 | 1010010 | 1010000 | 1111 | 101100110 | 1000110 | 110010 |
Color Harmonies of #D9262B
Complementary color
Monochromatic Colors of #D9262B
Black with #D9262B
Text Example
Text Example
White with #D9262B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9262B; }
p { color: rgb(217,38,43); }
H1.HeaderClassName
{
color: #D9262B;
}
.AnyTagClassName
{
color: #D9262B;
}
</style>
background-color css
<style>
a { background-color: #D9262B; }
a { background-color: rgb(217,38,43); }
div.DivClassName
{
background-color: #D9262B;
}
.BgClassName
{
background-color: #D9262B;
}
</style>
border-color css
<style>
span { border-color: #D9262B; }
span { border-color: rgb(217,38,43); }
td.TdClassName
{
border-color: #D9262B;
}
.TagClassName
{
border-color: #D9262B;
}
</style>