Shades of Crimson #E7102B
Tints of Crimson #E7102B
RGB
CMYK
RGB Variations
Color information
#E7102B (or 0xE7102B) is known color: Crimson. HEX triplet: E7, 10 and 2B. RGB value is (231,16,43). Sum of RGB (Red+Green+Blue) = 231+16+43=290 (38% of max value = 765). Red value is 231 (90.62% from 255 or 79.66% from 290); Green value is 16 (6.64% from 255 or 5.52% from 290); Blue value is 43 (17.19% from 255 or 14.83% from 290); Max value from RGB is 231 - color contains mainly: red. Hex color #E7102B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E7102B is #18EFD4. Grayscale: #535353. Windows color (decimal): -1634261 or 2822375. OLE color: 2822375.
HSL color Cylindrical-coordinate representation of color #E7102B: hue angle of 352.47º 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 #E7102B is Cyan = 0, Magento = 0.93, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 16 | 43 | - |
| CMYK | 0 | 0.93 | 0.81 | 0.09 |
| HSL | 352.47º | 0.87% | 0.48% | - |
| HSV(B) | 352.47º | 0.93% | 0.91% | - |
| XYZ | 33.58 | 17.53 | 3.9 | - |
| YUV | 83.36 | 105.23 | 233.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 16 | 43 | 0 | 0.93 | 0.81 | 0.09 | 352.47 | 0.87 | 0.48 |
| Hex | E7 | 10 | 2B | 0 | 5D | 51 | 9 | 160 | 57 | 30 |
| Octal | 347 | 20 | 53 | 0 | 135 | 121 | 11 | 540 | 127 | 60 |
| Binary | 11100111 | 10000 | 101011 | 0 | 1011101 | 1010001 | 1001 | 101100000 | 1010111 | 110000 |
Color Harmonies of #E7102B
Complementary color
Monochromatic Colors of #E7102B
Black with #E7102B
Text Example
Text Example
White with #E7102B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7102B; }
p { color: rgb(231,16,43); }
H1.HeaderClassName
{
color: #E7102B;
}
.AnyTagClassName
{
color: #E7102B;
}
</style>
background-color css
<style>
a { background-color: #E7102B; }
a { background-color: rgb(231,16,43); }
div.DivClassName
{
background-color: #E7102B;
}
.BgClassName
{
background-color: #E7102B;
}
</style>
border-color css
<style>
span { border-color: #E7102B; }
span { border-color: rgb(231,16,43); }
td.TdClassName
{
border-color: #E7102B;
}
.TagClassName
{
border-color: #E7102B;
}
</style>