Shades of Alizarin #D7292B
Tints of Alizarin #D7292B
RGB
CMYK
RGB Variations
Color information
#D7292B (or 0xD7292B) is known color: Alizarin. HEX triplet: D7, 29 and 2B. RGB value is (215,41,43). Sum of RGB (Red+Green+Blue) = 215+41+43=299 (39% of max value = 765). Red value is 215 (84.38% from 255 or 71.91% from 299); Green value is 41 (16.41% from 255 or 13.71% from 299); Blue value is 43 (17.19% from 255 or 14.38% from 299); Max value from RGB is 215 - color contains mainly: red. Hex color #D7292B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7292B is #28D6D4. Grayscale: #5D5D5D. Windows color (decimal): -2676437 or 2828759. OLE color: 2828759.
HSL color Cylindrical-coordinate representation of color #D7292B: hue angle of 359.31º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D7292B is Cyan = 0, Magento = 0.81, Yellow = 0.8 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 41 | 43 | - |
| CMYK | 0 | 0.81 | 0.8 | 0.16 |
| HSL | 359.31º | 0.69% | 0.5% | - |
| HSV(B) | 359.31º | 0.81% | 0.84% | - |
| XYZ | 29.25 | 16.21 | 3.87 | - |
| YUV | 93.25 | 99.65 | 214.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 41 | 43 | 0 | 0.81 | 0.8 | 0.16 | 359.31 | 0.69 | 0.5 |
| Hex | D7 | 29 | 2B | 0 | 51 | 50 | 10 | 167 | 45 | 32 |
| Octal | 327 | 51 | 53 | 0 | 121 | 120 | 20 | 547 | 105 | 62 |
| Binary | 11010111 | 101001 | 101011 | 0 | 1010001 | 1010000 | 10000 | 101100111 | 1000101 | 110010 |
Color Harmonies of #D7292B
Complementary color
Monochromatic Colors of #D7292B
Black with #D7292B
Text Example
Text Example
White with #D7292B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7292B; }
p { color: rgb(215,41,43); }
H1.HeaderClassName
{
color: #D7292B;
}
.AnyTagClassName
{
color: #D7292B;
}
</style>
background-color css
<style>
a { background-color: #D7292B; }
a { background-color: rgb(215,41,43); }
div.DivClassName
{
background-color: #D7292B;
}
.BgClassName
{
background-color: #D7292B;
}
</style>
border-color css
<style>
span { border-color: #D7292B; }
span { border-color: rgb(215,41,43); }
td.TdClassName
{
border-color: #D7292B;
}
.TagClassName
{
border-color: #D7292B;
}
</style>