Shades of Crimson #E5113D
Tints of Crimson #E5113D
RGB
CMYK
RGB Variations
Color information
#E5113D (or 0xE5113D) is known color: Crimson. HEX triplet: E5, 11 and 3D. RGB value is (229,17,61). Sum of RGB (Red+Green+Blue) = 229+17+61=307 (40% of max value = 765). Red value is 229 (89.84% from 255 or 74.59% from 307); Green value is 17 (7.03% from 255 or 5.54% from 307); Blue value is 61 (24.22% from 255 or 19.87% from 307); Max value from RGB is 229 - color contains mainly: red. Hex color #E5113D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E5113D is #1AEEC2. Grayscale: #555555. Windows color (decimal): -1765059 or 4002277. OLE color: 4002277.
HSL color Cylindrical-coordinate representation of color #E5113D: hue angle of 347.55º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E5113D is Cyan = 0, Magento = 0.93, Yellow = 0.73 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 17 | 61 | - |
| CMYK | 0 | 0.93 | 0.73 | 0.10 |
| HSL | 347.55º | 0.86% | 0.48% | - |
| HSV(B) | 347.55º | 0.93% | 0.9% | - |
| XYZ | 33.36 | 17.4 | 6.01 | - |
| YUV | 85.4 | 114.24 | 230.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 17 | 61 | 0 | 0.93 | 0.73 | 0.10 | 347.55 | 0.86 | 0.48 |
| Hex | E5 | 11 | 3D | 0 | 5D | 49 | A | 15C | 56 | 30 |
| Octal | 345 | 21 | 75 | 0 | 135 | 111 | 12 | 534 | 126 | 60 |
| Binary | 11100101 | 10001 | 111101 | 0 | 1011101 | 1001001 | 1010 | 101011100 | 1010110 | 110000 |
Color Harmonies of #E5113D
Complementary color
Monochromatic Colors of #E5113D
Black with #E5113D
Text Example
Text Example
White with #E5113D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5113D; }
p { color: rgb(229,17,61); }
H1.HeaderClassName
{
color: #E5113D;
}
.AnyTagClassName
{
color: #E5113D;
}
</style>
background-color css
<style>
a { background-color: #E5113D; }
a { background-color: rgb(229,17,61); }
div.DivClassName
{
background-color: #E5113D;
}
.BgClassName
{
background-color: #E5113D;
}
</style>
border-color css
<style>
span { border-color: #E5113D; }
span { border-color: rgb(229,17,61); }
td.TdClassName
{
border-color: #E5113D;
}
.TagClassName
{
border-color: #E5113D;
}
</style>