Shades of Alizarin #DA252E
Tints of Alizarin #DA252E
RGB
CMYK
RGB Variations
Color information
#DA252E (or 0xDA252E) is known color: Alizarin. HEX triplet: DA, 25 and 2E. RGB value is (218,37,46). Sum of RGB (Red+Green+Blue) = 218+37+46=301 (39% of max value = 765). Red value is 218 (85.55% from 255 or 72.43% from 301); Green value is 37 (14.84% from 255 or 12.29% from 301); Blue value is 46 (18.36% from 255 or 15.28% from 301); Max value from RGB is 218 - color contains mainly: red. Hex color #DA252E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA252E is #25DAD1. Grayscale: #5C5C5C. Windows color (decimal): -2480850 or 3024346. OLE color: 3024346.
HSL color Cylindrical-coordinate representation of color #DA252E: hue angle of 357.02º 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 #DA252E is Cyan = 0, Magento = 0.83, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 37 | 46 | - |
| CMYK | 0 | 0.83 | 0.79 | 0.15 |
| HSL | 357.02º | 0.71% | 0.5% | - |
| HSV(B) | 357.02º | 0.83% | 0.85% | - |
| XYZ | 30.07 | 16.43 | 4.17 | - |
| YUV | 92.15 | 101.97 | 217.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 37 | 46 | 0 | 0.83 | 0.79 | 0.15 | 357.02 | 0.71 | 0.5 |
| Hex | DA | 25 | 2E | 0 | 53 | 4F | F | 165 | 47 | 32 |
| Octal | 332 | 45 | 56 | 0 | 123 | 117 | 17 | 545 | 107 | 62 |
| Binary | 11011010 | 100101 | 101110 | 0 | 1010011 | 1001111 | 1111 | 101100101 | 1000111 | 110010 |
Color Harmonies of #DA252E
Complementary color
Monochromatic Colors of #DA252E
Black with #DA252E
Text Example
Text Example
White with #DA252E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA252E; }
p { color: rgb(218,37,46); }
H1.HeaderClassName
{
color: #DA252E;
}
.AnyTagClassName
{
color: #DA252E;
}
</style>
background-color css
<style>
a { background-color: #DA252E; }
a { background-color: rgb(218,37,46); }
div.DivClassName
{
background-color: #DA252E;
}
.BgClassName
{
background-color: #DA252E;
}
</style>
border-color css
<style>
span { border-color: #DA252E; }
span { border-color: rgb(218,37,46); }
td.TdClassName
{
border-color: #DA252E;
}
.TagClassName
{
border-color: #DA252E;
}
</style>