Shades of Crimson #E81343
Tints of Crimson #E81343
RGB
CMYK
RGB Variations
Color information
#E81343 (or 0xE81343) is known color: Crimson. HEX triplet: E8, 13 and 43. RGB value is (232,19,67). Sum of RGB (Red+Green+Blue) = 232+19+67=318 (42% of max value = 765). Red value is 232 (91.02% from 255 or 72.96% from 318); Green value is 19 (7.81% from 255 or 5.97% from 318); Blue value is 67 (26.56% from 255 or 21.07% from 318); Max value from RGB is 232 - color contains mainly: red. Hex color #E81343 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E81343 is #17ECBC. Grayscale: #585858. Windows color (decimal): -1567933 or 4396008. OLE color: 4396008.
HSL color Cylindrical-coordinate representation of color #E81343: hue angle of 346.48º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E81343 is Cyan = 0, Magento = 0.92, Yellow = 0.71 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 19 | 67 | - |
| CMYK | 0 | 0.92 | 0.71 | 0.09 |
| HSL | 346.48º | 0.85% | 0.49% | - |
| HSV(B) | 346.48º | 0.92% | 0.91% | - |
| XYZ | 34.52 | 18.03 | 6.97 | - |
| YUV | 88.16 | 116.07 | 230.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 19 | 67 | 0 | 0.92 | 0.71 | 0.09 | 346.48 | 0.85 | 0.49 |
| Hex | E8 | 13 | 43 | 0 | 5C | 47 | 9 | 15A | 55 | 31 |
| Octal | 350 | 23 | 103 | 0 | 134 | 107 | 11 | 532 | 125 | 61 |
| Binary | 11101000 | 10011 | 1000011 | 0 | 1011100 | 1000111 | 1001 | 101011010 | 1010101 | 110001 |
Color Harmonies of #E81343
Complementary color
Monochromatic Colors of #E81343
Black with #E81343
Text Example
Text Example
White with #E81343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81343; }
p { color: rgb(232,19,67); }
H1.HeaderClassName
{
color: #E81343;
}
.AnyTagClassName
{
color: #E81343;
}
</style>
background-color css
<style>
a { background-color: #E81343; }
a { background-color: rgb(232,19,67); }
div.DivClassName
{
background-color: #E81343;
}
.BgClassName
{
background-color: #E81343;
}
</style>
border-color css
<style>
span { border-color: #E81343; }
span { border-color: rgb(232,19,67); }
td.TdClassName
{
border-color: #E81343;
}
.TagClassName
{
border-color: #E81343;
}
</style>