Shades of Crimson #E8133A
Tints of Crimson #E8133A
RGB
CMYK
RGB Variations
Color information
#E8133A (or 0xE8133A) is known color: Crimson. HEX triplet: E8, 13 and 3A. RGB value is (232,19,58). Sum of RGB (Red+Green+Blue) = 232+19+58=309 (40% of max value = 765). Red value is 232 (91.02% from 255 or 75.08% from 309); Green value is 19 (7.81% from 255 or 6.15% from 309); Blue value is 58 (23.05% from 255 or 18.77% from 309); Max value from RGB is 232 - color contains mainly: red. Hex color #E8133A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E8133A is #17ECC5. Grayscale: #575757. Windows color (decimal): -1567942 or 3806184. OLE color: 3806184.
HSL color Cylindrical-coordinate representation of color #E8133A: hue angle of 349.01º 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 #E8133A is Cyan = 0, Magento = 0.92, Yellow = 0.75 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 19 | 58 | - |
| CMYK | 0 | 0.92 | 0.75 | 0.09 |
| HSL | 349.01º | 0.85% | 0.49% | - |
| HSV(B) | 349.01º | 0.92% | 0.91% | - |
| XYZ | 34.28 | 17.93 | 5.66 | - |
| YUV | 87.13 | 111.57 | 231.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 19 | 58 | 0 | 0.92 | 0.75 | 0.09 | 349.01 | 0.85 | 0.49 |
| Hex | E8 | 13 | 3A | 0 | 5C | 4B | 9 | 15D | 55 | 31 |
| Octal | 350 | 23 | 72 | 0 | 134 | 113 | 11 | 535 | 125 | 61 |
| Binary | 11101000 | 10011 | 111010 | 0 | 1011100 | 1001011 | 1001 | 101011101 | 1010101 | 110001 |
Color Harmonies of #E8133A
Complementary color
Monochromatic Colors of #E8133A
Black with #E8133A
Text Example
Text Example
White with #E8133A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8133A; }
p { color: rgb(232,19,58); }
H1.HeaderClassName
{
color: #E8133A;
}
.AnyTagClassName
{
color: #E8133A;
}
</style>
background-color css
<style>
a { background-color: #E8133A; }
a { background-color: rgb(232,19,58); }
div.DivClassName
{
background-color: #E8133A;
}
.BgClassName
{
background-color: #E8133A;
}
</style>
border-color css
<style>
span { border-color: #E8133A; }
span { border-color: rgb(232,19,58); }
td.TdClassName
{
border-color: #E8133A;
}
.TagClassName
{
border-color: #E8133A;
}
</style>