Shades of Alizarin #DA252C
Tints of Alizarin #DA252C
RGB
CMYK
RGB Variations
Color information
#DA252C (or 0xDA252C) is known color: Alizarin. HEX triplet: DA, 25 and 2C. RGB value is (218,37,44). Sum of RGB (Red+Green+Blue) = 218+37+44=299 (39% of max value = 765). Red value is 218 (85.55% from 255 or 72.91% from 299); Green value is 37 (14.84% from 255 or 12.37% from 299); Blue value is 44 (17.58% from 255 or 14.72% from 299); Max value from RGB is 218 - color contains mainly: red. Hex color #DA252C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA252C is #25DAD3. Grayscale: #5C5C5C. Windows color (decimal): -2480852 or 2893274. OLE color: 2893274.
HSL color Cylindrical-coordinate representation of color #DA252C: hue angle of 357.68º 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 #DA252C is Cyan = 0, Magento = 0.83, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 37 | 44 | - |
| CMYK | 0 | 0.83 | 0.80 | 0.15 |
| HSL | 357.68º | 0.71% | 0.5% | - |
| HSV(B) | 357.68º | 0.83% | 0.85% | - |
| XYZ | 30.03 | 16.41 | 3.97 | - |
| YUV | 91.92 | 100.97 | 217.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 37 | 44 | 0 | 0.83 | 0.80 | 0.15 | 357.68 | 0.71 | 0.5 |
| Hex | DA | 25 | 2C | 0 | 53 | 50 | F | 166 | 47 | 32 |
| Octal | 332 | 45 | 54 | 0 | 123 | 120 | 17 | 546 | 107 | 62 |
| Binary | 11011010 | 100101 | 101100 | 0 | 1010011 | 1010000 | 1111 | 101100110 | 1000111 | 110010 |
Color Harmonies of #DA252C
Complementary color
Monochromatic Colors of #DA252C
Black with #DA252C
Text Example
Text Example
White with #DA252C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA252C; }
p { color: rgb(218,37,44); }
H1.HeaderClassName
{
color: #DA252C;
}
.AnyTagClassName
{
color: #DA252C;
}
</style>
background-color css
<style>
a { background-color: #DA252C; }
a { background-color: rgb(218,37,44); }
div.DivClassName
{
background-color: #DA252C;
}
.BgClassName
{
background-color: #DA252C;
}
</style>
border-color css
<style>
span { border-color: #DA252C; }
span { border-color: rgb(218,37,44); }
td.TdClassName
{
border-color: #DA252C;
}
.TagClassName
{
border-color: #DA252C;
}
</style>