Shades of Alizarin #DE2635
Tints of Alizarin #DE2635
RGB
CMYK
RGB Variations
Color information
#DE2635 (or 0xDE2635) is known color: Alizarin. HEX triplet: DE, 26 and 35. RGB value is (222,38,53). Sum of RGB (Red+Green+Blue) = 222+38+53=313 (41% of max value = 765). Red value is 222 (87.11% from 255 or 70.93% from 313); Green value is 38 (15.23% from 255 or 12.14% from 313); Blue value is 53 (21.09% from 255 or 16.93% from 313); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2635 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE2635 is #21D9CA. Grayscale: #5E5E5E. Windows color (decimal): -2218443 or 3483358. OLE color: 3483358.
HSL color Cylindrical-coordinate representation of color #DE2635: hue angle of 355.11º 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 #DE2635 is Cyan = 0, Magento = 0.83, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 38 | 53 | - |
| CMYK | 0 | 0.83 | 0.76 | 0.13 |
| HSL | 355.11º | 0.74% | 0.51% | - |
| HSV(B) | 355.11º | 0.83% | 0.87% | - |
| XYZ | 31.46 | 17.17 | 5.02 | - |
| YUV | 94.73 | 104.46 | 218.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 38 | 53 | 0 | 0.83 | 0.76 | 0.13 | 355.11 | 0.74 | 0.51 |
| Hex | DE | 26 | 35 | 0 | 53 | 4C | D | 163 | 4A | 33 |
| Octal | 336 | 46 | 65 | 0 | 123 | 114 | 15 | 543 | 112 | 63 |
| Binary | 11011110 | 100110 | 110101 | 0 | 1010011 | 1001100 | 1101 | 101100011 | 1001010 | 110011 |
Color Harmonies of #DE2635
Complementary color
Monochromatic Colors of #DE2635
Black with #DE2635
Text Example
Text Example
White with #DE2635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE2635; }
p { color: rgb(222,38,53); }
H1.HeaderClassName
{
color: #DE2635;
}
.AnyTagClassName
{
color: #DE2635;
}
</style>
background-color css
<style>
a { background-color: #DE2635; }
a { background-color: rgb(222,38,53); }
div.DivClassName
{
background-color: #DE2635;
}
.BgClassName
{
background-color: #DE2635;
}
</style>
border-color css
<style>
span { border-color: #DE2635; }
span { border-color: rgb(222,38,53); }
td.TdClassName
{
border-color: #DE2635;
}
.TagClassName
{
border-color: #DE2635;
}
</style>