Shades of Alizarin #DA343E
Tints of Alizarin #DA343E
RGB
CMYK
RGB Variations
Color information
#DA343E (or 0xDA343E) is known color: Alizarin. HEX triplet: DA, 34 and 3E. RGB value is (218,52,62). Sum of RGB (Red+Green+Blue) = 218+52+62=332 (43% of max value = 765). Red value is 218 (85.55% from 255 or 65.66% from 332); Green value is 52 (20.70% from 255 or 15.66% from 332); Blue value is 62 (24.61% from 255 or 18.67% from 332); Max value from RGB is 218 - color contains mainly: red. Hex color #DA343E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA343E is #25CBC1. Grayscale: #666666. Windows color (decimal): -2476994 or 4076762. OLE color: 4076762.
HSL color Cylindrical-coordinate representation of color #DA343E: hue angle of 356.39º 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 #DA343E is Cyan = 0, Magento = 0.76, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 52 | 62 | - |
| CMYK | 0 | 0.76 | 0.72 | 0.15 |
| HSL | 356.39º | 0.69% | 0.53% | - |
| HSV(B) | 356.39º | 0.76% | 0.85% | - |
| XYZ | 31.01 | 17.71 | 6.34 | - |
| YUV | 102.77 | 105 | 210.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 52 | 62 | 0 | 0.76 | 0.72 | 0.15 | 356.39 | 0.69 | 0.53 |
| Hex | DA | 34 | 3E | 0 | 4C | 48 | F | 164 | 45 | 35 |
| Octal | 332 | 64 | 76 | 0 | 114 | 110 | 17 | 544 | 105 | 65 |
| Binary | 11011010 | 110100 | 111110 | 0 | 1001100 | 1001000 | 1111 | 101100100 | 1000101 | 110101 |
Color Harmonies of #DA343E
Complementary color
Monochromatic Colors of #DA343E
Black with #DA343E
Text Example
Text Example
White with #DA343E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA343E; }
p { color: rgb(218,52,62); }
H1.HeaderClassName
{
color: #DA343E;
}
.AnyTagClassName
{
color: #DA343E;
}
</style>
background-color css
<style>
a { background-color: #DA343E; }
a { background-color: rgb(218,52,62); }
div.DivClassName
{
background-color: #DA343E;
}
.BgClassName
{
background-color: #DA343E;
}
</style>
border-color css
<style>
span { border-color: #DA343E; }
span { border-color: rgb(218,52,62); }
td.TdClassName
{
border-color: #DA343E;
}
.TagClassName
{
border-color: #DA343E;
}
</style>