Shades of Crimson #E2073D
Tints of Crimson #E2073D
RGB
CMYK
RGB Variations
Color information
#E2073D (or 0xE2073D) is known color: Crimson. HEX triplet: E2, 07 and 3D. RGB value is (226,7,61). Sum of RGB (Red+Green+Blue) = 226+7+61=294 (38% of max value = 765). Red value is 226 (88.67% from 255 or 76.87% from 294); Green value is 7 (3.12% from 255 or 2.38% from 294); Blue value is 61 (24.22% from 255 or 20.75% from 294); Max value from RGB is 226 - color contains mainly: red. Hex color #E2073D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E2073D is #1DF8C2. Grayscale: #4E4E4E. Windows color (decimal): -1964227 or 3999714. OLE color: 3999714.
HSL color Cylindrical-coordinate representation of color #E2073D: hue angle of 345.21º 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 #E2073D is Cyan = 0, Magento = 0.97, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 7 | 61 | - |
| CMYK | 0 | 0.97 | 0.73 | 0.11 |
| HSL | 345.21º | 0.94% | 0.46% | - |
| HSV(B) | 345.21º | 0.97% | 0.89% | - |
| XYZ | 32.28 | 16.66 | 5.93 | - |
| YUV | 78.64 | 118.05 | 233.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 7 | 61 | 0 | 0.97 | 0.73 | 0.11 | 345.21 | 0.94 | 0.46 |
| Hex | E2 | 7 | 3D | 0 | 61 | 49 | B | 159 | 5E | 2E |
| Octal | 342 | 7 | 75 | 0 | 141 | 111 | 13 | 531 | 136 | 56 |
| Binary | 11100010 | 111 | 111101 | 0 | 1100001 | 1001001 | 1011 | 101011001 | 1011110 | 101110 |
Color Harmonies of #E2073D
Complementary color
Monochromatic Colors of #E2073D
Black with #E2073D
Text Example
Text Example
White with #E2073D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2073D; }
p { color: rgb(226,7,61); }
H1.HeaderClassName
{
color: #E2073D;
}
.AnyTagClassName
{
color: #E2073D;
}
</style>
background-color css
<style>
a { background-color: #E2073D; }
a { background-color: rgb(226,7,61); }
div.DivClassName
{
background-color: #E2073D;
}
.BgClassName
{
background-color: #E2073D;
}
</style>
border-color css
<style>
span { border-color: #E2073D; }
span { border-color: rgb(226,7,61); }
td.TdClassName
{
border-color: #E2073D;
}
.TagClassName
{
border-color: #E2073D;
}
</style>