Shades of Crimson #E81A39
Tints of Crimson #E81A39
RGB
CMYK
RGB Variations
Color information
#E81A39 (or 0xE81A39) is known color: Crimson. HEX triplet: E8, 1A and 39. RGB value is (232,26,57). Sum of RGB (Red+Green+Blue) = 232+26+57=315 (41% of max value = 765). Red value is 232 (91.02% from 255 or 73.65% from 315); Green value is 26 (10.55% from 255 or 8.25% from 315); Blue value is 57 (22.66% from 255 or 18.10% from 315); Max value from RGB is 232 - color contains mainly: red. Hex color #E81A39 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E81A39 is #17E5C6. Grayscale: #5B5B5B. Windows color (decimal): -1566151 or 3742440. OLE color: 3742440.
HSL color Cylindrical-coordinate representation of color #E81A39: hue angle of 350.97º 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 #E81A39 is Cyan = 0, Magento = 0.89, Yellow = 0.75 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 26 | 57 | - |
| CMYK | 0 | 0.89 | 0.75 | 0.09 |
| HSL | 350.97º | 0.82% | 0.51% | - |
| HSV(B) | 350.97º | 0.89% | 0.91% | - |
| XYZ | 34.39 | 18.19 | 5.57 | - |
| YUV | 91.13 | 108.75 | 228.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 26 | 57 | 0 | 0.89 | 0.75 | 0.09 | 350.97 | 0.82 | 0.51 |
| Hex | E8 | 1A | 39 | 0 | 59 | 4B | 9 | 15F | 52 | 33 |
| Octal | 350 | 32 | 71 | 0 | 131 | 113 | 11 | 537 | 122 | 63 |
| Binary | 11101000 | 11010 | 111001 | 0 | 1011001 | 1001011 | 1001 | 101011111 | 1010010 | 110011 |
Color Harmonies of #E81A39
Complementary color
Monochromatic Colors of #E81A39
Black with #E81A39
Text Example
Text Example
White with #E81A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81A39; }
p { color: rgb(232,26,57); }
H1.HeaderClassName
{
color: #E81A39;
}
.AnyTagClassName
{
color: #E81A39;
}
</style>
background-color css
<style>
a { background-color: #E81A39; }
a { background-color: rgb(232,26,57); }
div.DivClassName
{
background-color: #E81A39;
}
.BgClassName
{
background-color: #E81A39;
}
</style>
border-color css
<style>
span { border-color: #E81A39; }
span { border-color: rgb(232,26,57); }
td.TdClassName
{
border-color: #E81A39;
}
.TagClassName
{
border-color: #E81A39;
}
</style>