Shades of Crimson #E22042
Tints of Crimson #E22042
RGB
CMYK
RGB Variations
Color information
#E22042 (or 0xE22042) is known color: Crimson. HEX triplet: E2, 20 and 42. RGB value is (226,32,66). Sum of RGB (Red+Green+Blue) = 226+32+66=324 (42% of max value = 765). Red value is 226 (88.67% from 255 or 69.75% from 324); Green value is 32 (12.89% from 255 or 9.88% from 324); Blue value is 66 (26.17% from 255 or 20.37% from 324); Max value from RGB is 226 - color contains mainly: red. Hex color #E22042 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E22042 is #1DDFBD. Grayscale: #5D5D5D. Windows color (decimal): -1957822 or 4333794. OLE color: 4333794.
HSL color Cylindrical-coordinate representation of color #E22042: hue angle of 349.48º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E22042 is Cyan = 0, Magento = 0.86, Yellow = 0.71 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 32 | 66 | - |
| CMYK | 0 | 0.86 | 0.71 | 0.11 |
| HSL | 349.48º | 0.77% | 0.51% | - |
| HSV(B) | 349.48º | 0.86% | 0.89% | - |
| XYZ | 32.86 | 17.6 | 6.82 | - |
| YUV | 93.88 | 112.27 | 222.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 32 | 66 | 0 | 0.86 | 0.71 | 0.11 | 349.48 | 0.77 | 0.51 |
| Hex | E2 | 20 | 42 | 0 | 56 | 47 | B | 15D | 4D | 33 |
| Octal | 342 | 40 | 102 | 0 | 126 | 107 | 13 | 535 | 115 | 63 |
| Binary | 11100010 | 100000 | 1000010 | 0 | 1010110 | 1000111 | 1011 | 101011101 | 1001101 | 110011 |
Color Harmonies of #E22042
Complementary color
Monochromatic Colors of #E22042
Black with #E22042
Text Example
Text Example
White with #E22042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E22042; }
p { color: rgb(226,32,66); }
H1.HeaderClassName
{
color: #E22042;
}
.AnyTagClassName
{
color: #E22042;
}
</style>
background-color css
<style>
a { background-color: #E22042; }
a { background-color: rgb(226,32,66); }
div.DivClassName
{
background-color: #E22042;
}
.BgClassName
{
background-color: #E22042;
}
</style>
border-color css
<style>
span { border-color: #E22042; }
span { border-color: rgb(226,32,66); }
td.TdClassName
{
border-color: #E22042;
}
.TagClassName
{
border-color: #E22042;
}
</style>