Shades of Crimson #E81A3C
Tints of Crimson #E81A3C
RGB
CMYK
RGB Variations
Color information
#E81A3C (or 0xE81A3C) is known color: Crimson. HEX triplet: E8, 1A and 3C. RGB value is (232,26,60). Sum of RGB (Red+Green+Blue) = 232+26+60=318 (42% of max value = 765). Red value is 232 (91.02% from 255 or 72.96% from 318); Green value is 26 (10.55% from 255 or 8.18% from 318); Blue value is 60 (23.83% from 255 or 18.87% from 318); Max value from RGB is 232 - color contains mainly: red. Hex color #E81A3C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E81A3C is #17E5C3. Grayscale: #5B5B5B. Windows color (decimal): -1566148 or 3939048. OLE color: 3939048.
HSL color Cylindrical-coordinate representation of color #E81A3C: hue angle of 350.1º 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 #E81A3C is Cyan = 0, Magento = 0.89, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 26 | 60 | - |
| CMYK | 0 | 0.89 | 0.74 | 0.09 |
| HSL | 350.1º | 0.82% | 0.51% | - |
| HSV(B) | 350.1º | 0.89% | 0.91% | - |
| XYZ | 34.46 | 18.22 | 5.98 | - |
| YUV | 91.47 | 110.25 | 228.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 26 | 60 | 0 | 0.89 | 0.74 | 0.09 | 350.1 | 0.82 | 0.51 |
| Hex | E8 | 1A | 3C | 0 | 59 | 4A | 9 | 15E | 52 | 33 |
| Octal | 350 | 32 | 74 | 0 | 131 | 112 | 11 | 536 | 122 | 63 |
| Binary | 11101000 | 11010 | 111100 | 0 | 1011001 | 1001010 | 1001 | 101011110 | 1010010 | 110011 |
Color Harmonies of #E81A3C
Complementary color
Monochromatic Colors of #E81A3C
Black with #E81A3C
Text Example
Text Example
White with #E81A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E81A3C; }
p { color: rgb(232,26,60); }
H1.HeaderClassName
{
color: #E81A3C;
}
.AnyTagClassName
{
color: #E81A3C;
}
</style>
background-color css
<style>
a { background-color: #E81A3C; }
a { background-color: rgb(232,26,60); }
div.DivClassName
{
background-color: #E81A3C;
}
.BgClassName
{
background-color: #E81A3C;
}
</style>
border-color css
<style>
span { border-color: #E81A3C; }
span { border-color: rgb(232,26,60); }
td.TdClassName
{
border-color: #E81A3C;
}
.TagClassName
{
border-color: #E81A3C;
}
</style>