Shades of Crimson #E8193D
Tints of Crimson #E8193D
RGB
CMYK
RGB Variations
Color information
#E8193D (or 0xE8193D) is known color: Crimson. HEX triplet: E8, 19 and 3D. RGB value is (232,25,61). Sum of RGB (Red+Green+Blue) = 232+25+61=318 (42% of max value = 765). Red value is 232 (91.02% from 255 or 72.96% from 318); Green value is 25 (10.16% from 255 or 7.86% from 318); Blue value is 61 (24.22% from 255 or 19.18% from 318); Max value from RGB is 232 - color contains mainly: red. Hex color #E8193D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E8193D is #17E6C2. Grayscale: #5B5B5B. Windows color (decimal): -1566403 or 4004328. OLE color: 4004328.
HSL color Cylindrical-coordinate representation of color #E8193D: hue angle of 349.57º 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 #E8193D is Cyan = 0, Magento = 0.89, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 25 | 61 | - |
| CMYK | 0 | 0.89 | 0.74 | 0.09 |
| HSL | 349.57º | 0.82% | 0.5% | - |
| HSV(B) | 349.57º | 0.89% | 0.91% | - |
| XYZ | 34.47 | 18.19 | 6.11 | - |
| YUV | 91 | 111.08 | 228.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 25 | 61 | 0 | 0.89 | 0.74 | 0.09 | 349.57 | 0.82 | 0.5 |
| Hex | E8 | 19 | 3D | 0 | 59 | 4A | 9 | 15E | 52 | 32 |
| Octal | 350 | 31 | 75 | 0 | 131 | 112 | 11 | 536 | 122 | 62 |
| Binary | 11101000 | 11001 | 111101 | 0 | 1011001 | 1001010 | 1001 | 101011110 | 1010010 | 110010 |
Color Harmonies of #E8193D
Complementary color
Monochromatic Colors of #E8193D
Black with #E8193D
Text Example
Text Example
White with #E8193D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8193D; }
p { color: rgb(232,25,61); }
H1.HeaderClassName
{
color: #E8193D;
}
.AnyTagClassName
{
color: #E8193D;
}
</style>
background-color css
<style>
a { background-color: #E8193D; }
a { background-color: rgb(232,25,61); }
div.DivClassName
{
background-color: #E8193D;
}
.BgClassName
{
background-color: #E8193D;
}
</style>
border-color css
<style>
span { border-color: #E8193D; }
span { border-color: rgb(232,25,61); }
td.TdClassName
{
border-color: #E8193D;
}
.TagClassName
{
border-color: #E8193D;
}
</style>