Shades of Crimson #E2073C
Tints of Crimson #E2073C
RGB
CMYK
RGB Variations
Color information
#E2073C (or 0xE2073C) is known color: Crimson. HEX triplet: E2, 07 and 3C. RGB value is (226,7,60). Sum of RGB (Red+Green+Blue) = 226+7+60=293 (38% of max value = 765). Red value is 226 (88.67% from 255 or 77.13% from 293); Green value is 7 (3.12% from 255 or 2.39% from 293); Blue value is 60 (23.83% from 255 or 20.48% from 293); Max value from RGB is 226 - color contains mainly: red. Hex color #E2073C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E2073C is #1DF8C3. Grayscale: #4E4E4E. Windows color (decimal): -1964228 or 3934178. OLE color: 3934178.
HSL color Cylindrical-coordinate representation of color #E2073C: hue angle of 345.48º 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 #E2073C is Cyan = 0, Magento = 0.97, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 7 | 60 | - |
| CMYK | 0 | 0.97 | 0.73 | 0.11 |
| HSL | 345.48º | 0.94% | 0.46% | - |
| HSV(B) | 345.48º | 0.97% | 0.89% | - |
| XYZ | 32.26 | 16.65 | 5.79 | - |
| YUV | 78.52 | 117.55 | 233.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 7 | 60 | 0 | 0.97 | 0.73 | 0.11 | 345.48 | 0.94 | 0.46 |
| Hex | E2 | 7 | 3C | 0 | 61 | 49 | B | 159 | 5E | 2E |
| Octal | 342 | 7 | 74 | 0 | 141 | 111 | 13 | 531 | 136 | 56 |
| Binary | 11100010 | 111 | 111100 | 0 | 1100001 | 1001001 | 1011 | 101011001 | 1011110 | 101110 |
Color Harmonies of #E2073C
Complementary color
Monochromatic Colors of #E2073C
Black with #E2073C
Text Example
Text Example
White with #E2073C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2073C; }
p { color: rgb(226,7,60); }
H1.HeaderClassName
{
color: #E2073C;
}
.AnyTagClassName
{
color: #E2073C;
}
</style>
background-color css
<style>
a { background-color: #E2073C; }
a { background-color: rgb(226,7,60); }
div.DivClassName
{
background-color: #E2073C;
}
.BgClassName
{
background-color: #E2073C;
}
</style>
border-color css
<style>
span { border-color: #E2073C; }
span { border-color: rgb(226,7,60); }
td.TdClassName
{
border-color: #E2073C;
}
.TagClassName
{
border-color: #E2073C;
}
</style>