Shades of Alizarin #DA232D
Tints of Alizarin #DA232D
RGB
CMYK
RGB Variations
Color information
#DA232D (or 0xDA232D) is known color: Alizarin. HEX triplet: DA, 23 and 2D. RGB value is (218,35,45). Sum of RGB (Red+Green+Blue) = 218+35+45=298 (39% of max value = 765). Red value is 218 (85.55% from 255 or 73.15% from 298); Green value is 35 (14.06% from 255 or 11.74% from 298); Blue value is 45 (17.97% from 255 or 15.10% from 298); Max value from RGB is 218 - color contains mainly: red. Hex color #DA232D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA232D is #25DCD2. Grayscale: #5A5A5A. Windows color (decimal): -2481363 or 2958298. OLE color: 2958298.
HSL color Cylindrical-coordinate representation of color #DA232D: hue angle of 356.72º 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 #DA232D is Cyan = 0, Magento = 0.84, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 35 | 45 | - |
| CMYK | 0 | 0.84 | 0.79 | 0.15 |
| HSL | 356.72º | 0.72% | 0.5% | - |
| HSV(B) | 356.72º | 0.84% | 0.85% | - |
| XYZ | 29.99 | 16.3 | 4.05 | - |
| YUV | 90.86 | 102.13 | 218.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 35 | 45 | 0 | 0.84 | 0.79 | 0.15 | 356.72 | 0.72 | 0.5 |
| Hex | DA | 23 | 2D | 0 | 54 | 4F | F | 165 | 48 | 32 |
| Octal | 332 | 43 | 55 | 0 | 124 | 117 | 17 | 545 | 110 | 62 |
| Binary | 11011010 | 100011 | 101101 | 0 | 1010100 | 1001111 | 1111 | 101100101 | 1001000 | 110010 |
Color Harmonies of #DA232D
Complementary color
Monochromatic Colors of #DA232D
Black with #DA232D
Text Example
Text Example
White with #DA232D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA232D; }
p { color: rgb(218,35,45); }
H1.HeaderClassName
{
color: #DA232D;
}
.AnyTagClassName
{
color: #DA232D;
}
</style>
background-color css
<style>
a { background-color: #DA232D; }
a { background-color: rgb(218,35,45); }
div.DivClassName
{
background-color: #DA232D;
}
.BgClassName
{
background-color: #DA232D;
}
</style>
border-color css
<style>
span { border-color: #DA232D; }
span { border-color: rgb(218,35,45); }
td.TdClassName
{
border-color: #DA232D;
}
.TagClassName
{
border-color: #DA232D;
}
</style>