Shades of Alizarin #DA232A
Tints of Alizarin #DA232A
RGB
CMYK
RGB Variations
Color information
#DA232A (or 0xDA232A) is known color: Alizarin. HEX triplet: DA, 23 and 2A. RGB value is (218,35,42). Sum of RGB (Red+Green+Blue) = 218+35+42=295 (39% of max value = 765). Red value is 218 (85.55% from 255 or 73.90% from 295); Green value is 35 (14.06% from 255 or 11.86% from 295); Blue value is 42 (16.80% from 255 or 14.24% from 295); Max value from RGB is 218 - color contains mainly: red. Hex color #DA232A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA232A is #25DCD5. Grayscale: #5A5A5A. Windows color (decimal): -2481366 or 2761690. OLE color: 2761690.
HSL color Cylindrical-coordinate representation of color #DA232A: hue angle of 357.7º 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 #DA232A is Cyan = 0, Magento = 0.84, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 35 | 42 | - |
| CMYK | 0 | 0.84 | 0.81 | 0.15 |
| HSL | 357.7º | 0.72% | 0.5% | - |
| HSV(B) | 357.7º | 0.84% | 0.85% | - |
| XYZ | 29.93 | 16.27 | 3.75 | - |
| YUV | 90.52 | 100.63 | 218.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 35 | 42 | 0 | 0.84 | 0.81 | 0.15 | 357.7 | 0.72 | 0.5 |
| Hex | DA | 23 | 2A | 0 | 54 | 51 | F | 166 | 48 | 32 |
| Octal | 332 | 43 | 52 | 0 | 124 | 121 | 17 | 546 | 110 | 62 |
| Binary | 11011010 | 100011 | 101010 | 0 | 1010100 | 1010001 | 1111 | 101100110 | 1001000 | 110010 |
Color Harmonies of #DA232A
Complementary color
Monochromatic Colors of #DA232A
Black with #DA232A
Text Example
Text Example
White with #DA232A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA232A; }
p { color: rgb(218,35,42); }
H1.HeaderClassName
{
color: #DA232A;
}
.AnyTagClassName
{
color: #DA232A;
}
</style>
background-color css
<style>
a { background-color: #DA232A; }
a { background-color: rgb(218,35,42); }
div.DivClassName
{
background-color: #DA232A;
}
.BgClassName
{
background-color: #DA232A;
}
</style>
border-color css
<style>
span { border-color: #DA232A; }
span { border-color: rgb(218,35,42); }
td.TdClassName
{
border-color: #DA232A;
}
.TagClassName
{
border-color: #DA232A;
}
</style>