Shades of Alizarin #DA253F
Tints of Alizarin #DA253F
RGB
CMYK
RGB Variations
Color information
#DA253F (or 0xDA253F) is known color: Alizarin. HEX triplet: DA, 25 and 3F. RGB value is (218,37,63). Sum of RGB (Red+Green+Blue) = 218+37+63=318 (42% of max value = 765). Red value is 218 (85.55% from 255 or 68.55% from 318); Green value is 37 (14.84% from 255 or 11.64% from 318); Blue value is 63 (25% from 255 or 19.81% from 318); Max value from RGB is 218 - color contains mainly: red. Hex color #DA253F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA253F is #25DAC0. Grayscale: #5E5E5E. Windows color (decimal): -2480833 or 4138458. OLE color: 4138458.
HSL color Cylindrical-coordinate representation of color #DA253F: hue angle of 351.38º 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 #DA253F is Cyan = 0, Magento = 0.83, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 37 | 63 | - |
| CMYK | 0 | 0.83 | 0.71 | 0.15 |
| HSL | 351.38º | 0.71% | 0.5% | - |
| HSV(B) | 351.38º | 0.83% | 0.85% | - |
| XYZ | 30.47 | 16.59 | 6.3 | - |
| YUV | 94.08 | 110.47 | 216.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 37 | 63 | 0 | 0.83 | 0.71 | 0.15 | 351.38 | 0.71 | 0.5 |
| Hex | DA | 25 | 3F | 0 | 53 | 47 | F | 15F | 47 | 32 |
| Octal | 332 | 45 | 77 | 0 | 123 | 107 | 17 | 537 | 107 | 62 |
| Binary | 11011010 | 100101 | 111111 | 0 | 1010011 | 1000111 | 1111 | 101011111 | 1000111 | 110010 |
Color Harmonies of #DA253F
Complementary color
Monochromatic Colors of #DA253F
Black with #DA253F
Text Example
Text Example
White with #DA253F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA253F; }
p { color: rgb(218,37,63); }
H1.HeaderClassName
{
color: #DA253F;
}
.AnyTagClassName
{
color: #DA253F;
}
</style>
background-color css
<style>
a { background-color: #DA253F; }
a { background-color: rgb(218,37,63); }
div.DivClassName
{
background-color: #DA253F;
}
.BgClassName
{
background-color: #DA253F;
}
</style>
border-color css
<style>
span { border-color: #DA253F; }
span { border-color: rgb(218,37,63); }
td.TdClassName
{
border-color: #DA253F;
}
.TagClassName
{
border-color: #DA253F;
}
</style>