Shades of Crimson #E80C35
Tints of Crimson #E80C35
RGB
CMYK
RGB Variations
Color information
#E80C35 (or 0xE80C35) is known color: Crimson. HEX triplet: E8, 0C and 35. RGB value is (232,12,53). Sum of RGB (Red+Green+Blue) = 232+12+53=297 (39% of max value = 765). Red value is 232 (91.02% from 255 or 78.11% from 297); Green value is 12 (5.08% from 255 or 4.04% from 297); Blue value is 53 (21.09% from 255 or 17.85% from 297); Max value from RGB is 232 - color contains mainly: red. Hex color #E80C35 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E80C35 is #17F3CA. Grayscale: #525252. Windows color (decimal): -1569739 or 3476712. OLE color: 3476712.
HSL color Cylindrical-coordinate representation of color #E80C35: hue angle of 348.82º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E80C35 is Cyan = 0, Magento = 0.95, Yellow = 0.77 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 12 | 53 | - |
| CMYK | 0 | 0.95 | 0.77 | 0.09 |
| HSL | 348.82º | 0.9% | 0.48% | - |
| HSV(B) | 348.82º | 0.95% | 0.91% | - |
| XYZ | 34.05 | 17.68 | 4.99 | - |
| YUV | 82.45 | 111.39 | 234.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 12 | 53 | 0 | 0.95 | 0.77 | 0.09 | 348.82 | 0.9 | 0.48 |
| Hex | E8 | C | 35 | 0 | 5F | 4D | 9 | 15D | 5A | 30 |
| Octal | 350 | 14 | 65 | 0 | 137 | 115 | 11 | 535 | 132 | 60 |
| Binary | 11101000 | 1100 | 110101 | 0 | 1011111 | 1001101 | 1001 | 101011101 | 1011010 | 110000 |
Color Harmonies of #E80C35
Complementary color
Monochromatic Colors of #E80C35
Black with #E80C35
Text Example
Text Example
White with #E80C35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80C35; }
p { color: rgb(232,12,53); }
H1.HeaderClassName
{
color: #E80C35;
}
.AnyTagClassName
{
color: #E80C35;
}
</style>
background-color css
<style>
a { background-color: #E80C35; }
a { background-color: rgb(232,12,53); }
div.DivClassName
{
background-color: #E80C35;
}
.BgClassName
{
background-color: #E80C35;
}
</style>
border-color css
<style>
span { border-color: #E80C35; }
span { border-color: rgb(232,12,53); }
td.TdClassName
{
border-color: #E80C35;
}
.TagClassName
{
border-color: #E80C35;
}
</style>