Shades of Crimson #E80943
Tints of Crimson #E80943
RGB
CMYK
RGB Variations
Color information
#E80943 (or 0xE80943) is known color: Crimson. HEX triplet: E8, 09 and 43. RGB value is (232,9,67). Sum of RGB (Red+Green+Blue) = 232+9+67=308 (40% of max value = 765). Red value is 232 (91.02% from 255 or 75.32% from 308); Green value is 9 (3.91% from 255 or 2.92% from 308); Blue value is 67 (26.56% from 255 or 21.75% from 308); Max value from RGB is 232 - color contains mainly: red. Hex color #E80943 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E80943 is #17F6BC. Grayscale: #525252. Windows color (decimal): -1570493 or 4393448. OLE color: 4393448.
HSL color Cylindrical-coordinate representation of color #E80943: hue angle of 344.39º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E80943 is Cyan = 0, Magento = 0.96, Yellow = 0.71 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 9 | 67 | - |
| CMYK | 0 | 0.96 | 0.71 | 0.09 |
| HSL | 344.39º | 0.93% | 0.47% | - |
| HSV(B) | 344.39º | 0.96% | 0.91% | - |
| XYZ | 34.39 | 17.76 | 6.92 | - |
| YUV | 82.29 | 119.38 | 234.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 9 | 67 | 0 | 0.96 | 0.71 | 0.09 | 344.39 | 0.93 | 0.47 |
| Hex | E8 | 9 | 43 | 0 | 60 | 47 | 9 | 158 | 5D | 2F |
| Octal | 350 | 11 | 103 | 0 | 140 | 107 | 11 | 530 | 135 | 57 |
| Binary | 11101000 | 1001 | 1000011 | 0 | 1100000 | 1000111 | 1001 | 101011000 | 1011101 | 101111 |
Color Harmonies of #E80943
Complementary color
Monochromatic Colors of #E80943
Black with #E80943
Text Example
Text Example
White with #E80943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80943; }
p { color: rgb(232,9,67); }
H1.HeaderClassName
{
color: #E80943;
}
.AnyTagClassName
{
color: #E80943;
}
</style>
background-color css
<style>
a { background-color: #E80943; }
a { background-color: rgb(232,9,67); }
div.DivClassName
{
background-color: #E80943;
}
.BgClassName
{
background-color: #E80943;
}
</style>
border-color css
<style>
span { border-color: #E80943; }
span { border-color: rgb(232,9,67); }
td.TdClassName
{
border-color: #E80943;
}
.TagClassName
{
border-color: #E80943;
}
</style>