Shades of Crimson #E1113B
Tints of Crimson #E1113B
RGB
CMYK
RGB Variations
Color information
#E1113B (or 0xE1113B) is known color: Crimson. HEX triplet: E1, 11 and 3B. RGB value is (225,17,59). Sum of RGB (Red+Green+Blue) = 225+17+59=301 (39% of max value = 765). Red value is 225 (88.28% from 255 or 74.75% from 301); Green value is 17 (7.03% from 255 or 5.65% from 301); Blue value is 59 (23.44% from 255 or 19.60% from 301); Max value from RGB is 225 - color contains mainly: red. Hex color #E1113B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E1113B is #1EEEC4. Grayscale: #545454. Windows color (decimal): -2027205 or 3871201. OLE color: 3871201.
HSL color Cylindrical-coordinate representation of color #E1113B: hue angle of 347.88º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E1113B is Cyan = 0, Magento = 0.92, Yellow = 0.74 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 17 | 59 | - |
| CMYK | 0 | 0.92 | 0.74 | 0.12 |
| HSL | 347.88º | 0.86% | 0.47% | - |
| HSV(B) | 347.88º | 0.92% | 0.88% | - |
| XYZ | 32.04 | 16.72 | 5.68 | - |
| YUV | 83.98 | 113.91 | 228.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 17 | 59 | 0 | 0.92 | 0.74 | 0.12 | 347.88 | 0.86 | 0.47 |
| Hex | E1 | 11 | 3B | 0 | 5C | 4A | C | 15C | 56 | 2F |
| Octal | 341 | 21 | 73 | 0 | 134 | 112 | 14 | 534 | 126 | 57 |
| Binary | 11100001 | 10001 | 111011 | 0 | 1011100 | 1001010 | 1100 | 101011100 | 1010110 | 101111 |
Color Harmonies of #E1113B
Complementary color
Monochromatic Colors of #E1113B
Black with #E1113B
Text Example
Text Example
White with #E1113B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1113B; }
p { color: rgb(225,17,59); }
H1.HeaderClassName
{
color: #E1113B;
}
.AnyTagClassName
{
color: #E1113B;
}
</style>
background-color css
<style>
a { background-color: #E1113B; }
a { background-color: rgb(225,17,59); }
div.DivClassName
{
background-color: #E1113B;
}
.BgClassName
{
background-color: #E1113B;
}
</style>
border-color css
<style>
span { border-color: #E1113B; }
span { border-color: rgb(225,17,59); }
td.TdClassName
{
border-color: #E1113B;
}
.TagClassName
{
border-color: #E1113B;
}
</style>