Shades of Crimson #E3113B
Tints of Crimson #E3113B
RGB
CMYK
RGB Variations
Color information
#E3113B (or 0xE3113B) is known color: Crimson. HEX triplet: E3, 11 and 3B. RGB value is (227,17,59). Sum of RGB (Red+Green+Blue) = 227+17+59=303 (40% of max value = 765). Red value is 227 (89.06% from 255 or 74.92% from 303); Green value is 17 (7.03% from 255 or 5.61% from 303); Blue value is 59 (23.44% from 255 or 19.47% from 303); Max value from RGB is 227 - color contains mainly: red. Hex color #E3113B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E3113B is #1CEEC4. Grayscale: #545454. Windows color (decimal): -1896133 or 3871203. OLE color: 3871203.
HSL color Cylindrical-coordinate representation of color #E3113B: hue angle of 348º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E3113B is Cyan = 0, Magento = 0.93, Yellow = 0.74 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 17 | 59 | - |
| CMYK | 0 | 0.93 | 0.74 | 0.11 |
| HSL | 348º | 0.86% | 0.48% | - |
| HSV(B) | 348º | 0.93% | 0.89% | - |
| XYZ | 32.67 | 17.05 | 5.71 | - |
| YUV | 84.58 | 113.57 | 229.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 17 | 59 | 0 | 0.93 | 0.74 | 0.11 | 348 | 0.86 | 0.48 |
| Hex | E3 | 11 | 3B | 0 | 5D | 4A | B | 15C | 56 | 30 |
| Octal | 343 | 21 | 73 | 0 | 135 | 112 | 13 | 534 | 126 | 60 |
| Binary | 11100011 | 10001 | 111011 | 0 | 1011101 | 1001010 | 1011 | 101011100 | 1010110 | 110000 |
Color Harmonies of #E3113B
Complementary color
Monochromatic Colors of #E3113B
Black with #E3113B
Text Example
Text Example
White with #E3113B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3113B; }
p { color: rgb(227,17,59); }
H1.HeaderClassName
{
color: #E3113B;
}
.AnyTagClassName
{
color: #E3113B;
}
</style>
background-color css
<style>
a { background-color: #E3113B; }
a { background-color: rgb(227,17,59); }
div.DivClassName
{
background-color: #E3113B;
}
.BgClassName
{
background-color: #E3113B;
}
</style>
border-color css
<style>
span { border-color: #E3113B; }
span { border-color: rgb(227,17,59); }
td.TdClassName
{
border-color: #E3113B;
}
.TagClassName
{
border-color: #E3113B;
}
</style>