Shades of Crimson #E80C44
Tints of Crimson #E80C44
RGB
CMYK
RGB Variations
Color information
#E80C44 (or 0xE80C44) is known color: Crimson. HEX triplet: E8, 0C and 44. RGB value is (232,12,68). Sum of RGB (Red+Green+Blue) = 232+12+68=312 (41% of max value = 765). Red value is 232 (91.02% from 255 or 74.36% from 312); Green value is 12 (5.08% from 255 or 3.85% from 312); Blue value is 68 (26.95% from 255 or 21.79% from 312); Max value from RGB is 232 - color contains mainly: red. Hex color #E80C44 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E80C44 is #17F3BB. Grayscale: #545454. Windows color (decimal): -1569724 or 4459752. OLE color: 4459752.
HSL color Cylindrical-coordinate representation of color #E80C44: hue angle of 344.73º 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 #E80C44 is Cyan = 0, Magento = 0.95, Yellow = 0.71 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 12 | 68 | - |
| CMYK | 0 | 0.95 | 0.71 | 0.09 |
| HSL | 344.73º | 0.9% | 0.48% | - |
| HSV(B) | 344.73º | 0.95% | 0.91% | - |
| XYZ | 34.45 | 17.84 | 7.1 | - |
| YUV | 84.16 | 118.89 | 233.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 12 | 68 | 0 | 0.95 | 0.71 | 0.09 | 344.73 | 0.9 | 0.48 |
| Hex | E8 | C | 44 | 0 | 5F | 47 | 9 | 159 | 5A | 30 |
| Octal | 350 | 14 | 104 | 0 | 137 | 107 | 11 | 531 | 132 | 60 |
| Binary | 11101000 | 1100 | 1000100 | 0 | 1011111 | 1000111 | 1001 | 101011001 | 1011010 | 110000 |
Color Harmonies of #E80C44
Complementary color
Monochromatic Colors of #E80C44
Black with #E80C44
Text Example
Text Example
White with #E80C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80C44; }
p { color: rgb(232,12,68); }
H1.HeaderClassName
{
color: #E80C44;
}
.AnyTagClassName
{
color: #E80C44;
}
</style>
background-color css
<style>
a { background-color: #E80C44; }
a { background-color: rgb(232,12,68); }
div.DivClassName
{
background-color: #E80C44;
}
.BgClassName
{
background-color: #E80C44;
}
</style>
border-color css
<style>
span { border-color: #E80C44; }
span { border-color: rgb(232,12,68); }
td.TdClassName
{
border-color: #E80C44;
}
.TagClassName
{
border-color: #E80C44;
}
</style>