Shades of Alizarin #DA2738
Tints of Alizarin #DA2738
RGB
CMYK
RGB Variations
Color information
#DA2738 (or 0xDA2738) is known color: Alizarin. HEX triplet: DA, 27 and 38. RGB value is (218,39,56). Sum of RGB (Red+Green+Blue) = 218+39+56=313 (41% of max value = 765). Red value is 218 (85.55% from 255 or 69.65% from 313); Green value is 39 (15.62% from 255 or 12.46% from 313); Blue value is 56 (22.27% from 255 or 17.89% from 313); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2738 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA2738 is #25D8C7. Grayscale: #5E5E5E. Windows color (decimal): -2480328 or 3680218. OLE color: 3680218.
HSL color Cylindrical-coordinate representation of color #DA2738: hue angle of 354.3º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DA2738 is Cyan = 0, Magento = 0.82, Yellow = 0.74 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 39 | 56 | - |
| CMYK | 0 | 0.82 | 0.74 | 0.15 |
| HSL | 354.3º | 0.71% | 0.5% | - |
| HSV(B) | 354.3º | 0.82% | 0.85% | - |
| XYZ | 30.35 | 16.64 | 5.35 | - |
| YUV | 94.46 | 106.3 | 216.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 39 | 56 | 0 | 0.82 | 0.74 | 0.15 | 354.3 | 0.71 | 0.5 |
| Hex | DA | 27 | 38 | 0 | 52 | 4A | F | 162 | 47 | 32 |
| Octal | 332 | 47 | 70 | 0 | 122 | 112 | 17 | 542 | 107 | 62 |
| Binary | 11011010 | 100111 | 111000 | 0 | 1010010 | 1001010 | 1111 | 101100010 | 1000111 | 110010 |
Color Harmonies of #DA2738
Complementary color
Monochromatic Colors of #DA2738
Black with #DA2738
Text Example
Text Example
White with #DA2738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2738; }
p { color: rgb(218,39,56); }
H1.HeaderClassName
{
color: #DA2738;
}
.AnyTagClassName
{
color: #DA2738;
}
</style>
background-color css
<style>
a { background-color: #DA2738; }
a { background-color: rgb(218,39,56); }
div.DivClassName
{
background-color: #DA2738;
}
.BgClassName
{
background-color: #DA2738;
}
</style>
border-color css
<style>
span { border-color: #DA2738; }
span { border-color: rgb(218,39,56); }
td.TdClassName
{
border-color: #DA2738;
}
.TagClassName
{
border-color: #DA2738;
}
</style>