Shades of Alizarin #DA253A
Tints of Alizarin #DA253A
RGB
CMYK
RGB Variations
Color information
#DA253A (or 0xDA253A) is known color: Alizarin. HEX triplet: DA, 25 and 3A. RGB value is (218,37,58). Sum of RGB (Red+Green+Blue) = 218+37+58=313 (41% of max value = 765). Red value is 218 (85.55% from 255 or 69.65% from 313); Green value is 37 (14.84% from 255 or 11.82% from 313); Blue value is 58 (23.05% from 255 or 18.53% from 313); Max value from RGB is 218 - color contains mainly: red. Hex color #DA253A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA253A is #25DAC5. Grayscale: #5D5D5D. Windows color (decimal): -2480838 or 3810778. OLE color: 3810778.
HSL color Cylindrical-coordinate representation of color #DA253A: hue angle of 353.04º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DA253A is Cyan = 0, Magento = 0.83, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 37 | 58 | - |
| CMYK | 0 | 0.83 | 0.73 | 0.15 |
| HSL | 353.04º | 0.71% | 0.5% | - |
| HSV(B) | 353.04º | 0.83% | 0.85% | - |
| XYZ | 30.34 | 16.53 | 5.6 | - |
| YUV | 93.51 | 107.97 | 216.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 37 | 58 | 0 | 0.83 | 0.73 | 0.15 | 353.04 | 0.71 | 0.5 |
| Hex | DA | 25 | 3A | 0 | 53 | 49 | F | 161 | 47 | 32 |
| Octal | 332 | 45 | 72 | 0 | 123 | 111 | 17 | 541 | 107 | 62 |
| Binary | 11011010 | 100101 | 111010 | 0 | 1010011 | 1001001 | 1111 | 101100001 | 1000111 | 110010 |
Color Harmonies of #DA253A
Complementary color
Monochromatic Colors of #DA253A
Black with #DA253A
Text Example
Text Example
White with #DA253A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA253A; }
p { color: rgb(218,37,58); }
H1.HeaderClassName
{
color: #DA253A;
}
.AnyTagClassName
{
color: #DA253A;
}
</style>
background-color css
<style>
a { background-color: #DA253A; }
a { background-color: rgb(218,37,58); }
div.DivClassName
{
background-color: #DA253A;
}
.BgClassName
{
background-color: #DA253A;
}
</style>
border-color css
<style>
span { border-color: #DA253A; }
span { border-color: rgb(218,37,58); }
td.TdClassName
{
border-color: #DA253A;
}
.TagClassName
{
border-color: #DA253A;
}
</style>