Shades of Crimson #E8073C
Tints of Crimson #E8073C
RGB
CMYK
RGB Variations
Color information
#E8073C (or 0xE8073C) is known color: Crimson. HEX triplet: E8, 07 and 3C. RGB value is (232,7,60). Sum of RGB (Red+Green+Blue) = 232+7+60=299 (39% of max value = 765). Red value is 232 (91.02% from 255 or 77.59% from 299); Green value is 7 (3.12% from 255 or 2.34% from 299); Blue value is 60 (23.83% from 255 or 20.07% from 299); Max value from RGB is 232 - color contains mainly: red. Hex color #E8073C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E8073C is #17F8C3. Grayscale: #505050. Windows color (decimal): -1571012 or 3934184. OLE color: 3934184.
HSL color Cylindrical-coordinate representation of color #E8073C: hue angle of 345.87º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E8073C is Cyan = 0, Magento = 0.97, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 7 | 60 | - |
| CMYK | 0 | 0.97 | 0.74 | 0.09 |
| HSL | 345.87º | 0.94% | 0.47% | - |
| HSV(B) | 345.87º | 0.97% | 0.91% | - |
| XYZ | 34.17 | 17.63 | 5.88 | - |
| YUV | 80.32 | 116.54 | 236.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 7 | 60 | 0 | 0.97 | 0.74 | 0.09 | 345.87 | 0.94 | 0.47 |
| Hex | E8 | 7 | 3C | 0 | 61 | 4A | 9 | 15A | 5E | 2F |
| Octal | 350 | 7 | 74 | 0 | 141 | 112 | 11 | 532 | 136 | 57 |
| Binary | 11101000 | 111 | 111100 | 0 | 1100001 | 1001010 | 1001 | 101011010 | 1011110 | 101111 |
Color Harmonies of #E8073C
Complementary color
Monochromatic Colors of #E8073C
Black with #E8073C
Text Example
Text Example
White with #E8073C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8073C; }
p { color: rgb(232,7,60); }
H1.HeaderClassName
{
color: #E8073C;
}
.AnyTagClassName
{
color: #E8073C;
}
</style>
background-color css
<style>
a { background-color: #E8073C; }
a { background-color: rgb(232,7,60); }
div.DivClassName
{
background-color: #E8073C;
}
.BgClassName
{
background-color: #E8073C;
}
</style>
border-color css
<style>
span { border-color: #E8073C; }
span { border-color: rgb(232,7,60); }
td.TdClassName
{
border-color: #E8073C;
}
.TagClassName
{
border-color: #E8073C;
}
</style>