Shades of Crimson #E80C43
Tints of Crimson #E80C43
RGB
CMYK
RGB Variations
Color information
#E80C43 (or 0xE80C43) is known color: Crimson. HEX triplet: E8, 0C and 43. RGB value is (232,12,67). Sum of RGB (Red+Green+Blue) = 232+12+67=311 (41% of max value = 765). Red value is 232 (91.02% from 255 or 74.60% from 311); Green value is 12 (5.08% from 255 or 3.86% from 311); Blue value is 67 (26.56% from 255 or 21.54% from 311); Max value from RGB is 232 - color contains mainly: red. Hex color #E80C43 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E80C43 is #17F3BC. Grayscale: #545454. Windows color (decimal): -1569725 or 4394216. OLE color: 4394216.
HSL color Cylindrical-coordinate representation of color #E80C43: hue angle of 345º 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 #E80C43 is Cyan = 0, Magento = 0.95, Yellow = 0.71 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 12 | 67 | - |
| CMYK | 0 | 0.95 | 0.71 | 0.09 |
| HSL | 345º | 0.9% | 0.48% | - |
| HSV(B) | 345º | 0.95% | 0.91% | - |
| XYZ | 34.42 | 17.82 | 6.94 | - |
| YUV | 84.05 | 118.39 | 233.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 12 | 67 | 0 | 0.95 | 0.71 | 0.09 | 345 | 0.9 | 0.48 |
| Hex | E8 | C | 43 | 0 | 5F | 47 | 9 | 159 | 5A | 30 |
| Octal | 350 | 14 | 103 | 0 | 137 | 107 | 11 | 531 | 132 | 60 |
| Binary | 11101000 | 1100 | 1000011 | 0 | 1011111 | 1000111 | 1001 | 101011001 | 1011010 | 110000 |
Color Harmonies of #E80C43
Complementary color
Monochromatic Colors of #E80C43
Black with #E80C43
Text Example
Text Example
White with #E80C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80C43; }
p { color: rgb(232,12,67); }
H1.HeaderClassName
{
color: #E80C43;
}
.AnyTagClassName
{
color: #E80C43;
}
</style>
background-color css
<style>
a { background-color: #E80C43; }
a { background-color: rgb(232,12,67); }
div.DivClassName
{
background-color: #E80C43;
}
.BgClassName
{
background-color: #E80C43;
}
</style>
border-color css
<style>
span { border-color: #E80C43; }
span { border-color: rgb(232,12,67); }
td.TdClassName
{
border-color: #E80C43;
}
.TagClassName
{
border-color: #E80C43;
}
</style>