Shades of Alizarin #D5212D
Tints of Alizarin #D5212D
RGB
CMYK
RGB Variations
Color information
#D5212D (or 0xD5212D) is known color: Alizarin. HEX triplet: D5, 21 and 2D. RGB value is (213,33,45). Sum of RGB (Red+Green+Blue) = 213+33+45=291 (38% of max value = 765). Red value is 213 (83.59% from 255 or 73.20% from 291); Green value is 33 (13.28% from 255 or 11.34% from 291); Blue value is 45 (17.97% from 255 or 15.46% from 291); Max value from RGB is 213 - color contains mainly: red. Hex color #D5212D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5212D is #2ADED2. Grayscale: #585858. Windows color (decimal): -2809555 or 2957781. OLE color: 2957781.
HSL color Cylindrical-coordinate representation of color #D5212D: hue angle of 356º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D5212D is Cyan = 0, Magento = 0.85, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 33 | 45 | - |
| CMYK | 0 | 0.85 | 0.79 | 0.16 |
| HSL | 356º | 0.73% | 0.48% | - |
| HSV(B) | 356º | 0.85% | 0.84% | - |
| XYZ | 28.46 | 15.42 | 3.96 | - |
| YUV | 88.19 | 103.63 | 217.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 33 | 45 | 0 | 0.85 | 0.79 | 0.16 | 356 | 0.73 | 0.48 |
| Hex | D5 | 21 | 2D | 0 | 55 | 4F | 10 | 164 | 49 | 30 |
| Octal | 325 | 41 | 55 | 0 | 125 | 117 | 20 | 544 | 111 | 60 |
| Binary | 11010101 | 100001 | 101101 | 0 | 1010101 | 1001111 | 10000 | 101100100 | 1001001 | 110000 |
Color Harmonies of #D5212D
Complementary color
Monochromatic Colors of #D5212D
Black with #D5212D
Text Example
Text Example
White with #D5212D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5212D; }
p { color: rgb(213,33,45); }
H1.HeaderClassName
{
color: #D5212D;
}
.AnyTagClassName
{
color: #D5212D;
}
</style>
background-color css
<style>
a { background-color: #D5212D; }
a { background-color: rgb(213,33,45); }
div.DivClassName
{
background-color: #D5212D;
}
.BgClassName
{
background-color: #D5212D;
}
</style>
border-color css
<style>
span { border-color: #D5212D; }
span { border-color: rgb(213,33,45); }
td.TdClassName
{
border-color: #D5212D;
}
.TagClassName
{
border-color: #D5212D;
}
</style>