Shades of Crimson #E8193A
Tints of Crimson #E8193A
RGB
CMYK
RGB Variations
Color information
#E8193A (or 0xE8193A) is known color: Crimson. HEX triplet: E8, 19 and 3A. RGB value is (232,25,58). Sum of RGB (Red+Green+Blue) = 232+25+58=315 (41% of max value = 765). Red value is 232 (91.02% from 255 or 73.65% from 315); Green value is 25 (10.16% from 255 or 7.94% from 315); Blue value is 58 (23.05% from 255 or 18.41% from 315); Max value from RGB is 232 - color contains mainly: red. Hex color #E8193A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E8193A is #17E6C5. Grayscale: #5A5A5A. Windows color (decimal): -1566406 or 3807720. OLE color: 3807720.
HSL color Cylindrical-coordinate representation of color #E8193A: hue angle of 350.43º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E8193A is Cyan = 0, Magento = 0.89, Yellow = 0.75 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 25 | 58 | - |
| CMYK | 0 | 0.89 | 0.75 | 0.09 |
| HSL | 350.43º | 0.82% | 0.5% | - |
| HSV(B) | 350.43º | 0.89% | 0.91% | - |
| XYZ | 34.39 | 18.16 | 5.69 | - |
| YUV | 90.66 | 109.58 | 228.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 25 | 58 | 0 | 0.89 | 0.75 | 0.09 | 350.43 | 0.82 | 0.5 |
| Hex | E8 | 19 | 3A | 0 | 59 | 4B | 9 | 15E | 52 | 32 |
| Octal | 350 | 31 | 72 | 0 | 131 | 113 | 11 | 536 | 122 | 62 |
| Binary | 11101000 | 11001 | 111010 | 0 | 1011001 | 1001011 | 1001 | 101011110 | 1010010 | 110010 |
Color Harmonies of #E8193A
Complementary color
Monochromatic Colors of #E8193A
Black with #E8193A
Text Example
Text Example
White with #E8193A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8193A; }
p { color: rgb(232,25,58); }
H1.HeaderClassName
{
color: #E8193A;
}
.AnyTagClassName
{
color: #E8193A;
}
</style>
background-color css
<style>
a { background-color: #E8193A; }
a { background-color: rgb(232,25,58); }
div.DivClassName
{
background-color: #E8193A;
}
.BgClassName
{
background-color: #E8193A;
}
</style>
border-color css
<style>
span { border-color: #E8193A; }
span { border-color: rgb(232,25,58); }
td.TdClassName
{
border-color: #E8193A;
}
.TagClassName
{
border-color: #E8193A;
}
</style>