Shades of Alizarin #DA3235
Tints of Alizarin #DA3235
RGB
CMYK
RGB Variations
Color information
#DA3235 (or 0xDA3235) is known color: Alizarin. HEX triplet: DA, 32 and 35. RGB value is (218,50,53). Sum of RGB (Red+Green+Blue) = 218+50+53=321 (42% of max value = 765). Red value is 218 (85.55% from 255 or 67.91% from 321); Green value is 50 (19.92% from 255 or 15.58% from 321); Blue value is 53 (21.09% from 255 or 16.51% from 321); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3235 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA3235 is #25CDCA. Grayscale: #646464. Windows color (decimal): -2477515 or 3486426. OLE color: 3486426.
HSL color Cylindrical-coordinate representation of color #DA3235: hue angle of 358.93º 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 #DA3235 is Cyan = 0, Magento = 0.77, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 50 | 53 | - |
| CMYK | 0 | 0.77 | 0.76 | 0.15 |
| HSL | 358.93º | 0.69% | 0.53% | - |
| HSV(B) | 358.93º | 0.77% | 0.85% | - |
| XYZ | 30.7 | 17.44 | 5.12 | - |
| YUV | 100.57 | 101.16 | 211.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 50 | 53 | 0 | 0.77 | 0.76 | 0.15 | 358.93 | 0.69 | 0.53 |
| Hex | DA | 32 | 35 | 0 | 4D | 4C | F | 167 | 45 | 35 |
| Octal | 332 | 62 | 65 | 0 | 115 | 114 | 17 | 547 | 105 | 65 |
| Binary | 11011010 | 110010 | 110101 | 0 | 1001101 | 1001100 | 1111 | 101100111 | 1000101 | 110101 |
Color Harmonies of #DA3235
Complementary color
Monochromatic Colors of #DA3235
Black with #DA3235
Text Example
Text Example
White with #DA3235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA3235; }
p { color: rgb(218,50,53); }
H1.HeaderClassName
{
color: #DA3235;
}
.AnyTagClassName
{
color: #DA3235;
}
</style>
background-color css
<style>
a { background-color: #DA3235; }
a { background-color: rgb(218,50,53); }
div.DivClassName
{
background-color: #DA3235;
}
.BgClassName
{
background-color: #DA3235;
}
</style>
border-color css
<style>
span { border-color: #DA3235; }
span { border-color: rgb(218,50,53); }
td.TdClassName
{
border-color: #DA3235;
}
.TagClassName
{
border-color: #DA3235;
}
</style>