Shades of Crimson #E2103E
Tints of Crimson #E2103E
RGB
CMYK
RGB Variations
Color information
#E2103E (or 0xE2103E) is known color: Crimson. HEX triplet: E2, 10 and 3E. RGB value is (226,16,62). Sum of RGB (Red+Green+Blue) = 226+16+62=304 (40% of max value = 765). Red value is 226 (88.67% from 255 or 74.34% from 304); Green value is 16 (6.64% from 255 or 5.26% from 304); Blue value is 62 (24.61% from 255 or 20.39% from 304); Max value from RGB is 226 - color contains mainly: red. Hex color #E2103E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E2103E is #1DEFC1. Grayscale: #545454. Windows color (decimal): -1961922 or 4067554. OLE color: 4067554.
HSL color Cylindrical-coordinate representation of color #E2103E: hue angle of 346.86º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E2103E is Cyan = 0, Magento = 0.93, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 16 | 62 | - |
| CMYK | 0 | 0.93 | 0.73 | 0.11 |
| HSL | 346.86º | 0.87% | 0.47% | - |
| HSV(B) | 346.86º | 0.93% | 0.89% | - |
| XYZ | 32.42 | 16.89 | 6.11 | - |
| YUV | 84.03 | 115.57 | 229.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 16 | 62 | 0 | 0.93 | 0.73 | 0.11 | 346.86 | 0.87 | 0.47 |
| Hex | E2 | 10 | 3E | 0 | 5D | 49 | B | 15B | 57 | 2F |
| Octal | 342 | 20 | 76 | 0 | 135 | 111 | 13 | 533 | 127 | 57 |
| Binary | 11100010 | 10000 | 111110 | 0 | 1011101 | 1001001 | 1011 | 101011011 | 1010111 | 101111 |
Color Harmonies of #E2103E
Complementary color
Monochromatic Colors of #E2103E
Black with #E2103E
Text Example
Text Example
White with #E2103E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2103E; }
p { color: rgb(226,16,62); }
H1.HeaderClassName
{
color: #E2103E;
}
.AnyTagClassName
{
color: #E2103E;
}
</style>
background-color css
<style>
a { background-color: #E2103E; }
a { background-color: rgb(226,16,62); }
div.DivClassName
{
background-color: #E2103E;
}
.BgClassName
{
background-color: #E2103E;
}
</style>
border-color css
<style>
span { border-color: #E2103E; }
span { border-color: rgb(226,16,62); }
td.TdClassName
{
border-color: #E2103E;
}
.TagClassName
{
border-color: #E2103E;
}
</style>