Shades of Alizarin #DE2425
Tints of Alizarin #DE2425
RGB
CMYK
RGB Variations
Color information
#DE2425 (or 0xDE2425) is known color: Alizarin. HEX triplet: DE, 24 and 25. RGB value is (222,36,37). Sum of RGB (Red+Green+Blue) = 222+36+37=295 (39% of max value = 765). Red value is 222 (87.11% from 255 or 75.25% from 295); Green value is 36 (14.45% from 255 or 12.20% from 295); Blue value is 37 (14.84% from 255 or 12.54% from 295); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2425 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE2425 is #21DBDA. Grayscale: #5B5B5B. Windows color (decimal): -2218971 or 2434270. OLE color: 2434270.
HSL color Cylindrical-coordinate representation of color #DE2425: hue angle of 359.68º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DE2425 is Cyan = 0, Magento = 0.84, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 36 | 37 | - |
| CMYK | 0 | 0.84 | 0.83 | 0.13 |
| HSL | 359.68º | 0.74% | 0.51% | - |
| HSV(B) | 359.68º | 0.84% | 0.87% | - |
| XYZ | 31.09 | 16.92 | 3.38 | - |
| YUV | 91.73 | 97.12 | 220.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 36 | 37 | 0 | 0.84 | 0.83 | 0.13 | 359.68 | 0.74 | 0.51 |
| Hex | DE | 24 | 25 | 0 | 54 | 53 | D | 168 | 4A | 33 |
| Octal | 336 | 44 | 45 | 0 | 124 | 123 | 15 | 550 | 112 | 63 |
| Binary | 11011110 | 100100 | 100101 | 0 | 1010100 | 1010011 | 1101 | 101101000 | 1001010 | 110011 |
Color Harmonies of #DE2425
Complementary color
Monochromatic Colors of #DE2425
Black with #DE2425
Text Example
Text Example
White with #DE2425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE2425; }
p { color: rgb(222,36,37); }
H1.HeaderClassName
{
color: #DE2425;
}
.AnyTagClassName
{
color: #DE2425;
}
</style>
background-color css
<style>
a { background-color: #DE2425; }
a { background-color: rgb(222,36,37); }
div.DivClassName
{
background-color: #DE2425;
}
.BgClassName
{
background-color: #DE2425;
}
</style>
border-color css
<style>
span { border-color: #DE2425; }
span { border-color: rgb(222,36,37); }
td.TdClassName
{
border-color: #DE2425;
}
.TagClassName
{
border-color: #DE2425;
}
</style>