Shades of Crimson #E2003A
Tints of Crimson #E2003A
RGB
CMYK
RGB Variations
Color information
#E2003A (or 0xE2003A) is known color: Crimson. HEX triplet: E2, 00 and 3A. RGB value is (226,0,58). Sum of RGB (Red+Green+Blue) = 226+0+58=284 (37% of max value = 765). Red value is 226 (88.67% from 255 or 79.58% from 284); Green value is 0 (0.39% from 255 or 0% from 284); Blue value is 58 (23.05% from 255 or 20.42% from 284); Max value from RGB is 226 - color contains mainly: red. Hex color #E2003A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E2003A is #1DFFC5. Grayscale: #4A4A4A. Windows color (decimal): -1966022 or 3801314. OLE color: 3801314.
HSL color Cylindrical-coordinate representation of color #E2003A: hue angle of 344.6º 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 #E2003A is Cyan = 0, Magento = 1, Yellow = 0.74 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 0 | 58 | - |
| CMYK | 0 | 1 | 0.74 | 0.11 |
| HSL | 344.6º | 1% | 0.44% | - |
| HSV(B) | 344.6º | 1% | 0.89% | - |
| XYZ | 32.13 | 16.47 | 5.49 | - |
| YUV | 74.19 | 118.87 | 236.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 0 | 58 | 0 | 1 | 0.74 | 0.11 | 344.6 | 1 | 0.44 |
| Hex | E2 | 0 | 3A | 0 | 64 | 4A | B | 159 | 64 | 2C |
| Octal | 342 | 0 | 72 | 0 | 144 | 112 | 13 | 531 | 144 | 54 |
| Binary | 11100010 | 0 | 111010 | 0 | 1100100 | 1001010 | 1011 | 101011001 | 1100100 | 101100 |
Color Harmonies of #E2003A
Complementary color
Monochromatic Colors of #E2003A
Black with #E2003A
Text Example
Text Example
White with #E2003A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2003A; }
p { color: rgb(226,0,58); }
H1.HeaderClassName
{
color: #E2003A;
}
.AnyTagClassName
{
color: #E2003A;
}
</style>
background-color css
<style>
a { background-color: #E2003A; }
a { background-color: rgb(226,0,58); }
div.DivClassName
{
background-color: #E2003A;
}
.BgClassName
{
background-color: #E2003A;
}
</style>
border-color css
<style>
span { border-color: #E2003A; }
span { border-color: rgb(226,0,58); }
td.TdClassName
{
border-color: #E2003A;
}
.TagClassName
{
border-color: #E2003A;
}
</style>