Shades of Alizarin #DA203B
Tints of Alizarin #DA203B
RGB
CMYK
RGB Variations
Color information
#DA203B (or 0xDA203B) is known color: Alizarin. HEX triplet: DA, 20 and 3B. RGB value is (218,32,59). Sum of RGB (Red+Green+Blue) = 218+32+59=309 (40% of max value = 765). Red value is 218 (85.55% from 255 or 70.55% from 309); Green value is 32 (12.89% from 255 or 10.36% from 309); Blue value is 59 (23.44% from 255 or 19.09% from 309); Max value from RGB is 218 - color contains mainly: red. Hex color #DA203B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA203B is #25DFC4. Grayscale: #5A5A5A. Windows color (decimal): -2482117 or 3875034. OLE color: 3875034.
HSL color Cylindrical-coordinate representation of color #DA203B: hue angle of 351.29º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DA203B is Cyan = 0, Magento = 0.85, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 32 | 59 | - |
| CMYK | 0 | 0.85 | 0.73 | 0.15 |
| HSL | 351.29º | 0.74% | 0.49% | - |
| HSV(B) | 351.29º | 0.85% | 0.85% | - |
| XYZ | 30.22 | 16.25 | 5.68 | - |
| YUV | 90.69 | 110.12 | 218.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 32 | 59 | 0 | 0.85 | 0.73 | 0.15 | 351.29 | 0.74 | 0.49 |
| Hex | DA | 20 | 3B | 0 | 55 | 49 | F | 15F | 4A | 31 |
| Octal | 332 | 40 | 73 | 0 | 125 | 111 | 17 | 537 | 112 | 61 |
| Binary | 11011010 | 100000 | 111011 | 0 | 1010101 | 1001001 | 1111 | 101011111 | 1001010 | 110001 |
Color Harmonies of #DA203B
Complementary color
Monochromatic Colors of #DA203B
Black with #DA203B
Text Example
Text Example
White with #DA203B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA203B; }
p { color: rgb(218,32,59); }
H1.HeaderClassName
{
color: #DA203B;
}
.AnyTagClassName
{
color: #DA203B;
}
</style>
background-color css
<style>
a { background-color: #DA203B; }
a { background-color: rgb(218,32,59); }
div.DivClassName
{
background-color: #DA203B;
}
.BgClassName
{
background-color: #DA203B;
}
</style>
border-color css
<style>
span { border-color: #DA203B; }
span { border-color: rgb(218,32,59); }
td.TdClassName
{
border-color: #DA203B;
}
.TagClassName
{
border-color: #DA203B;
}
</style>