Shades of Crimson #E8052E
Tints of Crimson #E8052E
RGB
CMYK
RGB Variations
Color information
#E8052E (or 0xE8052E) is known color: Crimson. HEX triplet: E8, 05 and 2E. RGB value is (232,5,46). Sum of RGB (Red+Green+Blue) = 232+5+46=283 (37% of max value = 765). Red value is 232 (91.02% from 255 or 81.98% from 283); Green value is 5 (2.34% from 255 or 1.77% from 283); Blue value is 46 (18.36% from 255 or 16.25% from 283); Max value from RGB is 232 - color contains mainly: red. Hex color #E8052E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E8052E is #17FAD1. Grayscale: #4D4D4D. Windows color (decimal): -1571538 or 3016168. OLE color: 3016168.
HSL color Cylindrical-coordinate representation of color #E8052E: hue angle of 349.16º degrees, saturation: 0.96, 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 #E8052E is Cyan = 0, Magento = 0.98, Yellow = 0.80 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 5 | 46 | - |
| CMYK | 0 | 0.98 | 0.80 | 0.09 |
| HSL | 349.16º | 0.96% | 0.46% | - |
| HSV(B) | 349.16º | 0.98% | 0.91% | - |
| XYZ | 33.83 | 17.46 | 4.17 | - |
| YUV | 77.55 | 110.21 | 238.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 5 | 46 | 0 | 0.98 | 0.80 | 0.09 | 349.16 | 0.96 | 0.46 |
| Hex | E8 | 5 | 2E | 0 | 62 | 50 | 9 | 15D | 60 | 2E |
| Octal | 350 | 5 | 56 | 0 | 142 | 120 | 11 | 535 | 140 | 56 |
| Binary | 11101000 | 101 | 101110 | 0 | 1100010 | 1010000 | 1001 | 101011101 | 1100000 | 101110 |
Color Harmonies of #E8052E
Complementary color
Monochromatic Colors of #E8052E
Black with #E8052E
Text Example
Text Example
White with #E8052E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8052E; }
p { color: rgb(232,5,46); }
H1.HeaderClassName
{
color: #E8052E;
}
.AnyTagClassName
{
color: #E8052E;
}
</style>
background-color css
<style>
a { background-color: #E8052E; }
a { background-color: rgb(232,5,46); }
div.DivClassName
{
background-color: #E8052E;
}
.BgClassName
{
background-color: #E8052E;
}
</style>
border-color css
<style>
span { border-color: #E8052E; }
span { border-color: rgb(232,5,46); }
td.TdClassName
{
border-color: #E8052E;
}
.TagClassName
{
border-color: #E8052E;
}
</style>