Shades of Crimson #E2003F
Tints of Crimson #E2003F
RGB
CMYK
RGB Variations
Color information
#E2003F (or 0xE2003F) is known color: Crimson. HEX triplet: E2, 00 and 3F. RGB value is (226,0,63). Sum of RGB (Red+Green+Blue) = 226+0+63=289 (38% of max value = 765). Red value is 226 (88.67% from 255 or 78.20% from 289); Green value is 0 (0.39% from 255 or 0% from 289); Blue value is 63 (25% from 255 or 21.80% from 289); Max value from RGB is 226 - color contains mainly: red. Hex color #E2003F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E2003F is #1DFFC0. Grayscale: #4A4A4A. Windows color (decimal): -1966017 or 4128994. OLE color: 4128994.
HSL color Cylindrical-coordinate representation of color #E2003F: hue angle of 343.27º 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 #E2003F is Cyan = 0, Magento = 1, Yellow = 0.72 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 0 | 63 | - |
| CMYK | 0 | 1 | 0.72 | 0.11 |
| HSL | 343.27º | 1% | 0.44% | - |
| HSV(B) | 343.27º | 1% | 0.89% | - |
| XYZ | 32.26 | 16.53 | 6.19 | - |
| YUV | 74.76 | 121.37 | 235.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 0 | 63 | 0 | 1 | 0.72 | 0.11 | 343.27 | 1 | 0.44 |
| Hex | E2 | 0 | 3F | 0 | 64 | 48 | B | 157 | 64 | 2C |
| Octal | 342 | 0 | 77 | 0 | 144 | 110 | 13 | 527 | 144 | 54 |
| Binary | 11100010 | 0 | 111111 | 0 | 1100100 | 1001000 | 1011 | 101010111 | 1100100 | 101100 |
Color Harmonies of #E2003F
Complementary color
Monochromatic Colors of #E2003F
Black with #E2003F
Text Example
Text Example
White with #E2003F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2003F; }
p { color: rgb(226,0,63); }
H1.HeaderClassName
{
color: #E2003F;
}
.AnyTagClassName
{
color: #E2003F;
}
</style>
background-color css
<style>
a { background-color: #E2003F; }
a { background-color: rgb(226,0,63); }
div.DivClassName
{
background-color: #E2003F;
}
.BgClassName
{
background-color: #E2003F;
}
</style>
border-color css
<style>
span { border-color: #E2003F; }
span { border-color: rgb(226,0,63); }
td.TdClassName
{
border-color: #E2003F;
}
.TagClassName
{
border-color: #E2003F;
}
</style>