Shades of Crimson #E3022A
Tints of Crimson #E3022A
RGB
CMYK
RGB Variations
Color information
#E3022A (or 0xE3022A) is known color: Crimson. HEX triplet: E3, 02 and 2A. RGB value is (227,2,42). Sum of RGB (Red+Green+Blue) = 227+2+42=271 (35% of max value = 765). Red value is 227 (89.06% from 255 or 83.76% from 271); Green value is 2 (1.17% from 255 or 0.74% from 271); Blue value is 42 (16.80% from 255 or 15.50% from 271); Max value from RGB is 227 - color contains mainly: red. Hex color #E3022A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E3022A is #1CFDD5. Grayscale: #494949. Windows color (decimal): -1899990 or 2753251. OLE color: 2753251.
HSL color Cylindrical-coordinate representation of color #E3022A: hue angle of 349.33º 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 #E3022A is Cyan = 0, Magento = 0.99, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 2 | 42 | - |
| CMYK | 0 | 0.99 | 0.81 | 0.11 |
| HSL | 349.33º | 0.98% | 0.45% | - |
| HSV(B) | 349.33º | 0.99% | 0.89% | - |
| XYZ | 32.12 | 16.54 | 3.69 | - |
| YUV | 73.84 | 110.04 | 237.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 2 | 42 | 0 | 0.99 | 0.81 | 0.11 | 349.33 | 0.98 | 0.45 |
| Hex | E3 | 2 | 2A | 0 | 63 | 51 | B | 15D | 62 | 2D |
| Octal | 343 | 2 | 52 | 0 | 143 | 121 | 13 | 535 | 142 | 55 |
| Binary | 11100011 | 10 | 101010 | 0 | 1100011 | 1010001 | 1011 | 101011101 | 1100010 | 101101 |
Color Harmonies of #E3022A
Complementary color
Monochromatic Colors of #E3022A
Black with #E3022A
Text Example
Text Example
White with #E3022A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3022A; }
p { color: rgb(227,2,42); }
H1.HeaderClassName
{
color: #E3022A;
}
.AnyTagClassName
{
color: #E3022A;
}
</style>
background-color css
<style>
a { background-color: #E3022A; }
a { background-color: rgb(227,2,42); }
div.DivClassName
{
background-color: #E3022A;
}
.BgClassName
{
background-color: #E3022A;
}
</style>
border-color css
<style>
span { border-color: #E3022A; }
span { border-color: rgb(227,2,42); }
td.TdClassName
{
border-color: #E3022A;
}
.TagClassName
{
border-color: #E3022A;
}
</style>