Shades of Crimson #E7123C
Tints of Crimson #E7123C
RGB
CMYK
RGB Variations
Color information
#E7123C (or 0xE7123C) is known color: Crimson. HEX triplet: E7, 12 and 3C. RGB value is (231,18,60). Sum of RGB (Red+Green+Blue) = 231+18+60=309 (40% of max value = 765). Red value is 231 (90.62% from 255 or 74.76% from 309); Green value is 18 (7.42% from 255 or 5.83% from 309); Blue value is 60 (23.83% from 255 or 19.42% from 309); Max value from RGB is 231 - color contains mainly: red. Hex color #E7123C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E7123C is #18EDC3. Grayscale: #565656. Windows color (decimal): -1633732 or 3936999. OLE color: 3936999.
HSL color Cylindrical-coordinate representation of color #E7123C: hue angle of 348.17º 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 #E7123C is Cyan = 0, Magento = 0.92, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 18 | 60 | - |
| CMYK | 0 | 0.92 | 0.74 | 0.09 |
| HSL | 348.17º | 0.86% | 0.49% | - |
| HSV(B) | 348.17º | 0.92% | 0.91% | - |
| XYZ | 33.99 | 17.75 | 5.91 | - |
| YUV | 86.48 | 113.07 | 231.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 18 | 60 | 0 | 0.92 | 0.74 | 0.09 | 348.17 | 0.86 | 0.49 |
| Hex | E7 | 12 | 3C | 0 | 5C | 4A | 9 | 15C | 56 | 31 |
| Octal | 347 | 22 | 74 | 0 | 134 | 112 | 11 | 534 | 126 | 61 |
| Binary | 11100111 | 10010 | 111100 | 0 | 1011100 | 1001010 | 1001 | 101011100 | 1010110 | 110001 |
Color Harmonies of #E7123C
Complementary color
Monochromatic Colors of #E7123C
Black with #E7123C
Text Example
Text Example
White with #E7123C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7123C; }
p { color: rgb(231,18,60); }
H1.HeaderClassName
{
color: #E7123C;
}
.AnyTagClassName
{
color: #E7123C;
}
</style>
background-color css
<style>
a { background-color: #E7123C; }
a { background-color: rgb(231,18,60); }
div.DivClassName
{
background-color: #E7123C;
}
.BgClassName
{
background-color: #E7123C;
}
</style>
border-color css
<style>
span { border-color: #E7123C; }
span { border-color: rgb(231,18,60); }
td.TdClassName
{
border-color: #E7123C;
}
.TagClassName
{
border-color: #E7123C;
}
</style>