Shades of Alizarin #DA3339
Tints of Alizarin #DA3339
RGB
CMYK
RGB Variations
Color information
#DA3339 (or 0xDA3339) is known color: Alizarin. HEX triplet: DA, 33 and 39. RGB value is (218,51,57). Sum of RGB (Red+Green+Blue) = 218+51+57=326 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.87% from 326); Green value is 51 (20.31% from 255 or 15.64% from 326); Blue value is 57 (22.66% from 255 or 17.48% from 326); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3339 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3339 is #25CCC6. Grayscale: #656565. Windows color (decimal): -2477255 or 3748826. OLE color: 3748826.
HSL color Cylindrical-coordinate representation of color #DA3339: hue angle of 357.84º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DA3339 is Cyan = 0, Magento = 0.77, Yellow = 0.74 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 51 | 57 | - |
| CMYK | 0 | 0.77 | 0.74 | 0.15 |
| HSL | 357.84º | 0.69% | 0.53% | - |
| HSV(B) | 357.84º | 0.77% | 0.85% | - |
| XYZ | 30.84 | 17.57 | 5.64 | - |
| YUV | 101.62 | 102.83 | 211.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 51 | 57 | 0 | 0.77 | 0.74 | 0.15 | 357.84 | 0.69 | 0.53 |
| Hex | DA | 33 | 39 | 0 | 4D | 4A | F | 166 | 45 | 35 |
| Octal | 332 | 63 | 71 | 0 | 115 | 112 | 17 | 546 | 105 | 65 |
| Binary | 11011010 | 110011 | 111001 | 0 | 1001101 | 1001010 | 1111 | 101100110 | 1000101 | 110101 |
Color Harmonies of #DA3339
Complementary color
Monochromatic Colors of #DA3339
Black with #DA3339
Text Example
Text Example
White with #DA3339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3339; }
p { color: rgb(218,51,57); }
H1.HeaderClassName
{
color: #DA3339;
}
.AnyTagClassName
{
color: #DA3339;
}
</style>
background-color css
<style>
a { background-color: #DA3339; }
a { background-color: rgb(218,51,57); }
div.DivClassName
{
background-color: #DA3339;
}
.BgClassName
{
background-color: #DA3339;
}
</style>
border-color css
<style>
span { border-color: #DA3339; }
span { border-color: rgb(218,51,57); }
td.TdClassName
{
border-color: #DA3339;
}
.TagClassName
{
border-color: #DA3339;
}
</style>