Shades of Crimson #E80544
Tints of Crimson #E80544
RGB
CMYK
RGB Variations
Color information
#E80544 (or 0xE80544) is known color: Crimson. HEX triplet: E8, 05 and 44. RGB value is (232,5,68). Sum of RGB (Red+Green+Blue) = 232+5+68=305 (40% of max value = 765). Red value is 232 (91.02% from 255 or 76.07% from 305); Green value is 5 (2.34% from 255 or 1.64% from 305); Blue value is 68 (26.95% from 255 or 22.30% from 305); Max value from RGB is 232 - color contains mainly: red. Hex color #E80544 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E80544 is #17FABB. Grayscale: #505050. Windows color (decimal): -1571516 or 4457960. OLE color: 4457960.
HSL color Cylindrical-coordinate representation of color #E80544: hue angle of 343.35º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E80544 is Cyan = 0, Magento = 0.98, Yellow = 0.71 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 5 | 68 | - |
| CMYK | 0 | 0.98 | 0.71 | 0.09 |
| HSL | 343.35º | 0.96% | 0.46% | - |
| HSV(B) | 343.35º | 0.98% | 0.91% | - |
| XYZ | 34.38 | 17.68 | 7.07 | - |
| YUV | 80.06 | 121.21 | 236.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 5 | 68 | 0 | 0.98 | 0.71 | 0.09 | 343.35 | 0.96 | 0.46 |
| Hex | E8 | 5 | 44 | 0 | 62 | 47 | 9 | 157 | 60 | 2E |
| Octal | 350 | 5 | 104 | 0 | 142 | 107 | 11 | 527 | 140 | 56 |
| Binary | 11101000 | 101 | 1000100 | 0 | 1100010 | 1000111 | 1001 | 101010111 | 1100000 | 101110 |
Color Harmonies of #E80544
Complementary color
Monochromatic Colors of #E80544
Black with #E80544
Text Example
Text Example
White with #E80544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80544; }
p { color: rgb(232,5,68); }
H1.HeaderClassName
{
color: #E80544;
}
.AnyTagClassName
{
color: #E80544;
}
</style>
background-color css
<style>
a { background-color: #E80544; }
a { background-color: rgb(232,5,68); }
div.DivClassName
{
background-color: #E80544;
}
.BgClassName
{
background-color: #E80544;
}
</style>
border-color css
<style>
span { border-color: #E80544; }
span { border-color: rgb(232,5,68); }
td.TdClassName
{
border-color: #E80544;
}
.TagClassName
{
border-color: #E80544;
}
</style>