Shades of Alizarin #DA2138
Tints of Alizarin #DA2138
RGB
CMYK
RGB Variations
Color information
#DA2138 (or 0xDA2138) is known color: Alizarin. HEX triplet: DA, 21 and 38. RGB value is (218,33,56). Sum of RGB (Red+Green+Blue) = 218+33+56=307 (40% of max value = 765). Red value is 218 (85.55% from 255 or 71.01% from 307); Green value is 33 (13.28% from 255 or 10.75% from 307); Blue value is 56 (22.27% from 255 or 18.24% from 307); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2138 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2138 is #25DEC7. Grayscale: #5B5B5B. Windows color (decimal): -2481864 or 3678682. OLE color: 3678682.
HSL color Cylindrical-coordinate representation of color #DA2138: hue angle of 352.54º 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 #DA2138 is Cyan = 0, Magento = 0.85, Yellow = 0.74 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 33 | 56 | - |
| CMYK | 0 | 0.85 | 0.74 | 0.15 |
| HSL | 352.54º | 0.74% | 0.49% | - |
| HSV(B) | 352.54º | 0.85% | 0.85% | - |
| XYZ | 30.17 | 16.28 | 5.29 | - |
| YUV | 90.94 | 108.29 | 218.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 33 | 56 | 0 | 0.85 | 0.74 | 0.15 | 352.54 | 0.74 | 0.49 |
| Hex | DA | 21 | 38 | 0 | 55 | 4A | F | 161 | 4A | 31 |
| Octal | 332 | 41 | 70 | 0 | 125 | 112 | 17 | 541 | 112 | 61 |
| Binary | 11011010 | 100001 | 111000 | 0 | 1010101 | 1001010 | 1111 | 101100001 | 1001010 | 110001 |
Color Harmonies of #DA2138
Complementary color
Monochromatic Colors of #DA2138
Black with #DA2138
Text Example
Text Example
White with #DA2138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2138; }
p { color: rgb(218,33,56); }
H1.HeaderClassName
{
color: #DA2138;
}
.AnyTagClassName
{
color: #DA2138;
}
</style>
background-color css
<style>
a { background-color: #DA2138; }
a { background-color: rgb(218,33,56); }
div.DivClassName
{
background-color: #DA2138;
}
.BgClassName
{
background-color: #DA2138;
}
</style>
border-color css
<style>
span { border-color: #DA2138; }
span { border-color: rgb(218,33,56); }
td.TdClassName
{
border-color: #DA2138;
}
.TagClassName
{
border-color: #DA2138;
}
</style>