Shades of Crimson #E81943
Tints of Crimson #E81943
RGB
CMYK
RGB Variations
Color information
#E81943 (or 0xE81943) is known color: Crimson. HEX triplet: E8, 19 and 43. RGB value is (232,25,67). Sum of RGB (Red+Green+Blue) = 232+25+67=324 (42% of max value = 765). Red value is 232 (91.02% from 255 or 71.60% from 324); Green value is 25 (10.16% from 255 or 7.72% from 324); Blue value is 67 (26.56% from 255 or 20.68% from 324); Max value from RGB is 232 - color contains mainly: red. Hex color #E81943 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E81943 is #17E6BC. Grayscale: #5B5B5B. Windows color (decimal): -1566397 or 4397544. OLE color: 4397544.
HSL color Cylindrical-coordinate representation of color #E81943: hue angle of 347.83º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E81943 is Cyan = 0, Magento = 0.89, Yellow = 0.71 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 25 | 67 | - |
| CMYK | 0 | 0.89 | 0.71 | 0.09 |
| HSL | 347.83º | 0.82% | 0.5% | - |
| HSV(B) | 347.83º | 0.89% | 0.91% | - |
| XYZ | 34.64 | 18.26 | 7.01 | - |
| YUV | 91.68 | 114.08 | 228.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 25 | 67 | 0 | 0.89 | 0.71 | 0.09 | 347.83 | 0.82 | 0.5 |
| Hex | E8 | 19 | 43 | 0 | 59 | 47 | 9 | 15C | 52 | 32 |
| Octal | 350 | 31 | 103 | 0 | 131 | 107 | 11 | 534 | 122 | 62 |
| Binary | 11101000 | 11001 | 1000011 | 0 | 1011001 | 1000111 | 1001 | 101011100 | 1010010 | 110010 |
Color Harmonies of #E81943
Complementary color
Monochromatic Colors of #E81943
Black with #E81943
Text Example
Text Example
White with #E81943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81943; }
p { color: rgb(232,25,67); }
H1.HeaderClassName
{
color: #E81943;
}
.AnyTagClassName
{
color: #E81943;
}
</style>
background-color css
<style>
a { background-color: #E81943; }
a { background-color: rgb(232,25,67); }
div.DivClassName
{
background-color: #E81943;
}
.BgClassName
{
background-color: #E81943;
}
</style>
border-color css
<style>
span { border-color: #E81943; }
span { border-color: rgb(232,25,67); }
td.TdClassName
{
border-color: #E81943;
}
.TagClassName
{
border-color: #E81943;
}
</style>