Shades of Crimson #E7082C
Tints of Crimson #E7082C
RGB
CMYK
RGB Variations
Color information
#E7082C (or 0xE7082C) is known color: Crimson. HEX triplet: E7, 08 and 2C. RGB value is (231,8,44). Sum of RGB (Red+Green+Blue) = 231+8+44=283 (37% of max value = 765). Red value is 231 (90.62% from 255 or 81.63% from 283); Green value is 8 (3.52% from 255 or 2.83% from 283); Blue value is 44 (17.58% from 255 or 15.55% from 283); Max value from RGB is 231 - color contains mainly: red. Hex color #E7082C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E7082C is #18F7D3. Grayscale: #4E4E4E. Windows color (decimal): -1636308 or 2885863. OLE color: 2885863.
HSL color Cylindrical-coordinate representation of color #E7082C: hue angle of 350.31º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E7082C is Cyan = 0, Magento = 0.97, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 8 | 44 | - |
| CMYK | 0 | 0.97 | 0.81 | 0.09 |
| HSL | 350.31º | 0.93% | 0.47% | - |
| HSV(B) | 350.31º | 0.97% | 0.91% | - |
| XYZ | 33.5 | 17.34 | 3.97 | - |
| YUV | 78.78 | 108.38 | 236.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 8 | 44 | 0 | 0.97 | 0.81 | 0.09 | 350.31 | 0.93 | 0.47 |
| Hex | E7 | 8 | 2C | 0 | 61 | 51 | 9 | 15E | 5D | 2F |
| Octal | 347 | 10 | 54 | 0 | 141 | 121 | 11 | 536 | 135 | 57 |
| Binary | 11100111 | 1000 | 101100 | 0 | 1100001 | 1010001 | 1001 | 101011110 | 1011101 | 101111 |
Color Harmonies of #E7082C
Complementary color
Monochromatic Colors of #E7082C
Black with #E7082C
Text Example
Text Example
White with #E7082C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7082C; }
p { color: rgb(231,8,44); }
H1.HeaderClassName
{
color: #E7082C;
}
.AnyTagClassName
{
color: #E7082C;
}
</style>
background-color css
<style>
a { background-color: #E7082C; }
a { background-color: rgb(231,8,44); }
div.DivClassName
{
background-color: #E7082C;
}
.BgClassName
{
background-color: #E7082C;
}
</style>
border-color css
<style>
span { border-color: #E7082C; }
span { border-color: rgb(231,8,44); }
td.TdClassName
{
border-color: #E7082C;
}
.TagClassName
{
border-color: #E7082C;
}
</style>