Shades of Alizarin #DE2537
Tints of Alizarin #DE2537
RGB
CMYK
RGB Variations
Color information
#DE2537 (or 0xDE2537) is known color: Alizarin. HEX triplet: DE, 25 and 37. RGB value is (222,37,55). Sum of RGB (Red+Green+Blue) = 222+37+55=314 (41% of max value = 765). Red value is 222 (87.11% from 255 or 70.70% from 314); Green value is 37 (14.84% from 255 or 11.78% from 314); Blue value is 55 (21.88% from 255 or 17.52% from 314); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2537 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE2537 is #21DAC8. Grayscale: #5E5E5E. Windows color (decimal): -2218697 or 3614174. OLE color: 3614174.
HSL color Cylindrical-coordinate representation of color #DE2537: hue angle of 354.16º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DE2537 is Cyan = 0, Magento = 0.83, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 37 | 55 | - |
| CMYK | 0 | 0.83 | 0.75 | 0.13 |
| HSL | 354.16º | 0.74% | 0.51% | - |
| HSV(B) | 354.16º | 0.83% | 0.87% | - |
| XYZ | 31.48 | 17.13 | 5.26 | - |
| YUV | 94.37 | 105.79 | 219.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 37 | 55 | 0 | 0.83 | 0.75 | 0.13 | 354.16 | 0.74 | 0.51 |
| Hex | DE | 25 | 37 | 0 | 53 | 4B | D | 162 | 4A | 33 |
| Octal | 336 | 45 | 67 | 0 | 123 | 113 | 15 | 542 | 112 | 63 |
| Binary | 11011110 | 100101 | 110111 | 0 | 1010011 | 1001011 | 1101 | 101100010 | 1001010 | 110011 |
Color Harmonies of #DE2537
Complementary color
Monochromatic Colors of #DE2537
Black with #DE2537
Text Example
Text Example
White with #DE2537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE2537; }
p { color: rgb(222,37,55); }
H1.HeaderClassName
{
color: #DE2537;
}
.AnyTagClassName
{
color: #DE2537;
}
</style>
background-color css
<style>
a { background-color: #DE2537; }
a { background-color: rgb(222,37,55); }
div.DivClassName
{
background-color: #DE2537;
}
.BgClassName
{
background-color: #DE2537;
}
</style>
border-color css
<style>
span { border-color: #DE2537; }
span { border-color: rgb(222,37,55); }
td.TdClassName
{
border-color: #DE2537;
}
.TagClassName
{
border-color: #DE2537;
}
</style>