Shades of Crimson #E8133C
Tints of Crimson #E8133C
RGB
CMYK
RGB Variations
Color information
#E8133C (or 0xE8133C) is known color: Crimson. HEX triplet: E8, 13 and 3C. RGB value is (232,19,60). Sum of RGB (Red+Green+Blue) = 232+19+60=311 (41% of max value = 765). Red value is 232 (91.02% from 255 or 74.60% from 311); Green value is 19 (7.81% from 255 or 6.11% from 311); Blue value is 60 (23.83% from 255 or 19.29% from 311); Max value from RGB is 232 - color contains mainly: red. Hex color #E8133C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E8133C is #17ECC3. Grayscale: #575757. Windows color (decimal): -1567940 or 3937256. OLE color: 3937256.
HSL color Cylindrical-coordinate representation of color #E8133C: hue angle of 348.45º 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 #E8133C is Cyan = 0, Magento = 0.92, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 19 | 60 | - |
| CMYK | 0 | 0.92 | 0.74 | 0.09 |
| HSL | 348.45º | 0.85% | 0.49% | - |
| HSV(B) | 348.45º | 0.92% | 0.91% | - |
| XYZ | 34.33 | 17.95 | 5.93 | - |
| YUV | 87.36 | 112.57 | 231.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 19 | 60 | 0 | 0.92 | 0.74 | 0.09 | 348.45 | 0.85 | 0.49 |
| Hex | E8 | 13 | 3C | 0 | 5C | 4A | 9 | 15C | 55 | 31 |
| Octal | 350 | 23 | 74 | 0 | 134 | 112 | 11 | 534 | 125 | 61 |
| Binary | 11101000 | 10011 | 111100 | 0 | 1011100 | 1001010 | 1001 | 101011100 | 1010101 | 110001 |
Color Harmonies of #E8133C
Complementary color
Monochromatic Colors of #E8133C
Black with #E8133C
Text Example
Text Example
White with #E8133C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8133C; }
p { color: rgb(232,19,60); }
H1.HeaderClassName
{
color: #E8133C;
}
.AnyTagClassName
{
color: #E8133C;
}
</style>
background-color css
<style>
a { background-color: #E8133C; }
a { background-color: rgb(232,19,60); }
div.DivClassName
{
background-color: #E8133C;
}
.BgClassName
{
background-color: #E8133C;
}
</style>
border-color css
<style>
span { border-color: #E8133C; }
span { border-color: rgb(232,19,60); }
td.TdClassName
{
border-color: #E8133C;
}
.TagClassName
{
border-color: #E8133C;
}
</style>