Shades of Crimson #E0114B
Tints of Crimson #E0114B
RGB
CMYK
RGB Variations
Color information
#E0114B (or 0xE0114B) is known color: Crimson. HEX triplet: E0, 11 and 4B. RGB value is (224,17,75). Sum of RGB (Red+Green+Blue) = 224+17+75=316 (41% of max value = 765). Red value is 224 (87.89% from 255 or 70.89% from 316); Green value is 17 (7.03% from 255 or 5.38% from 316); Blue value is 75 (29.69% from 255 or 23.73% from 316); Max value from RGB is 224 - color contains mainly: red. Hex color #E0114B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E0114B is #1FEEB4. Grayscale: #555555. Windows color (decimal): -2092725 or 4919776. OLE color: 4919776.
HSL color Cylindrical-coordinate representation of color #E0114B: hue angle of 343.19º 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 #E0114B is Cyan = 0, Magento = 0.92, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 17 | 75 | - |
| CMYK | 0 | 0.92 | 0.67 | 0.12 |
| HSL | 343.19º | 0.86% | 0.47% | - |
| HSV(B) | 343.19º | 0.92% | 0.88% | - |
| XYZ | 32.21 | 16.76 | 8.19 | - |
| YUV | 85.51 | 122.08 | 226.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 17 | 75 | 0 | 0.92 | 0.67 | 0.12 | 343.19 | 0.86 | 0.47 |
| Hex | E0 | 11 | 4B | 0 | 5C | 43 | C | 157 | 56 | 2F |
| Octal | 340 | 21 | 113 | 0 | 134 | 103 | 14 | 527 | 126 | 57 |
| Binary | 11100000 | 10001 | 1001011 | 0 | 1011100 | 1000011 | 1100 | 101010111 | 1010110 | 101111 |
Color Harmonies of #E0114B
Complementary color
Monochromatic Colors of #E0114B
Black with #E0114B
Text Example
Text Example
White with #E0114B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0114B; }
p { color: rgb(224,17,75); }
H1.HeaderClassName
{
color: #E0114B;
}
.AnyTagClassName
{
color: #E0114B;
}
</style>
background-color css
<style>
a { background-color: #E0114B; }
a { background-color: rgb(224,17,75); }
div.DivClassName
{
background-color: #E0114B;
}
.BgClassName
{
background-color: #E0114B;
}
</style>
border-color css
<style>
span { border-color: #E0114B; }
span { border-color: rgb(224,17,75); }
td.TdClassName
{
border-color: #E0114B;
}
.TagClassName
{
border-color: #E0114B;
}
</style>