Shades of Crimson #E81B47
Tints of Crimson #E81B47
RGB
CMYK
RGB Variations
Color information
#E81B47 (or 0xE81B47) is known color: Crimson. HEX triplet: E8, 1B and 47. RGB value is (232,27,71). Sum of RGB (Red+Green+Blue) = 232+27+71=330 (43% of max value = 765). Red value is 232 (91.02% from 255 or 70.30% from 330); Green value is 27 (10.94% from 255 or 8.18% from 330); Blue value is 71 (28.12% from 255 or 21.52% from 330); Max value from RGB is 232 - color contains mainly: red. Hex color #E81B47 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E81B47 is #17E4B8. Grayscale: #5D5D5D. Windows color (decimal): -1565881 or 4660200. OLE color: 4660200.
HSL color Cylindrical-coordinate representation of color #E81B47: hue angle of 347.12º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E81B47 is Cyan = 0, Magento = 0.88, Yellow = 0.69 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 27 | 71 | - |
| CMYK | 0 | 0.88 | 0.69 | 0.09 |
| HSL | 347.12º | 0.82% | 0.51% | - |
| HSV(B) | 347.12º | 0.88% | 0.91% | - |
| XYZ | 34.81 | 18.39 | 7.68 | - |
| YUV | 93.31 | 115.42 | 226.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 27 | 71 | 0 | 0.88 | 0.69 | 0.09 | 347.12 | 0.82 | 0.51 |
| Hex | E8 | 1B | 47 | 0 | 58 | 45 | 9 | 15B | 52 | 33 |
| Octal | 350 | 33 | 107 | 0 | 130 | 105 | 11 | 533 | 122 | 63 |
| Binary | 11101000 | 11011 | 1000111 | 0 | 1011000 | 1000101 | 1001 | 101011011 | 1010010 | 110011 |
Color Harmonies of #E81B47
Complementary color
Monochromatic Colors of #E81B47
Black with #E81B47
Text Example
Text Example
White with #E81B47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81B47; }
p { color: rgb(232,27,71); }
H1.HeaderClassName
{
color: #E81B47;
}
.AnyTagClassName
{
color: #E81B47;
}
</style>
background-color css
<style>
a { background-color: #E81B47; }
a { background-color: rgb(232,27,71); }
div.DivClassName
{
background-color: #E81B47;
}
.BgClassName
{
background-color: #E81B47;
}
</style>
border-color css
<style>
span { border-color: #E81B47; }
span { border-color: rgb(232,27,71); }
td.TdClassName
{
border-color: #E81B47;
}
.TagClassName
{
border-color: #E81B47;
}
</style>