Shades of Alizarin #D5242E
Tints of Alizarin #D5242E
RGB
CMYK
RGB Variations
Color information
#D5242E (or 0xD5242E) is known color: Alizarin. HEX triplet: D5, 24 and 2E. RGB value is (213,36,46). Sum of RGB (Red+Green+Blue) = 213+36+46=295 (39% of max value = 765). Red value is 213 (83.59% from 255 or 72.20% from 295); Green value is 36 (14.45% from 255 or 12.20% from 295); Blue value is 46 (18.36% from 255 or 15.59% from 295); Max value from RGB is 213 - color contains mainly: red. Hex color #D5242E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5242E is #2ADBD1. Grayscale: #5A5A5A. Windows color (decimal): -2808786 or 3024085. OLE color: 3024085.
HSL color Cylindrical-coordinate representation of color #D5242E: hue angle of 356.61º 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 #D5242E is Cyan = 0, Magento = 0.83, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 36 | 46 | - |
| CMYK | 0 | 0.83 | 0.78 | 0.16 |
| HSL | 356.61º | 0.71% | 0.49% | - |
| HSV(B) | 356.61º | 0.83% | 0.84% | - |
| XYZ | 28.56 | 15.61 | 4.09 | - |
| YUV | 90.06 | 103.14 | 215.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 36 | 46 | 0 | 0.83 | 0.78 | 0.16 | 356.61 | 0.71 | 0.49 |
| Hex | D5 | 24 | 2E | 0 | 53 | 4E | 10 | 165 | 47 | 31 |
| Octal | 325 | 44 | 56 | 0 | 123 | 116 | 20 | 545 | 107 | 61 |
| Binary | 11010101 | 100100 | 101110 | 0 | 1010011 | 1001110 | 10000 | 101100101 | 1000111 | 110001 |
Color Harmonies of #D5242E
Complementary color
Monochromatic Colors of #D5242E
Black with #D5242E
Text Example
Text Example
White with #D5242E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5242E; }
p { color: rgb(213,36,46); }
H1.HeaderClassName
{
color: #D5242E;
}
.AnyTagClassName
{
color: #D5242E;
}
</style>
background-color css
<style>
a { background-color: #D5242E; }
a { background-color: rgb(213,36,46); }
div.DivClassName
{
background-color: #D5242E;
}
.BgClassName
{
background-color: #D5242E;
}
</style>
border-color css
<style>
span { border-color: #D5242E; }
span { border-color: rgb(213,36,46); }
td.TdClassName
{
border-color: #D5242E;
}
.TagClassName
{
border-color: #D5242E;
}
</style>