Shades of Crimson #E2103D
Tints of Crimson #E2103D
RGB
CMYK
RGB Variations
Color information
#E2103D (or 0xE2103D) is known color: Crimson. HEX triplet: E2, 10 and 3D. RGB value is (226,16,61). Sum of RGB (Red+Green+Blue) = 226+16+61=303 (40% of max value = 765). Red value is 226 (88.67% from 255 or 74.59% from 303); Green value is 16 (6.64% from 255 or 5.28% from 303); Blue value is 61 (24.22% from 255 or 20.13% from 303); Max value from RGB is 226 - color contains mainly: red. Hex color #E2103D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E2103D is #1DEFC2. Grayscale: #535353. Windows color (decimal): -1961923 or 4002018. OLE color: 4002018.
HSL color Cylindrical-coordinate representation of color #E2103D: hue angle of 347.14º 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 #E2103D is Cyan = 0, Magento = 0.93, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 16 | 61 | - |
| CMYK | 0 | 0.93 | 0.73 | 0.11 |
| HSL | 347.14º | 0.87% | 0.47% | - |
| HSV(B) | 347.14º | 0.93% | 0.89% | - |
| XYZ | 32.39 | 16.88 | 5.97 | - |
| YUV | 83.92 | 115.07 | 229.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 16 | 61 | 0 | 0.93 | 0.73 | 0.11 | 347.14 | 0.87 | 0.47 |
| Hex | E2 | 10 | 3D | 0 | 5D | 49 | B | 15B | 57 | 2F |
| Octal | 342 | 20 | 75 | 0 | 135 | 111 | 13 | 533 | 127 | 57 |
| Binary | 11100010 | 10000 | 111101 | 0 | 1011101 | 1001001 | 1011 | 101011011 | 1010111 | 101111 |
Color Harmonies of #E2103D
Complementary color
Monochromatic Colors of #E2103D
Black with #E2103D
Text Example
Text Example
White with #E2103D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2103D; }
p { color: rgb(226,16,61); }
H1.HeaderClassName
{
color: #E2103D;
}
.AnyTagClassName
{
color: #E2103D;
}
</style>
background-color css
<style>
a { background-color: #E2103D; }
a { background-color: rgb(226,16,61); }
div.DivClassName
{
background-color: #E2103D;
}
.BgClassName
{
background-color: #E2103D;
}
</style>
border-color css
<style>
span { border-color: #E2103D; }
span { border-color: rgb(226,16,61); }
td.TdClassName
{
border-color: #E2103D;
}
.TagClassName
{
border-color: #E2103D;
}
</style>