Shades of Crimson #E8183E
Tints of Crimson #E8183E
RGB
CMYK
RGB Variations
Color information
#E8183E (or 0xE8183E) is known color: Crimson. HEX triplet: E8, 18 and 3E. RGB value is (232,24,62). Sum of RGB (Red+Green+Blue) = 232+24+62=318 (42% of max value = 765). Red value is 232 (91.02% from 255 or 72.96% from 318); Green value is 24 (9.77% from 255 or 7.55% from 318); Blue value is 62 (24.61% from 255 or 19.50% from 318); Max value from RGB is 232 - color contains mainly: red. Hex color #E8183E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E8183E is #17E7C1. Grayscale: #5A5A5A. Windows color (decimal): -1566658 or 4069608. OLE color: 4069608.
HSL color Cylindrical-coordinate representation of color #E8183E: hue angle of 349.04º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #E8183E is Cyan = 0, Magento = 0.90, Yellow = 0.73 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 24 | 62 | - |
| CMYK | 0 | 0.90 | 0.73 | 0.09 |
| HSL | 349.04º | 0.82% | 0.5% | - |
| HSV(B) | 349.04º | 0.9% | 0.91% | - |
| XYZ | 34.47 | 18.16 | 6.25 | - |
| YUV | 90.52 | 111.91 | 228.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 24 | 62 | 0 | 0.90 | 0.73 | 0.09 | 349.04 | 0.82 | 0.5 |
| Hex | E8 | 18 | 3E | 0 | 5A | 49 | 9 | 15D | 52 | 32 |
| Octal | 350 | 30 | 76 | 0 | 132 | 111 | 11 | 535 | 122 | 62 |
| Binary | 11101000 | 11000 | 111110 | 0 | 1011010 | 1001001 | 1001 | 101011101 | 1010010 | 110010 |
Color Harmonies of #E8183E
Complementary color
Monochromatic Colors of #E8183E
Black with #E8183E
Text Example
Text Example
White with #E8183E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8183E; }
p { color: rgb(232,24,62); }
H1.HeaderClassName
{
color: #E8183E;
}
.AnyTagClassName
{
color: #E8183E;
}
</style>
background-color css
<style>
a { background-color: #E8183E; }
a { background-color: rgb(232,24,62); }
div.DivClassName
{
background-color: #E8183E;
}
.BgClassName
{
background-color: #E8183E;
}
</style>
border-color css
<style>
span { border-color: #E8183E; }
span { border-color: rgb(232,24,62); }
td.TdClassName
{
border-color: #E8183E;
}
.TagClassName
{
border-color: #E8183E;
}
</style>