Shades of Crimson #E2113D
Tints of Crimson #E2113D
RGB
CMYK
RGB Variations
Color information
#E2113D (or 0xE2113D) is known color: Crimson. HEX triplet: E2, 11 and 3D. RGB value is (226,17,61). Sum of RGB (Red+Green+Blue) = 226+17+61=304 (40% of max value = 765). Red value is 226 (88.67% from 255 or 74.34% from 304); Green value is 17 (7.03% from 255 or 5.59% from 304); Blue value is 61 (24.22% from 255 or 20.07% from 304); Max value from RGB is 226 - color contains mainly: red. Hex color #E2113D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E2113D is #1DEEC2. Grayscale: #545454. Windows color (decimal): -1961667 or 4002274. OLE color: 4002274.
HSL color Cylindrical-coordinate representation of color #E2113D: hue angle of 347.37º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E2113D is Cyan = 0, Magento = 0.92, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 17 | 61 | - |
| CMYK | 0 | 0.92 | 0.73 | 0.11 |
| HSL | 347.37º | 0.86% | 0.48% | - |
| HSV(B) | 347.37º | 0.92% | 0.89% | - |
| XYZ | 32.41 | 16.91 | 5.97 | - |
| YUV | 84.51 | 114.74 | 228.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 17 | 61 | 0 | 0.92 | 0.73 | 0.11 | 347.37 | 0.86 | 0.48 |
| Hex | E2 | 11 | 3D | 0 | 5C | 49 | B | 15B | 56 | 30 |
| Octal | 342 | 21 | 75 | 0 | 134 | 111 | 13 | 533 | 126 | 60 |
| Binary | 11100010 | 10001 | 111101 | 0 | 1011100 | 1001001 | 1011 | 101011011 | 1010110 | 110000 |
Color Harmonies of #E2113D
Complementary color
Monochromatic Colors of #E2113D
Black with #E2113D
Text Example
Text Example
White with #E2113D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2113D; }
p { color: rgb(226,17,61); }
H1.HeaderClassName
{
color: #E2113D;
}
.AnyTagClassName
{
color: #E2113D;
}
</style>
background-color css
<style>
a { background-color: #E2113D; }
a { background-color: rgb(226,17,61); }
div.DivClassName
{
background-color: #E2113D;
}
.BgClassName
{
background-color: #E2113D;
}
</style>
border-color css
<style>
span { border-color: #E2113D; }
span { border-color: rgb(226,17,61); }
td.TdClassName
{
border-color: #E2113D;
}
.TagClassName
{
border-color: #E2113D;
}
</style>