Shades of Crimson #E7122C
Tints of Crimson #E7122C
RGB
CMYK
RGB Variations
Color information
#E7122C (or 0xE7122C) is known color: Crimson. HEX triplet: E7, 12 and 2C. RGB value is (231,18,44). Sum of RGB (Red+Green+Blue) = 231+18+44=293 (38% of max value = 765). Red value is 231 (90.62% from 255 or 78.84% from 293); Green value is 18 (7.42% from 255 or 6.14% from 293); Blue value is 44 (17.58% from 255 or 15.02% from 293); Max value from RGB is 231 - color contains mainly: red. Hex color #E7122C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E7122C is #18EDD3. Grayscale: #545454. Windows color (decimal): -1633748 or 2888423. OLE color: 2888423.
HSL color Cylindrical-coordinate representation of color #E7122C: hue angle of 352.68º 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 #E7122C is Cyan = 0, Magento = 0.92, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 18 | 44 | - |
| CMYK | 0 | 0.92 | 0.81 | 0.09 |
| HSL | 352.68º | 0.86% | 0.49% | - |
| HSV(B) | 352.68º | 0.92% | 0.91% | - |
| XYZ | 33.63 | 17.6 | 4.01 | - |
| YUV | 84.65 | 105.07 | 232.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 18 | 44 | 0 | 0.92 | 0.81 | 0.09 | 352.68 | 0.86 | 0.49 |
| Hex | E7 | 12 | 2C | 0 | 5C | 51 | 9 | 161 | 56 | 31 |
| Octal | 347 | 22 | 54 | 0 | 134 | 121 | 11 | 541 | 126 | 61 |
| Binary | 11100111 | 10010 | 101100 | 0 | 1011100 | 1010001 | 1001 | 101100001 | 1010110 | 110001 |
Color Harmonies of #E7122C
Complementary color
Monochromatic Colors of #E7122C
Black with #E7122C
Text Example
Text Example
White with #E7122C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7122C; }
p { color: rgb(231,18,44); }
H1.HeaderClassName
{
color: #E7122C;
}
.AnyTagClassName
{
color: #E7122C;
}
</style>
background-color css
<style>
a { background-color: #E7122C; }
a { background-color: rgb(231,18,44); }
div.DivClassName
{
background-color: #E7122C;
}
.BgClassName
{
background-color: #E7122C;
}
</style>
border-color css
<style>
span { border-color: #E7122C; }
span { border-color: rgb(231,18,44); }
td.TdClassName
{
border-color: #E7122C;
}
.TagClassName
{
border-color: #E7122C;
}
</style>