Shades of Alizarin #DA2A2D
Tints of Alizarin #DA2A2D
RGB
CMYK
RGB Variations
Color information
#DA2A2D (or 0xDA2A2D) is known color: Alizarin. HEX triplet: DA, 2A and 2D. RGB value is (218,42,45). Sum of RGB (Red+Green+Blue) = 218+42+45=305 (40% of max value = 765). Red value is 218 (85.55% from 255 or 71.48% from 305); Green value is 42 (16.80% from 255 or 13.77% from 305); Blue value is 45 (17.97% from 255 or 14.75% from 305); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2A2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2A2D is #25D5D2. Grayscale: #5F5F5F. Windows color (decimal): -2479571 or 2960090. OLE color: 2960090.
HSL color Cylindrical-coordinate representation of color #DA2A2D: hue angle of 358.98º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DA2A2D is Cyan = 0, Magento = 0.81, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 42 | 45 | - |
| CMYK | 0 | 0.81 | 0.79 | 0.15 |
| HSL | 358.98º | 0.7% | 0.51% | - |
| HSV(B) | 358.98º | 0.81% | 0.85% | - |
| XYZ | 30.22 | 16.75 | 4.12 | - |
| YUV | 94.97 | 99.81 | 215.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 42 | 45 | 0 | 0.81 | 0.79 | 0.15 | 358.98 | 0.7 | 0.51 |
| Hex | DA | 2A | 2D | 0 | 51 | 4F | F | 167 | 46 | 33 |
| Octal | 332 | 52 | 55 | 0 | 121 | 117 | 17 | 547 | 106 | 63 |
| Binary | 11011010 | 101010 | 101101 | 0 | 1010001 | 1001111 | 1111 | 101100111 | 1000110 | 110011 |
Color Harmonies of #DA2A2D
Complementary color
Monochromatic Colors of #DA2A2D
Black with #DA2A2D
Text Example
Text Example
White with #DA2A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2A2D; }
p { color: rgb(218,42,45); }
H1.HeaderClassName
{
color: #DA2A2D;
}
.AnyTagClassName
{
color: #DA2A2D;
}
</style>
background-color css
<style>
a { background-color: #DA2A2D; }
a { background-color: rgb(218,42,45); }
div.DivClassName
{
background-color: #DA2A2D;
}
.BgClassName
{
background-color: #DA2A2D;
}
</style>
border-color css
<style>
span { border-color: #DA2A2D; }
span { border-color: rgb(218,42,45); }
td.TdClassName
{
border-color: #DA2A2D;
}
.TagClassName
{
border-color: #DA2A2D;
}
</style>