Shades of Alizarin #E22B2F
Tints of Alizarin #E22B2F
RGB
CMYK
RGB Variations
Color information
#E22B2F (or 0xE22B2F) is known color: Alizarin. HEX triplet: E2, 2B and 2F. RGB value is (226,43,47). Sum of RGB (Red+Green+Blue) = 226+43+47=316 (41% of max value = 765). Red value is 226 (88.67% from 255 or 71.52% from 316); Green value is 43 (17.19% from 255 or 13.61% from 316); Blue value is 47 (18.75% from 255 or 14.87% from 316); Max value from RGB is 226 - color contains mainly: red. Hex color #E22B2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E22B2F is #1DD4D0. Grayscale: #626262. Windows color (decimal): -1955025 or 3091426. OLE color: 3091426.
HSL color Cylindrical-coordinate representation of color #E22B2F: hue angle of 358.69º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E22B2F is Cyan = 0, Magento = 0.81, Yellow = 0.79 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 43 | 47 | - |
| CMYK | 0 | 0.81 | 0.79 | 0.11 |
| HSL | 358.69º | 0.76% | 0.53% | - |
| HSV(B) | 358.69º | 0.81% | 0.89% | - |
| XYZ | 32.74 | 18.1 | 4.46 | - |
| YUV | 98.17 | 99.13 | 219.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 43 | 47 | 0 | 0.81 | 0.79 | 0.11 | 358.69 | 0.76 | 0.53 |
| Hex | E2 | 2B | 2F | 0 | 51 | 4F | B | 167 | 4C | 35 |
| Octal | 342 | 53 | 57 | 0 | 121 | 117 | 13 | 547 | 114 | 65 |
| Binary | 11100010 | 101011 | 101111 | 0 | 1010001 | 1001111 | 1011 | 101100111 | 1001100 | 110101 |
Color Harmonies of #E22B2F
Complementary color
Monochromatic Colors of #E22B2F
Black with #E22B2F
Text Example
Text Example
White with #E22B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E22B2F; }
p { color: rgb(226,43,47); }
H1.HeaderClassName
{
color: #E22B2F;
}
.AnyTagClassName
{
color: #E22B2F;
}
</style>
background-color css
<style>
a { background-color: #E22B2F; }
a { background-color: rgb(226,43,47); }
div.DivClassName
{
background-color: #E22B2F;
}
.BgClassName
{
background-color: #E22B2F;
}
</style>
border-color css
<style>
span { border-color: #E22B2F; }
span { border-color: rgb(226,43,47); }
td.TdClassName
{
border-color: #E22B2F;
}
.TagClassName
{
border-color: #E22B2F;
}
</style>