Shades of Alizarin #D7293A
Tints of Alizarin #D7293A
RGB
CMYK
RGB Variations
Color information
#D7293A (or 0xD7293A) is known color: Alizarin. HEX triplet: D7, 29 and 3A. RGB value is (215,41,58). Sum of RGB (Red+Green+Blue) = 215+41+58=314 (41% of max value = 765). Red value is 215 (84.38% from 255 or 68.47% from 314); Green value is 41 (16.41% from 255 or 13.06% from 314); Blue value is 58 (23.05% from 255 or 18.47% from 314); Max value from RGB is 215 - color contains mainly: red. Hex color #D7293A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7293A is #28D6C5. Grayscale: #5F5F5F. Windows color (decimal): -2676422 or 3811799. OLE color: 3811799.
HSL color Cylindrical-coordinate representation of color #D7293A: hue angle of 354.14º 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 #D7293A is Cyan = 0, Magento = 0.81, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 41 | 58 | - |
| CMYK | 0 | 0.81 | 0.73 | 0.16 |
| HSL | 354.14º | 0.69% | 0.5% | - |
| HSV(B) | 354.14º | 0.81% | 0.84% | - |
| XYZ | 29.58 | 16.34 | 5.6 | - |
| YUV | 94.96 | 107.15 | 213.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 41 | 58 | 0 | 0.81 | 0.73 | 0.16 | 354.14 | 0.69 | 0.5 |
| Hex | D7 | 29 | 3A | 0 | 51 | 49 | 10 | 162 | 45 | 32 |
| Octal | 327 | 51 | 72 | 0 | 121 | 111 | 20 | 542 | 105 | 62 |
| Binary | 11010111 | 101001 | 111010 | 0 | 1010001 | 1001001 | 10000 | 101100010 | 1000101 | 110010 |
Color Harmonies of #D7293A
Complementary color
Monochromatic Colors of #D7293A
Black with #D7293A
Text Example
Text Example
White with #D7293A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7293A; }
p { color: rgb(215,41,58); }
H1.HeaderClassName
{
color: #D7293A;
}
.AnyTagClassName
{
color: #D7293A;
}
</style>
background-color css
<style>
a { background-color: #D7293A; }
a { background-color: rgb(215,41,58); }
div.DivClassName
{
background-color: #D7293A;
}
.BgClassName
{
background-color: #D7293A;
}
</style>
border-color css
<style>
span { border-color: #D7293A; }
span { border-color: rgb(215,41,58); }
td.TdClassName
{
border-color: #D7293A;
}
.TagClassName
{
border-color: #D7293A;
}
</style>