Shades of Crimson #E2103B
Tints of Crimson #E2103B
RGB
CMYK
RGB Variations
Color information
#E2103B (or 0xE2103B) is known color: Crimson. HEX triplet: E2, 10 and 3B. RGB value is (226,16,59). Sum of RGB (Red+Green+Blue) = 226+16+59=301 (39% of max value = 765). Red value is 226 (88.67% from 255 or 75.08% from 301); Green value is 16 (6.64% from 255 or 5.32% from 301); Blue value is 59 (23.44% from 255 or 19.60% from 301); Max value from RGB is 226 - color contains mainly: red. Hex color #E2103B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E2103B is #1DEFC4. Grayscale: #535353. Windows color (decimal): -1961925 or 3870946. OLE color: 3870946.
HSL color Cylindrical-coordinate representation of color #E2103B: hue angle of 347.71º 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 #E2103B is Cyan = 0, Magento = 0.93, Yellow = 0.74 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 16 | 59 | - |
| CMYK | 0 | 0.93 | 0.74 | 0.11 |
| HSL | 347.71º | 0.87% | 0.47% | - |
| HSV(B) | 347.71º | 0.93% | 0.89% | - |
| XYZ | 32.34 | 16.86 | 5.69 | - |
| YUV | 83.69 | 114.07 | 229.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 16 | 59 | 0 | 0.93 | 0.74 | 0.11 | 347.71 | 0.87 | 0.47 |
| Hex | E2 | 10 | 3B | 0 | 5D | 4A | B | 15C | 57 | 2F |
| Octal | 342 | 20 | 73 | 0 | 135 | 112 | 13 | 534 | 127 | 57 |
| Binary | 11100010 | 10000 | 111011 | 0 | 1011101 | 1001010 | 1011 | 101011100 | 1010111 | 101111 |
Color Harmonies of #E2103B
Complementary color
Monochromatic Colors of #E2103B
Black with #E2103B
Text Example
Text Example
White with #E2103B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2103B; }
p { color: rgb(226,16,59); }
H1.HeaderClassName
{
color: #E2103B;
}
.AnyTagClassName
{
color: #E2103B;
}
</style>
background-color css
<style>
a { background-color: #E2103B; }
a { background-color: rgb(226,16,59); }
div.DivClassName
{
background-color: #E2103B;
}
.BgClassName
{
background-color: #E2103B;
}
</style>
border-color css
<style>
span { border-color: #E2103B; }
span { border-color: rgb(226,16,59); }
td.TdClassName
{
border-color: #E2103B;
}
.TagClassName
{
border-color: #E2103B;
}
</style>