Shades of Crimson #E80243
Tints of Crimson #E80243
RGB
CMYK
RGB Variations
Color information
#E80243 (or 0xE80243) is known color: Crimson. HEX triplet: E8, 02 and 43. RGB value is (232,2,67). Sum of RGB (Red+Green+Blue) = 232+2+67=301 (39% of max value = 765). Red value is 232 (91.02% from 255 or 77.08% from 301); Green value is 2 (1.17% from 255 or 0.66% from 301); Blue value is 67 (26.56% from 255 or 22.26% from 301); Max value from RGB is 232 - color contains mainly: red. Hex color #E80243 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E80243 is #17FDBC. Grayscale: #4E4E4E. Windows color (decimal): -1572285 or 4391656. OLE color: 4391656.
HSL color Cylindrical-coordinate representation of color #E80243: hue angle of 343.04º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E80243 is Cyan = 0, Magento = 0.99, Yellow = 0.71 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 2 | 67 | - |
| CMYK | 0 | 0.99 | 0.71 | 0.09 |
| HSL | 343.04º | 0.98% | 0.46% | - |
| HSV(B) | 343.04º | 0.99% | 0.91% | - |
| XYZ | 34.31 | 17.6 | 6.9 | - |
| YUV | 78.18 | 121.7 | 237.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 2 | 67 | 0 | 0.99 | 0.71 | 0.09 | 343.04 | 0.98 | 0.46 |
| Hex | E8 | 2 | 43 | 0 | 63 | 47 | 9 | 157 | 62 | 2E |
| Octal | 350 | 2 | 103 | 0 | 143 | 107 | 11 | 527 | 142 | 56 |
| Binary | 11101000 | 10 | 1000011 | 0 | 1100011 | 1000111 | 1001 | 101010111 | 1100010 | 101110 |
Color Harmonies of #E80243
Complementary color
Monochromatic Colors of #E80243
Black with #E80243
Text Example
Text Example
White with #E80243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E80243; }
p { color: rgb(232,2,67); }
H1.HeaderClassName
{
color: #E80243;
}
.AnyTagClassName
{
color: #E80243;
}
</style>
background-color css
<style>
a { background-color: #E80243; }
a { background-color: rgb(232,2,67); }
div.DivClassName
{
background-color: #E80243;
}
.BgClassName
{
background-color: #E80243;
}
</style>
border-color css
<style>
span { border-color: #E80243; }
span { border-color: rgb(232,2,67); }
td.TdClassName
{
border-color: #E80243;
}
.TagClassName
{
border-color: #E80243;
}
</style>