Shades of Alizarin #DA3543
Tints of Alizarin #DA3543
RGB
CMYK
RGB Variations
Color information
#DA3543 (or 0xDA3543) is known color: Alizarin. HEX triplet: DA, 35 and 43. RGB value is (218,53,67). Sum of RGB (Red+Green+Blue) = 218+53+67=338 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.50% from 338); Green value is 53 (21.09% from 255 or 15.68% from 338); Blue value is 67 (26.56% from 255 or 19.82% from 338); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3543 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3543 is #25CABC. Grayscale: #686868. Windows color (decimal): -2476733 or 4404698. OLE color: 4404698.
HSL color Cylindrical-coordinate representation of color #DA3543: hue angle of 354.91º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DA3543 is Cyan = 0, Magento = 0.76, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 53 | 67 | - |
| CMYK | 0 | 0.76 | 0.69 | 0.15 |
| HSL | 354.91º | 0.69% | 0.53% | - |
| HSV(B) | 354.91º | 0.76% | 0.85% | - |
| XYZ | 31.2 | 17.86 | 7.11 | - |
| YUV | 103.93 | 107.16 | 209.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 53 | 67 | 0 | 0.76 | 0.69 | 0.15 | 354.91 | 0.69 | 0.53 |
| Hex | DA | 35 | 43 | 0 | 4C | 45 | F | 163 | 45 | 35 |
| Octal | 332 | 65 | 103 | 0 | 114 | 105 | 17 | 543 | 105 | 65 |
| Binary | 11011010 | 110101 | 1000011 | 0 | 1001100 | 1000101 | 1111 | 101100011 | 1000101 | 110101 |
Color Harmonies of #DA3543
Complementary color
Monochromatic Colors of #DA3543
Black with #DA3543
Text Example
Text Example
White with #DA3543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3543; }
p { color: rgb(218,53,67); }
H1.HeaderClassName
{
color: #DA3543;
}
.AnyTagClassName
{
color: #DA3543;
}
</style>
background-color css
<style>
a { background-color: #DA3543; }
a { background-color: rgb(218,53,67); }
div.DivClassName
{
background-color: #DA3543;
}
.BgClassName
{
background-color: #DA3543;
}
</style>
border-color css
<style>
span { border-color: #DA3543; }
span { border-color: rgb(218,53,67); }
td.TdClassName
{
border-color: #DA3543;
}
.TagClassName
{
border-color: #DA3543;
}
</style>