Shades of Crimson #E3073D
Tints of Crimson #E3073D
RGB
CMYK
RGB Variations
Color information
#E3073D (or 0xE3073D) is known color: Crimson. HEX triplet: E3, 07 and 3D. RGB value is (227,7,61). Sum of RGB (Red+Green+Blue) = 227+7+61=295 (39% of max value = 765). Red value is 227 (89.06% from 255 or 76.95% from 295); Green value is 7 (3.12% from 255 or 2.37% from 295); Blue value is 61 (24.22% from 255 or 20.68% from 295); Max value from RGB is 227 - color contains mainly: red. Hex color #E3073D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E3073D is #1CF8C2. Grayscale: #4E4E4E. Windows color (decimal): -1898691 or 3999715. OLE color: 3999715.
HSL color Cylindrical-coordinate representation of color #E3073D: hue angle of 345.27º 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 #E3073D is Cyan = 0, Magento = 0.97, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 7 | 61 | - |
| CMYK | 0 | 0.97 | 0.73 | 0.11 |
| HSL | 345.27º | 0.94% | 0.46% | - |
| HSV(B) | 345.27º | 0.97% | 0.89% | - |
| XYZ | 32.6 | 16.82 | 5.94 | - |
| YUV | 78.94 | 117.89 | 233.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 7 | 61 | 0 | 0.97 | 0.73 | 0.11 | 345.27 | 0.94 | 0.46 |
| Hex | E3 | 7 | 3D | 0 | 61 | 49 | B | 159 | 5E | 2E |
| Octal | 343 | 7 | 75 | 0 | 141 | 111 | 13 | 531 | 136 | 56 |
| Binary | 11100011 | 111 | 111101 | 0 | 1100001 | 1001001 | 1011 | 101011001 | 1011110 | 101110 |
Color Harmonies of #E3073D
Complementary color
Monochromatic Colors of #E3073D
Black with #E3073D
Text Example
Text Example
White with #E3073D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3073D; }
p { color: rgb(227,7,61); }
H1.HeaderClassName
{
color: #E3073D;
}
.AnyTagClassName
{
color: #E3073D;
}
</style>
background-color css
<style>
a { background-color: #E3073D; }
a { background-color: rgb(227,7,61); }
div.DivClassName
{
background-color: #E3073D;
}
.BgClassName
{
background-color: #E3073D;
}
</style>
border-color css
<style>
span { border-color: #E3073D; }
span { border-color: rgb(227,7,61); }
td.TdClassName
{
border-color: #E3073D;
}
.TagClassName
{
border-color: #E3073D;
}
</style>