Shades of Crimson #E2113E
Tints of Crimson #E2113E
RGB
CMYK
RGB Variations
Color information
#E2113E (or 0xE2113E) is known color: Crimson. HEX triplet: E2, 11 and 3E. RGB value is (226,17,62). Sum of RGB (Red+Green+Blue) = 226+17+62=305 (40% of max value = 765). Red value is 226 (88.67% from 255 or 74.10% from 305); Green value is 17 (7.03% from 255 or 5.57% from 305); Blue value is 62 (24.61% from 255 or 20.33% from 305); Max value from RGB is 226 - color contains mainly: red. Hex color #E2113E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E2113E is #1DEEC1. Grayscale: #545454. Windows color (decimal): -1961666 or 4067810. OLE color: 4067810.
HSL color Cylindrical-coordinate representation of color #E2113E: hue angle of 347.08º 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 #E2113E is Cyan = 0, Magento = 0.92, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 17 | 62 | - |
| CMYK | 0 | 0.92 | 0.73 | 0.11 |
| HSL | 347.08º | 0.86% | 0.48% | - |
| HSV(B) | 347.08º | 0.92% | 0.89% | - |
| XYZ | 32.43 | 16.92 | 6.11 | - |
| YUV | 84.62 | 115.24 | 228.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 17 | 62 | 0 | 0.92 | 0.73 | 0.11 | 347.08 | 0.86 | 0.48 |
| Hex | E2 | 11 | 3E | 0 | 5C | 49 | B | 15B | 56 | 30 |
| Octal | 342 | 21 | 76 | 0 | 134 | 111 | 13 | 533 | 126 | 60 |
| Binary | 11100010 | 10001 | 111110 | 0 | 1011100 | 1001001 | 1011 | 101011011 | 1010110 | 110000 |
Color Harmonies of #E2113E
Complementary color
Monochromatic Colors of #E2113E
Black with #E2113E
Text Example
Text Example
White with #E2113E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2113E; }
p { color: rgb(226,17,62); }
H1.HeaderClassName
{
color: #E2113E;
}
.AnyTagClassName
{
color: #E2113E;
}
</style>
background-color css
<style>
a { background-color: #E2113E; }
a { background-color: rgb(226,17,62); }
div.DivClassName
{
background-color: #E2113E;
}
.BgClassName
{
background-color: #E2113E;
}
</style>
border-color css
<style>
span { border-color: #E2113E; }
span { border-color: rgb(226,17,62); }
td.TdClassName
{
border-color: #E2113E;
}
.TagClassName
{
border-color: #E2113E;
}
</style>