Shades of Crimson #E2073E
Tints of Crimson #E2073E
RGB
CMYK
RGB Variations
Color information
#E2073E (or 0xE2073E) is known color: Crimson. HEX triplet: E2, 07 and 3E. RGB value is (226,7,62). Sum of RGB (Red+Green+Blue) = 226+7+62=295 (39% of max value = 765). Red value is 226 (88.67% from 255 or 76.61% from 295); Green value is 7 (3.12% from 255 or 2.37% from 295); Blue value is 62 (24.61% from 255 or 21.02% from 295); Max value from RGB is 226 - color contains mainly: red. Hex color #E2073E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E2073E is #1DF8C1. Grayscale: #4E4E4E. Windows color (decimal): -1964226 or 4065250. OLE color: 4065250.
HSL color Cylindrical-coordinate representation of color #E2073E: hue angle of 344.93º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E2073E is Cyan = 0, Magento = 0.97, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 7 | 62 | - |
| CMYK | 0 | 0.97 | 0.73 | 0.11 |
| HSL | 344.93º | 0.94% | 0.46% | - |
| HSV(B) | 344.93º | 0.97% | 0.89% | - |
| XYZ | 32.31 | 16.67 | 6.07 | - |
| YUV | 78.75 | 118.55 | 233.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 7 | 62 | 0 | 0.97 | 0.73 | 0.11 | 344.93 | 0.94 | 0.46 |
| Hex | E2 | 7 | 3E | 0 | 61 | 49 | B | 159 | 5E | 2E |
| Octal | 342 | 7 | 76 | 0 | 141 | 111 | 13 | 531 | 136 | 56 |
| Binary | 11100010 | 111 | 111110 | 0 | 1100001 | 1001001 | 1011 | 101011001 | 1011110 | 101110 |
Color Harmonies of #E2073E
Complementary color
Monochromatic Colors of #E2073E
Black with #E2073E
Text Example
Text Example
White with #E2073E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2073E; }
p { color: rgb(226,7,62); }
H1.HeaderClassName
{
color: #E2073E;
}
.AnyTagClassName
{
color: #E2073E;
}
</style>
background-color css
<style>
a { background-color: #E2073E; }
a { background-color: rgb(226,7,62); }
div.DivClassName
{
background-color: #E2073E;
}
.BgClassName
{
background-color: #E2073E;
}
</style>
border-color css
<style>
span { border-color: #E2073E; }
span { border-color: rgb(226,7,62); }
td.TdClassName
{
border-color: #E2073E;
}
.TagClassName
{
border-color: #E2073E;
}
</style>