Shades of Crimson #E8043E
Tints of Crimson #E8043E
RGB
CMYK
RGB Variations
Color information
#E8043E (or 0xE8043E) is known color: Crimson. HEX triplet: E8, 04 and 3E. RGB value is (232,4,62). Sum of RGB (Red+Green+Blue) = 232+4+62=298 (39% of max value = 765). Red value is 232 (91.02% from 255 or 77.85% from 298); Green value is 4 (1.95% from 255 or 1.34% from 298); Blue value is 62 (24.61% from 255 or 20.81% from 298); Max value from RGB is 232 - color contains mainly: red. Hex color #E8043E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E8043E is #17FBC1. Grayscale: #4E4E4E. Windows color (decimal): -1571778 or 4064488. OLE color: 4064488.
HSL color Cylindrical-coordinate representation of color #E8043E: hue angle of 344.74º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E8043E is Cyan = 0, Magento = 0.98, Yellow = 0.73 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 4 | 62 | - |
| CMYK | 0 | 0.98 | 0.73 | 0.09 |
| HSL | 344.74º | 0.97% | 0.46% | - |
| HSV(B) | 344.74º | 0.98% | 0.91% | - |
| XYZ | 34.19 | 17.59 | 6.15 | - |
| YUV | 78.78 | 118.54 | 237.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 4 | 62 | 0 | 0.98 | 0.73 | 0.09 | 344.74 | 0.97 | 0.46 |
| Hex | E8 | 4 | 3E | 0 | 62 | 49 | 9 | 159 | 61 | 2E |
| Octal | 350 | 4 | 76 | 0 | 142 | 111 | 11 | 531 | 141 | 56 |
| Binary | 11101000 | 100 | 111110 | 0 | 1100010 | 1001001 | 1001 | 101011001 | 1100001 | 101110 |
Color Harmonies of #E8043E
Complementary color
Monochromatic Colors of #E8043E
Black with #E8043E
Text Example
Text Example
White with #E8043E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8043E; }
p { color: rgb(232,4,62); }
H1.HeaderClassName
{
color: #E8043E;
}
.AnyTagClassName
{
color: #E8043E;
}
</style>
background-color css
<style>
a { background-color: #E8043E; }
a { background-color: rgb(232,4,62); }
div.DivClassName
{
background-color: #E8043E;
}
.BgClassName
{
background-color: #E8043E;
}
</style>
border-color css
<style>
span { border-color: #E8043E; }
span { border-color: rgb(232,4,62); }
td.TdClassName
{
border-color: #E8043E;
}
.TagClassName
{
border-color: #E8043E;
}
</style>