Shades of Alizarin #DA253B
Tints of Alizarin #DA253B
RGB
CMYK
RGB Variations
Color information
#DA253B (or 0xDA253B) is known color: Alizarin. HEX triplet: DA, 25 and 3B. RGB value is (218,37,59). Sum of RGB (Red+Green+Blue) = 218+37+59=314 (41% of max value = 765). Red value is 218 (85.55% from 255 or 69.43% from 314); Green value is 37 (14.84% from 255 or 11.78% from 314); Blue value is 59 (23.44% from 255 or 18.79% from 314); Max value from RGB is 218 - color contains mainly: red. Hex color #DA253B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA253B is #25DAC4. Grayscale: #5D5D5D. Windows color (decimal): -2480837 or 3876314. OLE color: 3876314.
HSL color Cylindrical-coordinate representation of color #DA253B: hue angle of 352.71º 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 #DA253B is Cyan = 0, Magento = 0.83, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 37 | 59 | - |
| CMYK | 0 | 0.83 | 0.73 | 0.15 |
| HSL | 352.71º | 0.71% | 0.5% | - |
| HSV(B) | 352.71º | 0.83% | 0.85% | - |
| XYZ | 30.36 | 16.54 | 5.73 | - |
| YUV | 93.63 | 108.47 | 216.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 37 | 59 | 0 | 0.83 | 0.73 | 0.15 | 352.71 | 0.71 | 0.5 |
| Hex | DA | 25 | 3B | 0 | 53 | 49 | F | 161 | 47 | 32 |
| Octal | 332 | 45 | 73 | 0 | 123 | 111 | 17 | 541 | 107 | 62 |
| Binary | 11011010 | 100101 | 111011 | 0 | 1010011 | 1001001 | 1111 | 101100001 | 1000111 | 110010 |
Color Harmonies of #DA253B
Complementary color
Monochromatic Colors of #DA253B
Black with #DA253B
Text Example
Text Example
White with #DA253B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA253B; }
p { color: rgb(218,37,59); }
H1.HeaderClassName
{
color: #DA253B;
}
.AnyTagClassName
{
color: #DA253B;
}
</style>
background-color css
<style>
a { background-color: #DA253B; }
a { background-color: rgb(218,37,59); }
div.DivClassName
{
background-color: #DA253B;
}
.BgClassName
{
background-color: #DA253B;
}
</style>
border-color css
<style>
span { border-color: #DA253B; }
span { border-color: rgb(218,37,59); }
td.TdClassName
{
border-color: #DA253B;
}
.TagClassName
{
border-color: #DA253B;
}
</style>