Shades of Alizarin #D5242C
Tints of Alizarin #D5242C
RGB
CMYK
RGB Variations
Color information
#D5242C (or 0xD5242C) is known color: Alizarin. HEX triplet: D5, 24 and 2C. RGB value is (213,36,44). Sum of RGB (Red+Green+Blue) = 213+36+44=293 (38% of max value = 765). Red value is 213 (83.59% from 255 or 72.70% from 293); Green value is 36 (14.45% from 255 or 12.29% from 293); Blue value is 44 (17.58% from 255 or 15.02% from 293); Max value from RGB is 213 - color contains mainly: red. Hex color #D5242C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5242C is #2ADBD3. Grayscale: #595959. Windows color (decimal): -2808788 or 2893013. OLE color: 2893013.
HSL color Cylindrical-coordinate representation of color #D5242C: hue angle of 357.29º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D5242C is Cyan = 0, Magento = 0.83, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 36 | 44 | - |
| CMYK | 0 | 0.83 | 0.79 | 0.16 |
| HSL | 357.29º | 0.71% | 0.49% | - |
| HSV(B) | 357.29º | 0.83% | 0.84% | - |
| XYZ | 28.53 | 15.59 | 3.89 | - |
| YUV | 89.84 | 102.14 | 215.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 36 | 44 | 0 | 0.83 | 0.79 | 0.16 | 357.29 | 0.71 | 0.49 |
| Hex | D5 | 24 | 2C | 0 | 53 | 4F | 10 | 165 | 47 | 31 |
| Octal | 325 | 44 | 54 | 0 | 123 | 117 | 20 | 545 | 107 | 61 |
| Binary | 11010101 | 100100 | 101100 | 0 | 1010011 | 1001111 | 10000 | 101100101 | 1000111 | 110001 |
Color Harmonies of #D5242C
Complementary color
Monochromatic Colors of #D5242C
Black with #D5242C
Text Example
Text Example
White with #D5242C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5242C; }
p { color: rgb(213,36,44); }
H1.HeaderClassName
{
color: #D5242C;
}
.AnyTagClassName
{
color: #D5242C;
}
</style>
background-color css
<style>
a { background-color: #D5242C; }
a { background-color: rgb(213,36,44); }
div.DivClassName
{
background-color: #D5242C;
}
.BgClassName
{
background-color: #D5242C;
}
</style>
border-color css
<style>
span { border-color: #D5242C; }
span { border-color: rgb(213,36,44); }
td.TdClassName
{
border-color: #D5242C;
}
.TagClassName
{
border-color: #D5242C;
}
</style>