Shades of Crimson #E1114B
Tints of Crimson #E1114B
RGB
CMYK
RGB Variations
Color information
#E1114B (or 0xE1114B) is known color: Crimson. HEX triplet: E1, 11 and 4B. RGB value is (225,17,75). Sum of RGB (Red+Green+Blue) = 225+17+75=317 (41% of max value = 765). Red value is 225 (88.28% from 255 or 70.98% from 317); Green value is 17 (7.03% from 255 or 5.36% from 317); Blue value is 75 (29.69% from 255 or 23.66% from 317); Max value from RGB is 225 - color contains mainly: red. Hex color #E1114B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E1114B is #1EEEB4. Grayscale: #555555. Windows color (decimal): -2027189 or 4919777. OLE color: 4919777.
HSL color Cylindrical-coordinate representation of color #E1114B: hue angle of 343.27º 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 #E1114B is Cyan = 0, Magento = 0.92, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 17 | 75 | - |
| CMYK | 0 | 0.92 | 0.67 | 0.12 |
| HSL | 343.27º | 0.86% | 0.47% | - |
| HSV(B) | 343.27º | 0.92% | 0.88% | - |
| XYZ | 32.52 | 16.92 | 8.21 | - |
| YUV | 85.8 | 121.91 | 227.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 17 | 75 | 0 | 0.92 | 0.67 | 0.12 | 343.27 | 0.86 | 0.47 |
| Hex | E1 | 11 | 4B | 0 | 5C | 43 | C | 157 | 56 | 2F |
| Octal | 341 | 21 | 113 | 0 | 134 | 103 | 14 | 527 | 126 | 57 |
| Binary | 11100001 | 10001 | 1001011 | 0 | 1011100 | 1000011 | 1100 | 101010111 | 1010110 | 101111 |
Color Harmonies of #E1114B
Complementary color
Monochromatic Colors of #E1114B
Black with #E1114B
Text Example
Text Example
White with #E1114B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1114B; }
p { color: rgb(225,17,75); }
H1.HeaderClassName
{
color: #E1114B;
}
.AnyTagClassName
{
color: #E1114B;
}
</style>
background-color css
<style>
a { background-color: #E1114B; }
a { background-color: rgb(225,17,75); }
div.DivClassName
{
background-color: #E1114B;
}
.BgClassName
{
background-color: #E1114B;
}
</style>
border-color css
<style>
span { border-color: #E1114B; }
span { border-color: rgb(225,17,75); }
td.TdClassName
{
border-color: #E1114B;
}
.TagClassName
{
border-color: #E1114B;
}
</style>