Shades of Crimson #E2113C
Tints of Crimson #E2113C
RGB
CMYK
RGB Variations
Color information
#E2113C (or 0xE2113C) is known color: Crimson. HEX triplet: E2, 11 and 3C. RGB value is (226,17,60). Sum of RGB (Red+Green+Blue) = 226+17+60=303 (40% of max value = 765). Red value is 226 (88.67% from 255 or 74.59% from 303); Green value is 17 (7.03% from 255 or 5.61% from 303); Blue value is 60 (23.83% from 255 or 19.80% from 303); Max value from RGB is 226 - color contains mainly: red. Hex color #E2113C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E2113C is #1DEEC3. Grayscale: #545454. Windows color (decimal): -1961668 or 3936738. OLE color: 3936738.
HSL color Cylindrical-coordinate representation of color #E2113C: hue angle of 347.66º 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 #E2113C is Cyan = 0, Magento = 0.92, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 17 | 60 | - |
| CMYK | 0 | 0.92 | 0.73 | 0.11 |
| HSL | 347.66º | 0.86% | 0.48% | - |
| HSV(B) | 347.66º | 0.92% | 0.89% | - |
| XYZ | 32.38 | 16.9 | 5.83 | - |
| YUV | 84.39 | 114.24 | 229 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 17 | 60 | 0 | 0.92 | 0.73 | 0.11 | 347.66 | 0.86 | 0.48 |
| Hex | E2 | 11 | 3C | 0 | 5C | 49 | B | 15C | 56 | 30 |
| Octal | 342 | 21 | 74 | 0 | 134 | 111 | 13 | 534 | 126 | 60 |
| Binary | 11100010 | 10001 | 111100 | 0 | 1011100 | 1001001 | 1011 | 101011100 | 1010110 | 110000 |
Color Harmonies of #E2113C
Complementary color
Monochromatic Colors of #E2113C
Black with #E2113C
Text Example
Text Example
White with #E2113C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2113C; }
p { color: rgb(226,17,60); }
H1.HeaderClassName
{
color: #E2113C;
}
.AnyTagClassName
{
color: #E2113C;
}
</style>
background-color css
<style>
a { background-color: #E2113C; }
a { background-color: rgb(226,17,60); }
div.DivClassName
{
background-color: #E2113C;
}
.BgClassName
{
background-color: #E2113C;
}
</style>
border-color css
<style>
span { border-color: #E2113C; }
span { border-color: rgb(226,17,60); }
td.TdClassName
{
border-color: #E2113C;
}
.TagClassName
{
border-color: #E2113C;
}
</style>