Shades of Crimson #E8133E
Tints of Crimson #E8133E
RGB
CMYK
RGB Variations
Color information
#E8133E (or 0xE8133E) is known color: Crimson. HEX triplet: E8, 13 and 3E. RGB value is (232,19,62). Sum of RGB (Red+Green+Blue) = 232+19+62=313 (41% of max value = 765). Red value is 232 (91.02% from 255 or 74.12% from 313); Green value is 19 (7.81% from 255 or 6.07% from 313); Blue value is 62 (24.61% from 255 or 19.81% from 313); Max value from RGB is 232 - color contains mainly: red. Hex color #E8133E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E8133E is #17ECC1. Grayscale: #575757. Windows color (decimal): -1567938 or 4068328. OLE color: 4068328.
HSL color Cylindrical-coordinate representation of color #E8133E: hue angle of 347.89º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E8133E is Cyan = 0, Magento = 0.92, Yellow = 0.73 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 19 | 62 | - |
| CMYK | 0 | 0.92 | 0.73 | 0.09 |
| HSL | 347.89º | 0.85% | 0.49% | - |
| HSV(B) | 347.89º | 0.92% | 0.91% | - |
| XYZ | 34.38 | 17.97 | 6.21 | - |
| YUV | 87.59 | 113.57 | 231 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 19 | 62 | 0 | 0.92 | 0.73 | 0.09 | 347.89 | 0.85 | 0.49 |
| Hex | E8 | 13 | 3E | 0 | 5C | 49 | 9 | 15C | 55 | 31 |
| Octal | 350 | 23 | 76 | 0 | 134 | 111 | 11 | 534 | 125 | 61 |
| Binary | 11101000 | 10011 | 111110 | 0 | 1011100 | 1001001 | 1001 | 101011100 | 1010101 | 110001 |
Color Harmonies of #E8133E
Complementary color
Monochromatic Colors of #E8133E
Black with #E8133E
Text Example
Text Example
White with #E8133E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8133E; }
p { color: rgb(232,19,62); }
H1.HeaderClassName
{
color: #E8133E;
}
.AnyTagClassName
{
color: #E8133E;
}
</style>
background-color css
<style>
a { background-color: #E8133E; }
a { background-color: rgb(232,19,62); }
div.DivClassName
{
background-color: #E8133E;
}
.BgClassName
{
background-color: #E8133E;
}
</style>
border-color css
<style>
span { border-color: #E8133E; }
span { border-color: rgb(232,19,62); }
td.TdClassName
{
border-color: #E8133E;
}
.TagClassName
{
border-color: #E8133E;
}
</style>