Shades of Alizarin #D7213B
Tints of Alizarin #D7213B
RGB
CMYK
RGB Variations
Color information
#D7213B (or 0xD7213B) is known color: Alizarin. HEX triplet: D7, 21 and 3B. RGB value is (215,33,59). Sum of RGB (Red+Green+Blue) = 215+33+59=307 (40% of max value = 765). Red value is 215 (84.38% from 255 or 70.03% from 307); Green value is 33 (13.28% from 255 or 10.75% from 307); Blue value is 59 (23.44% from 255 or 19.22% from 307); Max value from RGB is 215 - color contains mainly: red. Hex color #D7213B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7213B is #28DEC4. Grayscale: #5A5A5A. Windows color (decimal): -2678469 or 3875287. OLE color: 3875287.
HSL color Cylindrical-coordinate representation of color #D7213B: hue angle of 351.43º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D7213B is Cyan = 0, Magento = 0.85, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 33 | 59 | - |
| CMYK | 0 | 0.85 | 0.73 | 0.16 |
| HSL | 351.43º | 0.73% | 0.49% | - |
| HSV(B) | 351.43º | 0.85% | 0.84% | - |
| XYZ | 29.36 | 15.85 | 5.65 | - |
| YUV | 90.38 | 110.3 | 216.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 33 | 59 | 0 | 0.85 | 0.73 | 0.16 | 351.43 | 0.73 | 0.49 |
| Hex | D7 | 21 | 3B | 0 | 55 | 49 | 10 | 15F | 49 | 31 |
| Octal | 327 | 41 | 73 | 0 | 125 | 111 | 20 | 537 | 111 | 61 |
| Binary | 11010111 | 100001 | 111011 | 0 | 1010101 | 1001001 | 10000 | 101011111 | 1001001 | 110001 |
Color Harmonies of #D7213B
Complementary color
Monochromatic Colors of #D7213B
Black with #D7213B
Text Example
Text Example
White with #D7213B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7213B; }
p { color: rgb(215,33,59); }
H1.HeaderClassName
{
color: #D7213B;
}
.AnyTagClassName
{
color: #D7213B;
}
</style>
background-color css
<style>
a { background-color: #D7213B; }
a { background-color: rgb(215,33,59); }
div.DivClassName
{
background-color: #D7213B;
}
.BgClassName
{
background-color: #D7213B;
}
</style>
border-color css
<style>
span { border-color: #D7213B; }
span { border-color: rgb(215,33,59); }
td.TdClassName
{
border-color: #D7213B;
}
.TagClassName
{
border-color: #D7213B;
}
</style>