Shades of Crimson #E8033E
Tints of Crimson #E8033E
RGB
CMYK
RGB Variations
Color information
#E8033E (or 0xE8033E) is known color: Crimson. HEX triplet: E8, 03 and 3E. RGB value is (232,3,62). Sum of RGB (Red+Green+Blue) = 232+3+62=297 (39% of max value = 765). Red value is 232 (91.02% from 255 or 78.11% from 297); Green value is 3 (1.56% from 255 or 1.01% from 297); Blue value is 62 (24.61% from 255 or 20.88% from 297); Max value from RGB is 232 - color contains mainly: red. Hex color #E8033E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E8033E is #17FCC1. Grayscale: #4E4E4E. Windows color (decimal): -1572034 or 4064232. OLE color: 4064232.
HSL color Cylindrical-coordinate representation of color #E8033E: hue angle of 344.54º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E8033E is Cyan = 0, Magento = 0.99, Yellow = 0.73 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 3 | 62 | - |
| CMYK | 0 | 0.99 | 0.73 | 0.09 |
| HSL | 344.54º | 0.97% | 0.46% | - |
| HSV(B) | 344.54º | 0.99% | 0.91% | - |
| XYZ | 34.18 | 17.57 | 6.15 | - |
| YUV | 78.2 | 118.87 | 237.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 3 | 62 | 0 | 0.99 | 0.73 | 0.09 | 344.54 | 0.97 | 0.46 |
| Hex | E8 | 3 | 3E | 0 | 63 | 49 | 9 | 159 | 61 | 2E |
| Octal | 350 | 3 | 76 | 0 | 143 | 111 | 11 | 531 | 141 | 56 |
| Binary | 11101000 | 11 | 111110 | 0 | 1100011 | 1001001 | 1001 | 101011001 | 1100001 | 101110 |
Color Harmonies of #E8033E
Complementary color
Monochromatic Colors of #E8033E
Black with #E8033E
Text Example
Text Example
White with #E8033E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8033E; }
p { color: rgb(232,3,62); }
H1.HeaderClassName
{
color: #E8033E;
}
.AnyTagClassName
{
color: #E8033E;
}
</style>
background-color css
<style>
a { background-color: #E8033E; }
a { background-color: rgb(232,3,62); }
div.DivClassName
{
background-color: #E8033E;
}
.BgClassName
{
background-color: #E8033E;
}
</style>
border-color css
<style>
span { border-color: #E8033E; }
span { border-color: rgb(232,3,62); }
td.TdClassName
{
border-color: #E8033E;
}
.TagClassName
{
border-color: #E8033E;
}
</style>