Shades of Crimson #E81A40
Tints of Crimson #E81A40
RGB
CMYK
RGB Variations
Color information
#E81A40 (or 0xE81A40) is known color: Crimson. HEX triplet: E8, 1A and 40. RGB value is (232,26,64). Sum of RGB (Red+Green+Blue) = 232+26+64=322 (42% of max value = 765). Red value is 232 (91.02% from 255 or 72.05% from 322); Green value is 26 (10.55% from 255 or 8.07% from 322); Blue value is 64 (25.39% from 255 or 19.88% from 322); Max value from RGB is 232 - color contains mainly: red. Hex color #E81A40 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E81A40 is #17E5BF. Grayscale: #5B5B5B. Windows color (decimal): -1566144 or 4201192. OLE color: 4201192.
HSL color Cylindrical-coordinate representation of color #E81A40: hue angle of 348.93º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #E81A40 is Cyan = 0, Magento = 0.89, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 26 | 64 | - |
| CMYK | 0 | 0.89 | 0.72 | 0.09 |
| HSL | 348.93º | 0.82% | 0.51% | - |
| HSV(B) | 348.93º | 0.89% | 0.91% | - |
| XYZ | 34.57 | 18.26 | 6.55 | - |
| YUV | 91.93 | 112.25 | 227.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 26 | 64 | 0 | 0.89 | 0.72 | 0.09 | 348.93 | 0.82 | 0.51 |
| Hex | E8 | 1A | 40 | 0 | 59 | 48 | 9 | 15D | 52 | 33 |
| Octal | 350 | 32 | 100 | 0 | 131 | 110 | 11 | 535 | 122 | 63 |
| Binary | 11101000 | 11010 | 1000000 | 0 | 1011001 | 1001000 | 1001 | 101011101 | 1010010 | 110011 |
Color Harmonies of #E81A40
Complementary color
Monochromatic Colors of #E81A40
Black with #E81A40
Text Example
Text Example
White with #E81A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81A40; }
p { color: rgb(232,26,64); }
H1.HeaderClassName
{
color: #E81A40;
}
.AnyTagClassName
{
color: #E81A40;
}
</style>
background-color css
<style>
a { background-color: #E81A40; }
a { background-color: rgb(232,26,64); }
div.DivClassName
{
background-color: #E81A40;
}
.BgClassName
{
background-color: #E81A40;
}
</style>
border-color css
<style>
span { border-color: #E81A40; }
span { border-color: rgb(232,26,64); }
td.TdClassName
{
border-color: #E81A40;
}
.TagClassName
{
border-color: #E81A40;
}
</style>