Shades of Alizarin #DA3443
Tints of Alizarin #DA3443
RGB
CMYK
RGB Variations
Color information
#DA3443 (or 0xDA3443) is known color: Alizarin. HEX triplet: DA, 34 and 43. RGB value is (218,52,67). Sum of RGB (Red+Green+Blue) = 218+52+67=337 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.69% from 337); Green value is 52 (20.70% from 255 or 15.43% from 337); Blue value is 67 (26.56% from 255 or 19.88% from 337); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3443 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3443 is #25CBBC. Grayscale: #676767. Windows color (decimal): -2476989 or 4404442. OLE color: 4404442.
HSL color Cylindrical-coordinate representation of color #DA3443: hue angle of 354.58º 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 #DA3443 is Cyan = 0, Magento = 0.76, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 52 | 67 | - |
| CMYK | 0 | 0.76 | 0.69 | 0.15 |
| HSL | 354.58º | 0.69% | 0.53% | - |
| HSV(B) | 354.58º | 0.76% | 0.85% | - |
| XYZ | 31.15 | 17.77 | 7.1 | - |
| YUV | 103.34 | 107.5 | 209.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 52 | 67 | 0 | 0.76 | 0.69 | 0.15 | 354.58 | 0.69 | 0.53 |
| Hex | DA | 34 | 43 | 0 | 4C | 45 | F | 163 | 45 | 35 |
| Octal | 332 | 64 | 103 | 0 | 114 | 105 | 17 | 543 | 105 | 65 |
| Binary | 11011010 | 110100 | 1000011 | 0 | 1001100 | 1000101 | 1111 | 101100011 | 1000101 | 110101 |
Color Harmonies of #DA3443
Complementary color
Monochromatic Colors of #DA3443
Black with #DA3443
Text Example
Text Example
White with #DA3443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3443; }
p { color: rgb(218,52,67); }
H1.HeaderClassName
{
color: #DA3443;
}
.AnyTagClassName
{
color: #DA3443;
}
</style>
background-color css
<style>
a { background-color: #DA3443; }
a { background-color: rgb(218,52,67); }
div.DivClassName
{
background-color: #DA3443;
}
.BgClassName
{
background-color: #DA3443;
}
</style>
border-color css
<style>
span { border-color: #DA3443; }
span { border-color: rgb(218,52,67); }
td.TdClassName
{
border-color: #DA3443;
}
.TagClassName
{
border-color: #DA3443;
}
</style>