Shades of Alizarin #D5243E
Tints of Alizarin #D5243E
RGB
CMYK
RGB Variations
Color information
#D5243E (or 0xD5243E) is known color: Alizarin. HEX triplet: D5, 24 and 3E. RGB value is (213,36,62). Sum of RGB (Red+Green+Blue) = 213+36+62=311 (41% of max value = 765). Red value is 213 (83.59% from 255 or 68.49% from 311); Green value is 36 (14.45% from 255 or 11.58% from 311); Blue value is 62 (24.61% from 255 or 19.94% from 311); Max value from RGB is 213 - color contains mainly: red. Hex color #D5243E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5243E is #2ADBC1. Grayscale: #5B5B5B. Windows color (decimal): -2808770 or 4072661. OLE color: 4072661.
HSL color Cylindrical-coordinate representation of color #D5243E: hue angle of 351.19º 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 #D5243E is Cyan = 0, Magento = 0.83, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 36 | 62 | - |
| CMYK | 0 | 0.83 | 0.71 | 0.16 |
| HSL | 351.19º | 0.71% | 0.49% | - |
| HSV(B) | 351.19º | 0.83% | 0.84% | - |
| XYZ | 28.94 | 15.76 | 6.07 | - |
| YUV | 91.89 | 111.14 | 214.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 36 | 62 | 0 | 0.83 | 0.71 | 0.16 | 351.19 | 0.71 | 0.49 |
| Hex | D5 | 24 | 3E | 0 | 53 | 47 | 10 | 15F | 47 | 31 |
| Octal | 325 | 44 | 76 | 0 | 123 | 107 | 20 | 537 | 107 | 61 |
| Binary | 11010101 | 100100 | 111110 | 0 | 1010011 | 1000111 | 10000 | 101011111 | 1000111 | 110001 |
Color Harmonies of #D5243E
Complementary color
Monochromatic Colors of #D5243E
Black with #D5243E
Text Example
Text Example
White with #D5243E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5243E; }
p { color: rgb(213,36,62); }
H1.HeaderClassName
{
color: #D5243E;
}
.AnyTagClassName
{
color: #D5243E;
}
</style>
background-color css
<style>
a { background-color: #D5243E; }
a { background-color: rgb(213,36,62); }
div.DivClassName
{
background-color: #D5243E;
}
.BgClassName
{
background-color: #D5243E;
}
</style>
border-color css
<style>
span { border-color: #D5243E; }
span { border-color: rgb(213,36,62); }
td.TdClassName
{
border-color: #D5243E;
}
.TagClassName
{
border-color: #D5243E;
}
</style>