Shades of Crimson #E81043
Tints of Crimson #E81043
RGB
CMYK
RGB Variations
Color information
#E81043 (or 0xE81043) is known color: Crimson. HEX triplet: E8, 10 and 43. RGB value is (232,16,67). Sum of RGB (Red+Green+Blue) = 232+16+67=315 (41% of max value = 765). Red value is 232 (91.02% from 255 or 73.65% from 315); Green value is 16 (6.64% from 255 or 5.08% from 315); Blue value is 67 (26.56% from 255 or 21.27% from 315); Max value from RGB is 232 - color contains mainly: red. Hex color #E81043 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E81043 is #17EFBC. Grayscale: #565656. Windows color (decimal): -1568701 or 4395240. OLE color: 4395240.
HSL color Cylindrical-coordinate representation of color #E81043: hue angle of 345.83º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #E81043 is Cyan = 0, Magento = 0.93, Yellow = 0.71 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 16 | 67 | - |
| CMYK | 0 | 0.93 | 0.71 | 0.09 |
| HSL | 345.83º | 0.87% | 0.49% | - |
| HSV(B) | 345.83º | 0.93% | 0.91% | - |
| XYZ | 34.48 | 17.93 | 6.95 | - |
| YUV | 86.4 | 117.06 | 231.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 16 | 67 | 0 | 0.93 | 0.71 | 0.09 | 345.83 | 0.87 | 0.49 |
| Hex | E8 | 10 | 43 | 0 | 5D | 47 | 9 | 15A | 57 | 31 |
| Octal | 350 | 20 | 103 | 0 | 135 | 107 | 11 | 532 | 127 | 61 |
| Binary | 11101000 | 10000 | 1000011 | 0 | 1011101 | 1000111 | 1001 | 101011010 | 1010111 | 110001 |
Color Harmonies of #E81043
Complementary color
Monochromatic Colors of #E81043
Black with #E81043
Text Example
Text Example
White with #E81043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81043; }
p { color: rgb(232,16,67); }
H1.HeaderClassName
{
color: #E81043;
}
.AnyTagClassName
{
color: #E81043;
}
</style>
background-color css
<style>
a { background-color: #E81043; }
a { background-color: rgb(232,16,67); }
div.DivClassName
{
background-color: #E81043;
}
.BgClassName
{
background-color: #E81043;
}
</style>
border-color css
<style>
span { border-color: #E81043; }
span { border-color: rgb(232,16,67); }
td.TdClassName
{
border-color: #E81043;
}
.TagClassName
{
border-color: #E81043;
}
</style>