Shades of Alizarin #DA233E
Tints of Alizarin #DA233E
RGB
CMYK
RGB Variations
Color information
#DA233E (or 0xDA233E) is known color: Alizarin. HEX triplet: DA, 23 and 3E. RGB value is (218,35,62). Sum of RGB (Red+Green+Blue) = 218+35+62=315 (41% of max value = 765). Red value is 218 (85.55% from 255 or 69.21% from 315); Green value is 35 (14.06% from 255 or 11.11% from 315); Blue value is 62 (24.61% from 255 or 19.68% from 315); Max value from RGB is 218 - color contains mainly: red. Hex color #DA233E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA233E is #25DCC1. Grayscale: #5C5C5C. Windows color (decimal): -2481346 or 4072410. OLE color: 4072410.
HSL color Cylindrical-coordinate representation of color #DA233E: hue angle of 351.15º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DA233E is Cyan = 0, Magento = 0.84, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 35 | 62 | - |
| CMYK | 0 | 0.84 | 0.72 | 0.15 |
| HSL | 351.15º | 0.72% | 0.5% | - |
| HSV(B) | 351.15º | 0.84% | 0.85% | - |
| XYZ | 30.38 | 16.46 | 6.13 | - |
| YUV | 92.8 | 110.63 | 217.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 35 | 62 | 0 | 0.84 | 0.72 | 0.15 | 351.15 | 0.72 | 0.5 |
| Hex | DA | 23 | 3E | 0 | 54 | 48 | F | 15F | 48 | 32 |
| Octal | 332 | 43 | 76 | 0 | 124 | 110 | 17 | 537 | 110 | 62 |
| Binary | 11011010 | 100011 | 111110 | 0 | 1010100 | 1001000 | 1111 | 101011111 | 1001000 | 110010 |
Color Harmonies of #DA233E
Complementary color
Monochromatic Colors of #DA233E
Black with #DA233E
Text Example
Text Example
White with #DA233E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA233E; }
p { color: rgb(218,35,62); }
H1.HeaderClassName
{
color: #DA233E;
}
.AnyTagClassName
{
color: #DA233E;
}
</style>
background-color css
<style>
a { background-color: #DA233E; }
a { background-color: rgb(218,35,62); }
div.DivClassName
{
background-color: #DA233E;
}
.BgClassName
{
background-color: #DA233E;
}
</style>
border-color css
<style>
span { border-color: #DA233E; }
span { border-color: rgb(218,35,62); }
td.TdClassName
{
border-color: #DA233E;
}
.TagClassName
{
border-color: #DA233E;
}
</style>