Shades of Alizarin #D5202D
Tints of Alizarin #D5202D
RGB
CMYK
RGB Variations
Color information
#D5202D (or 0xD5202D) is known color: Alizarin. HEX triplet: D5, 20 and 2D. RGB value is (213,32,45). Sum of RGB (Red+Green+Blue) = 213+32+45=290 (38% of max value = 765). Red value is 213 (83.59% from 255 or 73.45% from 290); Green value is 32 (12.89% from 255 or 11.03% from 290); Blue value is 45 (17.97% from 255 or 15.52% from 290); Max value from RGB is 213 - color contains mainly: red. Hex color #D5202D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5202D is #2ADFD2. Grayscale: #575757. Windows color (decimal): -2809811 or 2957525. OLE color: 2957525.
HSL color Cylindrical-coordinate representation of color #D5202D: hue angle of 355.69º degrees, saturation: 0.74, 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 #D5202D is Cyan = 0, Magento = 0.85, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 32 | 45 | - |
| CMYK | 0 | 0.85 | 0.79 | 0.16 |
| HSL | 355.69º | 0.74% | 0.48% | - |
| HSV(B) | 355.69º | 0.85% | 0.84% | - |
| XYZ | 28.43 | 15.37 | 3.95 | - |
| YUV | 87.6 | 103.97 | 217.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 32 | 45 | 0 | 0.85 | 0.79 | 0.16 | 355.69 | 0.74 | 0.48 |
| Hex | D5 | 20 | 2D | 0 | 55 | 4F | 10 | 164 | 4A | 30 |
| Octal | 325 | 40 | 55 | 0 | 125 | 117 | 20 | 544 | 112 | 60 |
| Binary | 11010101 | 100000 | 101101 | 0 | 1010101 | 1001111 | 10000 | 101100100 | 1001010 | 110000 |
Color Harmonies of #D5202D
Complementary color
Monochromatic Colors of #D5202D
Black with #D5202D
Text Example
Text Example
White with #D5202D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5202D; }
p { color: rgb(213,32,45); }
H1.HeaderClassName
{
color: #D5202D;
}
.AnyTagClassName
{
color: #D5202D;
}
</style>
background-color css
<style>
a { background-color: #D5202D; }
a { background-color: rgb(213,32,45); }
div.DivClassName
{
background-color: #D5202D;
}
.BgClassName
{
background-color: #D5202D;
}
</style>
border-color css
<style>
span { border-color: #D5202D; }
span { border-color: rgb(213,32,45); }
td.TdClassName
{
border-color: #D5202D;
}
.TagClassName
{
border-color: #D5202D;
}
</style>