Shades of Crimson #E7122E
Tints of Crimson #E7122E
RGB
CMYK
RGB Variations
Color information
#E7122E (or 0xE7122E) is known color: Crimson. HEX triplet: E7, 12 and 2E. RGB value is (231,18,46). Sum of RGB (Red+Green+Blue) = 231+18+46=295 (39% of max value = 765). Red value is 231 (90.62% from 255 or 78.31% from 295); Green value is 18 (7.42% from 255 or 6.10% from 295); Blue value is 46 (18.36% from 255 or 15.59% from 295); Max value from RGB is 231 - color contains mainly: red. Hex color #E7122E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E7122E is #18EDD1. Grayscale: #545454. Windows color (decimal): -1633746 or 3019495. OLE color: 3019495.
HSL color Cylindrical-coordinate representation of color #E7122E: hue angle of 352.11º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E7122E is Cyan = 0, Magento = 0.92, Yellow = 0.80 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 18 | 46 | - |
| CMYK | 0 | 0.92 | 0.80 | 0.09 |
| HSL | 352.11º | 0.86% | 0.49% | - |
| HSV(B) | 352.11º | 0.92% | 0.91% | - |
| XYZ | 33.66 | 17.62 | 4.21 | - |
| YUV | 84.88 | 106.07 | 232.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 18 | 46 | 0 | 0.92 | 0.80 | 0.09 | 352.11 | 0.86 | 0.49 |
| Hex | E7 | 12 | 2E | 0 | 5C | 50 | 9 | 160 | 56 | 31 |
| Octal | 347 | 22 | 56 | 0 | 134 | 120 | 11 | 540 | 126 | 61 |
| Binary | 11100111 | 10010 | 101110 | 0 | 1011100 | 1010000 | 1001 | 101100000 | 1010110 | 110001 |
Color Harmonies of #E7122E
Complementary color
Monochromatic Colors of #E7122E
Black with #E7122E
Text Example
Text Example
White with #E7122E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7122E; }
p { color: rgb(231,18,46); }
H1.HeaderClassName
{
color: #E7122E;
}
.AnyTagClassName
{
color: #E7122E;
}
</style>
background-color css
<style>
a { background-color: #E7122E; }
a { background-color: rgb(231,18,46); }
div.DivClassName
{
background-color: #E7122E;
}
.BgClassName
{
background-color: #E7122E;
}
</style>
border-color css
<style>
span { border-color: #E7122E; }
span { border-color: rgb(231,18,46); }
td.TdClassName
{
border-color: #E7122E;
}
.TagClassName
{
border-color: #E7122E;
}
</style>