Shades of Crimson #E2102B
Tints of Crimson #E2102B
RGB
CMYK
RGB Variations
Color information
#E2102B (or 0xE2102B) is known color: Crimson. HEX triplet: E2, 10 and 2B. RGB value is (226,16,43). Sum of RGB (Red+Green+Blue) = 226+16+43=285 (37% of max value = 765). Red value is 226 (88.67% from 255 or 79.30% from 285); Green value is 16 (6.64% from 255 or 5.61% from 285); Blue value is 43 (17.19% from 255 or 15.09% from 285); Max value from RGB is 226 - color contains mainly: red. Hex color #E2102B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E2102B is #1DEFD4. Grayscale: #515151. Windows color (decimal): -1961941 or 2822370. OLE color: 2822370.
HSL color Cylindrical-coordinate representation of color #E2102B: hue angle of 352.29º 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 #E2102B is Cyan = 0, Magento = 0.93, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 16 | 43 | - |
| CMYK | 0 | 0.93 | 0.81 | 0.11 |
| HSL | 352.29º | 0.87% | 0.47% | - |
| HSV(B) | 352.29º | 0.93% | 0.89% | - |
| XYZ | 31.99 | 16.71 | 3.83 | - |
| YUV | 81.87 | 106.07 | 230.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 16 | 43 | 0 | 0.93 | 0.81 | 0.11 | 352.29 | 0.87 | 0.47 |
| Hex | E2 | 10 | 2B | 0 | 5D | 51 | B | 160 | 57 | 2F |
| Octal | 342 | 20 | 53 | 0 | 135 | 121 | 13 | 540 | 127 | 57 |
| Binary | 11100010 | 10000 | 101011 | 0 | 1011101 | 1010001 | 1011 | 101100000 | 1010111 | 101111 |
Color Harmonies of #E2102B
Complementary color
Monochromatic Colors of #E2102B
Black with #E2102B
Text Example
Text Example
White with #E2102B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2102B; }
p { color: rgb(226,16,43); }
H1.HeaderClassName
{
color: #E2102B;
}
.AnyTagClassName
{
color: #E2102B;
}
</style>
background-color css
<style>
a { background-color: #E2102B; }
a { background-color: rgb(226,16,43); }
div.DivClassName
{
background-color: #E2102B;
}
.BgClassName
{
background-color: #E2102B;
}
</style>
border-color css
<style>
span { border-color: #E2102B; }
span { border-color: rgb(226,16,43); }
td.TdClassName
{
border-color: #E2102B;
}
.TagClassName
{
border-color: #E2102B;
}
</style>