Shades of Crimson #E81A3A
Tints of Crimson #E81A3A
RGB
CMYK
RGB Variations
Color information
#E81A3A (or 0xE81A3A) is known color: Crimson. HEX triplet: E8, 1A and 3A. RGB value is (232,26,58). Sum of RGB (Red+Green+Blue) = 232+26+58=316 (41% of max value = 765). Red value is 232 (91.02% from 255 or 73.42% from 316); Green value is 26 (10.55% from 255 or 8.23% from 316); Blue value is 58 (23.05% from 255 or 18.35% from 316); Max value from RGB is 232 - color contains mainly: red. Hex color #E81A3A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E81A3A is #17E5C5. Grayscale: #5B5B5B. Windows color (decimal): -1566150 or 3807976. OLE color: 3807976.
HSL color Cylindrical-coordinate representation of color #E81A3A: hue angle of 350.68º 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 #E81A3A is Cyan = 0, Magento = 0.89, Yellow = 0.75 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 26 | 58 | - |
| CMYK | 0 | 0.89 | 0.75 | 0.09 |
| HSL | 350.68º | 0.82% | 0.51% | - |
| HSV(B) | 350.68º | 0.89% | 0.91% | - |
| XYZ | 34.41 | 18.2 | 5.7 | - |
| YUV | 91.24 | 109.25 | 228.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 26 | 58 | 0 | 0.89 | 0.75 | 0.09 | 350.68 | 0.82 | 0.51 |
| Hex | E8 | 1A | 3A | 0 | 59 | 4B | 9 | 15F | 52 | 33 |
| Octal | 350 | 32 | 72 | 0 | 131 | 113 | 11 | 537 | 122 | 63 |
| Binary | 11101000 | 11010 | 111010 | 0 | 1011001 | 1001011 | 1001 | 101011111 | 1010010 | 110011 |
Color Harmonies of #E81A3A
Complementary color
Monochromatic Colors of #E81A3A
Black with #E81A3A
Text Example
Text Example
White with #E81A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81A3A; }
p { color: rgb(232,26,58); }
H1.HeaderClassName
{
color: #E81A3A;
}
.AnyTagClassName
{
color: #E81A3A;
}
</style>
background-color css
<style>
a { background-color: #E81A3A; }
a { background-color: rgb(232,26,58); }
div.DivClassName
{
background-color: #E81A3A;
}
.BgClassName
{
background-color: #E81A3A;
}
</style>
border-color css
<style>
span { border-color: #E81A3A; }
span { border-color: rgb(232,26,58); }
td.TdClassName
{
border-color: #E81A3A;
}
.TagClassName
{
border-color: #E81A3A;
}
</style>