Shades of Alizarin #DA243E
Tints of Alizarin #DA243E
RGB
CMYK
RGB Variations
Color information
#DA243E (or 0xDA243E) is known color: Alizarin. HEX triplet: DA, 24 and 3E. RGB value is (218,36,62). Sum of RGB (Red+Green+Blue) = 218+36+62=316 (41% of max value = 765). Red value is 218 (85.55% from 255 or 68.99% from 316); Green value is 36 (14.45% from 255 or 11.39% from 316); Blue value is 62 (24.61% from 255 or 19.62% from 316); Max value from RGB is 218 - color contains mainly: red. Hex color #DA243E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA243E is #25DBC1. Grayscale: #5D5D5D. Windows color (decimal): -2481090 or 4072666. OLE color: 4072666.
HSL color Cylindrical-coordinate representation of color #DA243E: hue angle of 351.43º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DA243E is Cyan = 0, Magento = 0.83, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 36 | 62 | - |
| CMYK | 0 | 0.83 | 0.72 | 0.15 |
| HSL | 351.43º | 0.72% | 0.5% | - |
| HSV(B) | 351.43º | 0.83% | 0.85% | - |
| XYZ | 30.41 | 16.51 | 6.14 | - |
| YUV | 93.38 | 110.3 | 216.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 36 | 62 | 0 | 0.83 | 0.72 | 0.15 | 351.43 | 0.72 | 0.5 |
| Hex | DA | 24 | 3E | 0 | 53 | 48 | F | 15F | 48 | 32 |
| Octal | 332 | 44 | 76 | 0 | 123 | 110 | 17 | 537 | 110 | 62 |
| Binary | 11011010 | 100100 | 111110 | 0 | 1010011 | 1001000 | 1111 | 101011111 | 1001000 | 110010 |
Color Harmonies of #DA243E
Complementary color
Monochromatic Colors of #DA243E
Black with #DA243E
Text Example
Text Example
White with #DA243E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA243E; }
p { color: rgb(218,36,62); }
H1.HeaderClassName
{
color: #DA243E;
}
.AnyTagClassName
{
color: #DA243E;
}
</style>
background-color css
<style>
a { background-color: #DA243E; }
a { background-color: rgb(218,36,62); }
div.DivClassName
{
background-color: #DA243E;
}
.BgClassName
{
background-color: #DA243E;
}
</style>
border-color css
<style>
span { border-color: #DA243E; }
span { border-color: rgb(218,36,62); }
td.TdClassName
{
border-color: #DA243E;
}
.TagClassName
{
border-color: #DA243E;
}
</style>