Shades of Crimson #E2102D
Tints of Crimson #E2102D
RGB
CMYK
RGB Variations
Color information
#E2102D (or 0xE2102D) is known color: Crimson. HEX triplet: E2, 10 and 2D. RGB value is (226,16,45). Sum of RGB (Red+Green+Blue) = 226+16+45=287 (38% of max value = 765). Red value is 226 (88.67% from 255 or 78.75% from 287); Green value is 16 (6.64% from 255 or 5.57% from 287); Blue value is 45 (17.97% from 255 or 15.68% from 287); Max value from RGB is 226 - color contains mainly: red. Hex color #E2102D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E2102D is #1DEFD2. Grayscale: #525252. Windows color (decimal): -1961939 or 2953442. OLE color: 2953442.
HSL color Cylindrical-coordinate representation of color #E2102D: hue angle of 351.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 #E2102D is Cyan = 0, Magento = 0.93, Yellow = 0.80 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 16 | 45 | - |
| CMYK | 0 | 0.93 | 0.80 | 0.11 |
| HSL | 351.71º | 0.87% | 0.47% | - |
| HSV(B) | 351.71º | 0.93% | 0.89% | - |
| XYZ | 32.02 | 16.73 | 4.02 | - |
| YUV | 82.1 | 107.07 | 230.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 16 | 45 | 0 | 0.93 | 0.80 | 0.11 | 351.71 | 0.87 | 0.47 |
| Hex | E2 | 10 | 2D | 0 | 5D | 50 | B | 160 | 57 | 2F |
| Octal | 342 | 20 | 55 | 0 | 135 | 120 | 13 | 540 | 127 | 57 |
| Binary | 11100010 | 10000 | 101101 | 0 | 1011101 | 1010000 | 1011 | 101100000 | 1010111 | 101111 |
Color Harmonies of #E2102D
Complementary color
Monochromatic Colors of #E2102D
Black with #E2102D
Text Example
Text Example
White with #E2102D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2102D; }
p { color: rgb(226,16,45); }
H1.HeaderClassName
{
color: #E2102D;
}
.AnyTagClassName
{
color: #E2102D;
}
</style>
background-color css
<style>
a { background-color: #E2102D; }
a { background-color: rgb(226,16,45); }
div.DivClassName
{
background-color: #E2102D;
}
.BgClassName
{
background-color: #E2102D;
}
</style>
border-color css
<style>
span { border-color: #E2102D; }
span { border-color: rgb(226,16,45); }
td.TdClassName
{
border-color: #E2102D;
}
.TagClassName
{
border-color: #E2102D;
}
</style>