Shades of Crimson #E81640
Tints of Crimson #E81640
RGB
CMYK
RGB Variations
Color information
#E81640 (or 0xE81640) is known color: Crimson. HEX triplet: E8, 16 and 40. RGB value is (232,22,64). Sum of RGB (Red+Green+Blue) = 232+22+64=318 (42% of max value = 765). Red value is 232 (91.02% from 255 or 72.96% from 318); Green value is 22 (8.98% from 255 or 6.92% from 318); Blue value is 64 (25.39% from 255 or 20.13% from 318); Max value from RGB is 232 - color contains mainly: red. Hex color #E81640 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E81640 is #17E9BF. Grayscale: #595959. Windows color (decimal): -1567168 or 4200168. OLE color: 4200168.
HSL color Cylindrical-coordinate representation of color #E81640: hue angle of 348º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E81640 is Cyan = 0, Magento = 0.91, Yellow = 0.72 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 22 | 64 | - |
| CMYK | 0 | 0.91 | 0.72 | 0.09 |
| HSL | 348º | 0.83% | 0.5% | - |
| HSV(B) | 348º | 0.91% | 0.91% | - |
| XYZ | 34.49 | 18.1 | 6.53 | - |
| YUV | 89.58 | 113.57 | 229.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 22 | 64 | 0 | 0.91 | 0.72 | 0.09 | 348 | 0.83 | 0.5 |
| Hex | E8 | 16 | 40 | 0 | 5B | 48 | 9 | 15C | 53 | 32 |
| Octal | 350 | 26 | 100 | 0 | 133 | 110 | 11 | 534 | 123 | 62 |
| Binary | 11101000 | 10110 | 1000000 | 0 | 1011011 | 1001000 | 1001 | 101011100 | 1010011 | 110010 |
Color Harmonies of #E81640
Complementary color
Monochromatic Colors of #E81640
Black with #E81640
Text Example
Text Example
White with #E81640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81640; }
p { color: rgb(232,22,64); }
H1.HeaderClassName
{
color: #E81640;
}
.AnyTagClassName
{
color: #E81640;
}
</style>
background-color css
<style>
a { background-color: #E81640; }
a { background-color: rgb(232,22,64); }
div.DivClassName
{
background-color: #E81640;
}
.BgClassName
{
background-color: #E81640;
}
</style>
border-color css
<style>
span { border-color: #E81640; }
span { border-color: rgb(232,22,64); }
td.TdClassName
{
border-color: #E81640;
}
.TagClassName
{
border-color: #E81640;
}
</style>