Shades of Crimson #E0113E
Tints of Crimson #E0113E
RGB
CMYK
RGB Variations
Color information
#E0113E (or 0xE0113E) is known color: Crimson. HEX triplet: E0, 11 and 3E. RGB value is (224,17,62). Sum of RGB (Red+Green+Blue) = 224+17+62=303 (40% of max value = 765). Red value is 224 (87.89% from 255 or 73.93% from 303); Green value is 17 (7.03% from 255 or 5.61% from 303); Blue value is 62 (24.61% from 255 or 20.46% from 303); Max value from RGB is 224 - color contains mainly: red. Hex color #E0113E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E0113E is #1FEEC1. Grayscale: #545454. Windows color (decimal): -2092738 or 4067808. OLE color: 4067808.
HSL color Cylindrical-coordinate representation of color #E0113E: hue angle of 346.96º 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 #E0113E is Cyan = 0, Magento = 0.92, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 17 | 62 | - |
| CMYK | 0 | 0.92 | 0.72 | 0.12 |
| HSL | 346.96º | 0.86% | 0.47% | - |
| HSV(B) | 346.96º | 0.92% | 0.88% | - |
| XYZ | 31.81 | 16.6 | 6.08 | - |
| YUV | 84.02 | 115.58 | 227.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 17 | 62 | 0 | 0.92 | 0.72 | 0.12 | 346.96 | 0.86 | 0.47 |
| Hex | E0 | 11 | 3E | 0 | 5C | 48 | C | 15B | 56 | 2F |
| Octal | 340 | 21 | 76 | 0 | 134 | 110 | 14 | 533 | 126 | 57 |
| Binary | 11100000 | 10001 | 111110 | 0 | 1011100 | 1001000 | 1100 | 101011011 | 1010110 | 101111 |
Color Harmonies of #E0113E
Complementary color
Monochromatic Colors of #E0113E
Black with #E0113E
Text Example
Text Example
White with #E0113E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0113E; }
p { color: rgb(224,17,62); }
H1.HeaderClassName
{
color: #E0113E;
}
.AnyTagClassName
{
color: #E0113E;
}
</style>
background-color css
<style>
a { background-color: #E0113E; }
a { background-color: rgb(224,17,62); }
div.DivClassName
{
background-color: #E0113E;
}
.BgClassName
{
background-color: #E0113E;
}
</style>
border-color css
<style>
span { border-color: #E0113E; }
span { border-color: rgb(224,17,62); }
td.TdClassName
{
border-color: #E0113E;
}
.TagClassName
{
border-color: #E0113E;
}
</style>