Shades of Alizarin #DA233A
Tints of Alizarin #DA233A
RGB
CMYK
RGB Variations
Color information
#DA233A (or 0xDA233A) is known color: Alizarin. HEX triplet: DA, 23 and 3A. RGB value is (218,35,58). Sum of RGB (Red+Green+Blue) = 218+35+58=311 (41% of max value = 765). Red value is 218 (85.55% from 255 or 70.10% from 311); Green value is 35 (14.06% from 255 or 11.25% from 311); Blue value is 58 (23.05% from 255 or 18.65% from 311); Max value from RGB is 218 - color contains mainly: red. Hex color #DA233A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA233A is #25DCC5. Grayscale: #5C5C5C. Windows color (decimal): -2481350 or 3810266. OLE color: 3810266.
HSL color Cylindrical-coordinate representation of color #DA233A: hue angle of 352.46º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DA233A is Cyan = 0, Magento = 0.84, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 35 | 58 | - |
| CMYK | 0 | 0.84 | 0.73 | 0.15 |
| HSL | 352.46º | 0.72% | 0.5% | - |
| HSV(B) | 352.46º | 0.84% | 0.85% | - |
| XYZ | 30.28 | 16.41 | 5.58 | - |
| YUV | 92.34 | 108.63 | 217.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 35 | 58 | 0 | 0.84 | 0.73 | 0.15 | 352.46 | 0.72 | 0.5 |
| Hex | DA | 23 | 3A | 0 | 54 | 49 | F | 160 | 48 | 32 |
| Octal | 332 | 43 | 72 | 0 | 124 | 111 | 17 | 540 | 110 | 62 |
| Binary | 11011010 | 100011 | 111010 | 0 | 1010100 | 1001001 | 1111 | 101100000 | 1001000 | 110010 |
Color Harmonies of #DA233A
Complementary color
Monochromatic Colors of #DA233A
Black with #DA233A
Text Example
Text Example
White with #DA233A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA233A; }
p { color: rgb(218,35,58); }
H1.HeaderClassName
{
color: #DA233A;
}
.AnyTagClassName
{
color: #DA233A;
}
</style>
background-color css
<style>
a { background-color: #DA233A; }
a { background-color: rgb(218,35,58); }
div.DivClassName
{
background-color: #DA233A;
}
.BgClassName
{
background-color: #DA233A;
}
</style>
border-color css
<style>
span { border-color: #DA233A; }
span { border-color: rgb(218,35,58); }
td.TdClassName
{
border-color: #DA233A;
}
.TagClassName
{
border-color: #DA233A;
}
</style>