Shades of Alizarin #DA252A
Tints of Alizarin #DA252A
RGB
CMYK
RGB Variations
Color information
#DA252A (or 0xDA252A) is known color: Alizarin. HEX triplet: DA, 25 and 2A. RGB value is (218,37,42). Sum of RGB (Red+Green+Blue) = 218+37+42=297 (39% of max value = 765). Red value is 218 (85.55% from 255 or 73.40% from 297); Green value is 37 (14.84% from 255 or 12.46% from 297); Blue value is 42 (16.80% from 255 or 14.14% from 297); Max value from RGB is 218 - color contains mainly: red. Hex color #DA252A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA252A is #25DAD5. Grayscale: #5B5B5B. Windows color (decimal): -2480854 or 2762202. OLE color: 2762202.
HSL color Cylindrical-coordinate representation of color #DA252A: hue angle of 358.34º 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 #DA252A is Cyan = 0, Magento = 0.83, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 37 | 42 | - |
| CMYK | 0 | 0.83 | 0.81 | 0.15 |
| HSL | 358.34º | 0.71% | 0.5% | - |
| HSV(B) | 358.34º | 0.83% | 0.85% | - |
| XYZ | 29.99 | 16.4 | 3.77 | - |
| YUV | 91.69 | 99.97 | 218.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 37 | 42 | 0 | 0.83 | 0.81 | 0.15 | 358.34 | 0.71 | 0.5 |
| Hex | DA | 25 | 2A | 0 | 53 | 51 | F | 166 | 47 | 32 |
| Octal | 332 | 45 | 52 | 0 | 123 | 121 | 17 | 546 | 107 | 62 |
| Binary | 11011010 | 100101 | 101010 | 0 | 1010011 | 1010001 | 1111 | 101100110 | 1000111 | 110010 |
Color Harmonies of #DA252A
Complementary color
Monochromatic Colors of #DA252A
Black with #DA252A
Text Example
Text Example
White with #DA252A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA252A; }
p { color: rgb(218,37,42); }
H1.HeaderClassName
{
color: #DA252A;
}
.AnyTagClassName
{
color: #DA252A;
}
</style>
background-color css
<style>
a { background-color: #DA252A; }
a { background-color: rgb(218,37,42); }
div.DivClassName
{
background-color: #DA252A;
}
.BgClassName
{
background-color: #DA252A;
}
</style>
border-color css
<style>
span { border-color: #DA252A; }
span { border-color: rgb(218,37,42); }
td.TdClassName
{
border-color: #DA252A;
}
.TagClassName
{
border-color: #DA252A;
}
</style>