Shades of Crimson #E81B3E
Tints of Crimson #E81B3E
RGB
CMYK
RGB Variations
Color information
#E81B3E (or 0xE81B3E) is known color: Crimson. HEX triplet: E8, 1B and 3E. RGB value is (232,27,62). Sum of RGB (Red+Green+Blue) = 232+27+62=321 (42% of max value = 765). Red value is 232 (91.02% from 255 or 72.27% from 321); Green value is 27 (10.94% from 255 or 8.41% from 321); Blue value is 62 (24.61% from 255 or 19.31% from 321); Max value from RGB is 232 - color contains mainly: red. Hex color #E81B3E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E81B3E is #17E4C1. Grayscale: #5C5C5C. Windows color (decimal): -1565890 or 4070376. OLE color: 4070376.
HSL color Cylindrical-coordinate representation of color #E81B3E: hue angle of 349.76º 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 #E81B3E is Cyan = 0, Magento = 0.88, Yellow = 0.73 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 27 | 62 | - |
| CMYK | 0 | 0.88 | 0.73 | 0.09 |
| HSL | 349.76º | 0.82% | 0.51% | - |
| HSV(B) | 349.76º | 0.88% | 0.91% | - |
| XYZ | 34.54 | 18.29 | 6.27 | - |
| YUV | 92.29 | 110.92 | 227.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 27 | 62 | 0 | 0.88 | 0.73 | 0.09 | 349.76 | 0.82 | 0.51 |
| Hex | E8 | 1B | 3E | 0 | 58 | 49 | 9 | 15E | 52 | 33 |
| Octal | 350 | 33 | 76 | 0 | 130 | 111 | 11 | 536 | 122 | 63 |
| Binary | 11101000 | 11011 | 111110 | 0 | 1011000 | 1001001 | 1001 | 101011110 | 1010010 | 110011 |
Color Harmonies of #E81B3E
Complementary color
Monochromatic Colors of #E81B3E
Black with #E81B3E
Text Example
Text Example
White with #E81B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81B3E; }
p { color: rgb(232,27,62); }
H1.HeaderClassName
{
color: #E81B3E;
}
.AnyTagClassName
{
color: #E81B3E;
}
</style>
background-color css
<style>
a { background-color: #E81B3E; }
a { background-color: rgb(232,27,62); }
div.DivClassName
{
background-color: #E81B3E;
}
.BgClassName
{
background-color: #E81B3E;
}
</style>
border-color css
<style>
span { border-color: #E81B3E; }
span { border-color: rgb(232,27,62); }
td.TdClassName
{
border-color: #E81B3E;
}
.TagClassName
{
border-color: #E81B3E;
}
</style>