Shades of Crimson #E2042A
Tints of Crimson #E2042A
RGB
CMYK
RGB Variations
Color information
#E2042A (or 0xE2042A) is known color: Crimson. HEX triplet: E2, 04 and 2A. RGB value is (226,4,42). Sum of RGB (Red+Green+Blue) = 226+4+42=272 (36% of max value = 765). Red value is 226 (88.67% from 255 or 83.09% from 272); Green value is 4 (1.95% from 255 or 1.47% from 272); Blue value is 42 (16.80% from 255 or 15.44% from 272); Max value from RGB is 226 - color contains mainly: red. Hex color #E2042A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E2042A is #1DFBD5. Grayscale: #4A4A4A. Windows color (decimal): -1965014 or 2753762. OLE color: 2753762.
HSL color Cylindrical-coordinate representation of color #E2042A: hue angle of 349.73º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E2042A is Cyan = 0, Magento = 0.98, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 4 | 42 | - |
| CMYK | 0 | 0.98 | 0.81 | 0.11 |
| HSL | 349.73º | 0.97% | 0.45% | - |
| HSV(B) | 349.73º | 0.98% | 0.89% | - |
| XYZ | 31.83 | 16.42 | 3.68 | - |
| YUV | 74.71 | 109.55 | 235.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 4 | 42 | 0 | 0.98 | 0.81 | 0.11 | 349.73 | 0.97 | 0.45 |
| Hex | E2 | 4 | 2A | 0 | 62 | 51 | B | 15E | 61 | 2D |
| Octal | 342 | 4 | 52 | 0 | 142 | 121 | 13 | 536 | 141 | 55 |
| Binary | 11100010 | 100 | 101010 | 0 | 1100010 | 1010001 | 1011 | 101011110 | 1100001 | 101101 |
Color Harmonies of #E2042A
Complementary color
Monochromatic Colors of #E2042A
Black with #E2042A
Text Example
Text Example
White with #E2042A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2042A; }
p { color: rgb(226,4,42); }
H1.HeaderClassName
{
color: #E2042A;
}
.AnyTagClassName
{
color: #E2042A;
}
</style>
background-color css
<style>
a { background-color: #E2042A; }
a { background-color: rgb(226,4,42); }
div.DivClassName
{
background-color: #E2042A;
}
.BgClassName
{
background-color: #E2042A;
}
</style>
border-color css
<style>
span { border-color: #E2042A; }
span { border-color: rgb(226,4,42); }
td.TdClassName
{
border-color: #E2042A;
}
.TagClassName
{
border-color: #E2042A;
}
</style>