Shades of Crimson #E7102C
Tints of Crimson #E7102C
RGB
CMYK
RGB Variations
Color information
#E7102C (or 0xE7102C) is known color: Crimson. HEX triplet: E7, 10 and 2C. RGB value is (231,16,44). Sum of RGB (Red+Green+Blue) = 231+16+44=291 (38% of max value = 765). Red value is 231 (90.62% from 255 or 79.38% from 291); Green value is 16 (6.64% from 255 or 5.50% from 291); Blue value is 44 (17.58% from 255 or 15.12% from 291); Max value from RGB is 231 - color contains mainly: red. Hex color #E7102C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E7102C is #18EFD3. Grayscale: #535353. Windows color (decimal): -1634260 or 2887911. OLE color: 2887911.
HSL color Cylindrical-coordinate representation of color #E7102C: hue angle of 352.19º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E7102C is Cyan = 0, Magento = 0.93, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 16 | 44 | - |
| CMYK | 0 | 0.93 | 0.81 | 0.09 |
| HSL | 352.19º | 0.87% | 0.48% | - |
| HSV(B) | 352.19º | 0.93% | 0.91% | - |
| XYZ | 33.59 | 17.54 | 4 | - |
| YUV | 83.48 | 105.73 | 233.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 16 | 44 | 0 | 0.93 | 0.81 | 0.09 | 352.19 | 0.87 | 0.48 |
| Hex | E7 | 10 | 2C | 0 | 5D | 51 | 9 | 160 | 57 | 30 |
| Octal | 347 | 20 | 54 | 0 | 135 | 121 | 11 | 540 | 127 | 60 |
| Binary | 11100111 | 10000 | 101100 | 0 | 1011101 | 1010001 | 1001 | 101100000 | 1010111 | 110000 |
Color Harmonies of #E7102C
Complementary color
Monochromatic Colors of #E7102C
Black with #E7102C
Text Example
Text Example
White with #E7102C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7102C; }
p { color: rgb(231,16,44); }
H1.HeaderClassName
{
color: #E7102C;
}
.AnyTagClassName
{
color: #E7102C;
}
</style>
background-color css
<style>
a { background-color: #E7102C; }
a { background-color: rgb(231,16,44); }
div.DivClassName
{
background-color: #E7102C;
}
.BgClassName
{
background-color: #E7102C;
}
</style>
border-color css
<style>
span { border-color: #E7102C; }
span { border-color: rgb(231,16,44); }
td.TdClassName
{
border-color: #E7102C;
}
.TagClassName
{
border-color: #E7102C;
}
</style>