Shades of Crimson #E8193B
Tints of Crimson #E8193B
RGB
CMYK
RGB Variations
Color information
#E8193B (or 0xE8193B) is known color: Crimson. HEX triplet: E8, 19 and 3B. RGB value is (232,25,59). Sum of RGB (Red+Green+Blue) = 232+25+59=316 (41% of max value = 765). Red value is 232 (91.02% from 255 or 73.42% from 316); Green value is 25 (10.16% from 255 or 7.91% from 316); Blue value is 59 (23.44% from 255 or 18.67% from 316); Max value from RGB is 232 - color contains mainly: red. Hex color #E8193B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E8193B is #17E6C4. Grayscale: #5A5A5A. Windows color (decimal): -1566405 or 3873256. OLE color: 3873256.
HSL color Cylindrical-coordinate representation of color #E8193B: hue angle of 350.14º 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 #E8193B is Cyan = 0, Magento = 0.89, Yellow = 0.75 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 25 | 59 | - |
| CMYK | 0 | 0.89 | 0.75 | 0.09 |
| HSL | 350.14º | 0.82% | 0.5% | - |
| HSV(B) | 350.14º | 0.89% | 0.91% | - |
| XYZ | 34.42 | 18.17 | 5.83 | - |
| YUV | 90.77 | 110.08 | 228.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 25 | 59 | 0 | 0.89 | 0.75 | 0.09 | 350.14 | 0.82 | 0.5 |
| Hex | E8 | 19 | 3B | 0 | 59 | 4B | 9 | 15E | 52 | 32 |
| Octal | 350 | 31 | 73 | 0 | 131 | 113 | 11 | 536 | 122 | 62 |
| Binary | 11101000 | 11001 | 111011 | 0 | 1011001 | 1001011 | 1001 | 101011110 | 1010010 | 110010 |
Color Harmonies of #E8193B
Complementary color
Monochromatic Colors of #E8193B
Black with #E8193B
Text Example
Text Example
White with #E8193B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8193B; }
p { color: rgb(232,25,59); }
H1.HeaderClassName
{
color: #E8193B;
}
.AnyTagClassName
{
color: #E8193B;
}
</style>
background-color css
<style>
a { background-color: #E8193B; }
a { background-color: rgb(232,25,59); }
div.DivClassName
{
background-color: #E8193B;
}
.BgClassName
{
background-color: #E8193B;
}
</style>
border-color css
<style>
span { border-color: #E8193B; }
span { border-color: rgb(232,25,59); }
td.TdClassName
{
border-color: #E8193B;
}
.TagClassName
{
border-color: #E8193B;
}
</style>