Shades of Crimson #E1113F
Tints of Crimson #E1113F
RGB
CMYK
RGB Variations
Color information
#E1113F (or 0xE1113F) is known color: Crimson. HEX triplet: E1, 11 and 3F. RGB value is (225,17,63). Sum of RGB (Red+Green+Blue) = 225+17+63=305 (40% of max value = 765). Red value is 225 (88.28% from 255 or 73.77% from 305); Green value is 17 (7.03% from 255 or 5.57% from 305); Blue value is 63 (25% from 255 or 20.66% from 305); Max value from RGB is 225 - color contains mainly: red. Hex color #E1113F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E1113F is #1EEEC0. Grayscale: #545454. Windows color (decimal): -2027201 or 4133345. OLE color: 4133345.
HSL color Cylindrical-coordinate representation of color #E1113F: hue angle of 346.73º 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 #E1113F is Cyan = 0, Magento = 0.92, Yellow = 0.72 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 17 | 63 | - |
| CMYK | 0 | 0.92 | 0.72 | 0.12 |
| HSL | 346.73º | 0.86% | 0.47% | - |
| HSV(B) | 346.73º | 0.92% | 0.88% | - |
| XYZ | 32.15 | 16.77 | 6.24 | - |
| YUV | 84.44 | 115.91 | 228.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 17 | 63 | 0 | 0.92 | 0.72 | 0.12 | 346.73 | 0.86 | 0.47 |
| Hex | E1 | 11 | 3F | 0 | 5C | 48 | C | 15B | 56 | 2F |
| Octal | 341 | 21 | 77 | 0 | 134 | 110 | 14 | 533 | 126 | 57 |
| Binary | 11100001 | 10001 | 111111 | 0 | 1011100 | 1001000 | 1100 | 101011011 | 1010110 | 101111 |
Color Harmonies of #E1113F
Complementary color
Monochromatic Colors of #E1113F
Black with #E1113F
Text Example
Text Example
White with #E1113F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1113F; }
p { color: rgb(225,17,63); }
H1.HeaderClassName
{
color: #E1113F;
}
.AnyTagClassName
{
color: #E1113F;
}
</style>
background-color css
<style>
a { background-color: #E1113F; }
a { background-color: rgb(225,17,63); }
div.DivClassName
{
background-color: #E1113F;
}
.BgClassName
{
background-color: #E1113F;
}
</style>
border-color css
<style>
span { border-color: #E1113F; }
span { border-color: rgb(225,17,63); }
td.TdClassName
{
border-color: #E1113F;
}
.TagClassName
{
border-color: #E1113F;
}
</style>