Shades of Crimson #E2003B
Tints of Crimson #E2003B
RGB
CMYK
RGB Variations
Color information
#E2003B (or 0xE2003B) is known color: Crimson. HEX triplet: E2, 00 and 3B. RGB value is (226,0,59). Sum of RGB (Red+Green+Blue) = 226+0+59=285 (37% of max value = 765). Red value is 226 (88.67% from 255 or 79.30% from 285); Green value is 0 (0.39% from 255 or 0% from 285); Blue value is 59 (23.44% from 255 or 20.70% from 285); Max value from RGB is 226 - color contains mainly: red. Hex color #E2003B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E2003B is #1DFFC4. Grayscale: #4A4A4A. Windows color (decimal): -1966021 or 3866850. OLE color: 3866850.
HSL color Cylindrical-coordinate representation of color #E2003B: hue angle of 344.34º 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 #E2003B is Cyan = 0, Magento = 1, Yellow = 0.74 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 0 | 59 | - |
| CMYK | 0 | 1 | 0.74 | 0.11 |
| HSL | 344.34º | 1% | 0.44% | - |
| HSV(B) | 344.34º | 1% | 0.89% | - |
| XYZ | 32.15 | 16.48 | 5.62 | - |
| YUV | 74.3 | 119.37 | 236.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 0 | 59 | 0 | 1 | 0.74 | 0.11 | 344.34 | 1 | 0.44 |
| Hex | E2 | 0 | 3B | 0 | 64 | 4A | B | 158 | 64 | 2C |
| Octal | 342 | 0 | 73 | 0 | 144 | 112 | 13 | 530 | 144 | 54 |
| Binary | 11100010 | 0 | 111011 | 0 | 1100100 | 1001010 | 1011 | 101011000 | 1100100 | 101100 |
Color Harmonies of #E2003B
Complementary color
Monochromatic Colors of #E2003B
Black with #E2003B
Text Example
Text Example
White with #E2003B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2003B; }
p { color: rgb(226,0,59); }
H1.HeaderClassName
{
color: #E2003B;
}
.AnyTagClassName
{
color: #E2003B;
}
</style>
background-color css
<style>
a { background-color: #E2003B; }
a { background-color: rgb(226,0,59); }
div.DivClassName
{
background-color: #E2003B;
}
.BgClassName
{
background-color: #E2003B;
}
</style>
border-color css
<style>
span { border-color: #E2003B; }
span { border-color: rgb(226,0,59); }
td.TdClassName
{
border-color: #E2003B;
}
.TagClassName
{
border-color: #E2003B;
}
</style>