Shades of Alizarin #E2262A
Tints of Alizarin #E2262A
RGB
CMYK
RGB Variations
Color information
#E2262A (or 0xE2262A) is known color: Alizarin. HEX triplet: E2, 26 and 2A. RGB value is (226,38,42). Sum of RGB (Red+Green+Blue) = 226+38+42=306 (40% of max value = 765). Red value is 226 (88.67% from 255 or 73.86% from 306); Green value is 38 (15.23% from 255 or 12.42% from 306); Blue value is 42 (16.80% from 255 or 13.73% from 306); Max value from RGB is 226 - color contains mainly: red. Hex color #E2262A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E2262A is #1DD9D5. Grayscale: #5E5E5E. Windows color (decimal): -1956310 or 2762466. OLE color: 2762466.
HSL color Cylindrical-coordinate representation of color #E2262A: hue angle of 358.72º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E2262A is Cyan = 0, Magento = 0.83, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 38 | 42 | - |
| CMYK | 0 | 0.83 | 0.81 | 0.11 |
| HSL | 358.72º | 0.76% | 0.52% | - |
| HSV(B) | 358.72º | 0.83% | 0.89% | - |
| XYZ | 32.48 | 17.72 | 3.9 | - |
| YUV | 94.67 | 98.28 | 221.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 38 | 42 | 0 | 0.83 | 0.81 | 0.11 | 358.72 | 0.76 | 0.52 |
| Hex | E2 | 26 | 2A | 0 | 53 | 51 | B | 167 | 4C | 34 |
| Octal | 342 | 46 | 52 | 0 | 123 | 121 | 13 | 547 | 114 | 64 |
| Binary | 11100010 | 100110 | 101010 | 0 | 1010011 | 1010001 | 1011 | 101100111 | 1001100 | 110100 |
Color Harmonies of #E2262A
Complementary color
Monochromatic Colors of #E2262A
Black with #E2262A
Text Example
Text Example
White with #E2262A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2262A; }
p { color: rgb(226,38,42); }
H1.HeaderClassName
{
color: #E2262A;
}
.AnyTagClassName
{
color: #E2262A;
}
</style>
background-color css
<style>
a { background-color: #E2262A; }
a { background-color: rgb(226,38,42); }
div.DivClassName
{
background-color: #E2262A;
}
.BgClassName
{
background-color: #E2262A;
}
</style>
border-color css
<style>
span { border-color: #E2262A; }
span { border-color: rgb(226,38,42); }
td.TdClassName
{
border-color: #E2262A;
}
.TagClassName
{
border-color: #E2262A;
}
</style>