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