Shades of Crimson #E2002E
Tints of Crimson #E2002E
RGB
CMYK
RGB Variations
Color information
#E2002E (or 0xE2002E) is known color: Crimson. HEX triplet: E2, 00 and 2E. RGB value is (226,0,46). Sum of RGB (Red+Green+Blue) = 226+0+46=272 (36% of max value = 765). Red value is 226 (88.67% from 255 or 83.09% from 272); Green value is 0 (0.39% from 255 or 0% from 272); Blue value is 46 (18.36% from 255 or 16.91% from 272); Max value from RGB is 226 - color contains mainly: red. Hex color #E2002E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E2002E is #1DFFD1. Grayscale: #484848. Windows color (decimal): -1966034 or 3014882. OLE color: 3014882.
HSL color Cylindrical-coordinate representation of color #E2002E: hue angle of 347.79º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E2002E is Cyan = 0, Magento = 1, Yellow = 0.80 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 0 | 46 | - |
| CMYK | 0 | 1 | 0.80 | 0.11 |
| HSL | 347.79º | 1% | 0.44% | - |
| HSV(B) | 347.79º | 1% | 0.89% | - |
| XYZ | 31.86 | 16.37 | 4.06 | - |
| YUV | 72.82 | 112.87 | 237.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 0 | 46 | 0 | 1 | 0.80 | 0.11 | 347.79 | 1 | 0.44 |
| Hex | E2 | 0 | 2E | 0 | 64 | 50 | B | 15C | 64 | 2C |
| Octal | 342 | 0 | 56 | 0 | 144 | 120 | 13 | 534 | 144 | 54 |
| Binary | 11100010 | 0 | 101110 | 0 | 1100100 | 1010000 | 1011 | 101011100 | 1100100 | 101100 |
Color Harmonies of #E2002E
Complementary color
Monochromatic Colors of #E2002E
Black with #E2002E
Text Example
Text Example
White with #E2002E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2002E; }
p { color: rgb(226,0,46); }
H1.HeaderClassName
{
color: #E2002E;
}
.AnyTagClassName
{
color: #E2002E;
}
</style>
background-color css
<style>
a { background-color: #E2002E; }
a { background-color: rgb(226,0,46); }
div.DivClassName
{
background-color: #E2002E;
}
.BgClassName
{
background-color: #E2002E;
}
</style>
border-color css
<style>
span { border-color: #E2002E; }
span { border-color: rgb(226,0,46); }
td.TdClassName
{
border-color: #E2002E;
}
.TagClassName
{
border-color: #E2002E;
}
</style>