Shades of Crimson #E3022C
Tints of Crimson #E3022C
RGB
CMYK
RGB Variations
Color information
#E3022C (or 0xE3022C) is known color: Crimson. HEX triplet: E3, 02 and 2C. RGB value is (227,2,44). Sum of RGB (Red+Green+Blue) = 227+2+44=273 (36% of max value = 765). Red value is 227 (89.06% from 255 or 83.15% from 273); Green value is 2 (1.17% from 255 or 0.73% from 273); Blue value is 44 (17.58% from 255 or 16.12% from 273); Max value from RGB is 227 - color contains mainly: red. Hex color #E3022C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E3022C is #1CFDD3. Grayscale: #4A4A4A. Windows color (decimal): -1899988 or 2884323. OLE color: 2884323.
HSL color Cylindrical-coordinate representation of color #E3022C: hue angle of 348.8º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E3022C is Cyan = 0, Magento = 0.99, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 2 | 44 | - |
| CMYK | 0 | 0.99 | 0.81 | 0.11 |
| HSL | 348.8º | 0.98% | 0.45% | - |
| HSV(B) | 348.8º | 0.99% | 0.89% | - |
| XYZ | 32.15 | 16.56 | 3.88 | - |
| YUV | 74.06 | 111.04 | 237.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 2 | 44 | 0 | 0.99 | 0.81 | 0.11 | 348.8 | 0.98 | 0.45 |
| Hex | E3 | 2 | 2C | 0 | 63 | 51 | B | 15D | 62 | 2D |
| Octal | 343 | 2 | 54 | 0 | 143 | 121 | 13 | 535 | 142 | 55 |
| Binary | 11100011 | 10 | 101100 | 0 | 1100011 | 1010001 | 1011 | 101011101 | 1100010 | 101101 |
Color Harmonies of #E3022C
Complementary color
Monochromatic Colors of #E3022C
Black with #E3022C
Text Example
Text Example
White with #E3022C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3022C; }
p { color: rgb(227,2,44); }
H1.HeaderClassName
{
color: #E3022C;
}
.AnyTagClassName
{
color: #E3022C;
}
</style>
background-color css
<style>
a { background-color: #E3022C; }
a { background-color: rgb(227,2,44); }
div.DivClassName
{
background-color: #E3022C;
}
.BgClassName
{
background-color: #E3022C;
}
</style>
border-color css
<style>
span { border-color: #E3022C; }
span { border-color: rgb(227,2,44); }
td.TdClassName
{
border-color: #E3022C;
}
.TagClassName
{
border-color: #E3022C;
}
</style>