Shades of Crimson #E3073C
Tints of Crimson #E3073C
RGB
CMYK
RGB Variations
Color information
#E3073C (or 0xE3073C) is known color: Crimson. HEX triplet: E3, 07 and 3C. RGB value is (227,7,60). Sum of RGB (Red+Green+Blue) = 227+7+60=294 (38% of max value = 765). Red value is 227 (89.06% from 255 or 77.21% from 294); Green value is 7 (3.12% from 255 or 2.38% from 294); Blue value is 60 (23.83% from 255 or 20.41% from 294); Max value from RGB is 227 - color contains mainly: red. Hex color #E3073C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E3073C is #1CF8C3. Grayscale: #4E4E4E. Windows color (decimal): -1898692 or 3934179. OLE color: 3934179.
HSL color Cylindrical-coordinate representation of color #E3073C: hue angle of 345.55º 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 #E3073C is Cyan = 0, Magento = 0.97, Yellow = 0.74 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 7 | 60 | - |
| CMYK | 0 | 0.97 | 0.74 | 0.11 |
| HSL | 345.55º | 0.94% | 0.46% | - |
| HSV(B) | 345.55º | 0.97% | 0.89% | - |
| XYZ | 32.57 | 16.81 | 5.8 | - |
| YUV | 78.82 | 117.39 | 233.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 7 | 60 | 0 | 0.97 | 0.74 | 0.11 | 345.55 | 0.94 | 0.46 |
| Hex | E3 | 7 | 3C | 0 | 61 | 4A | B | 15A | 5E | 2E |
| Octal | 343 | 7 | 74 | 0 | 141 | 112 | 13 | 532 | 136 | 56 |
| Binary | 11100011 | 111 | 111100 | 0 | 1100001 | 1001010 | 1011 | 101011010 | 1011110 | 101110 |
Color Harmonies of #E3073C
Complementary color
Monochromatic Colors of #E3073C
Black with #E3073C
Text Example
Text Example
White with #E3073C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3073C; }
p { color: rgb(227,7,60); }
H1.HeaderClassName
{
color: #E3073C;
}
.AnyTagClassName
{
color: #E3073C;
}
</style>
background-color css
<style>
a { background-color: #E3073C; }
a { background-color: rgb(227,7,60); }
div.DivClassName
{
background-color: #E3073C;
}
.BgClassName
{
background-color: #E3073C;
}
</style>
border-color css
<style>
span { border-color: #E3073C; }
span { border-color: rgb(227,7,60); }
td.TdClassName
{
border-color: #E3073C;
}
.TagClassName
{
border-color: #E3073C;
}
</style>