Shades of Crimson #E40A3E
Tints of Crimson #E40A3E
RGB
CMYK
RGB Variations
Color information
#E40A3E (or 0xE40A3E) is known color: Crimson. HEX triplet: E4, 0A and 3E. RGB value is (228,10,62). Sum of RGB (Red+Green+Blue) = 228+10+62=300 (39% of max value = 765). Red value is 228 (89.45% from 255 or 76% from 300); Green value is 10 (4.30% from 255 or 3.33% from 300); Blue value is 62 (24.61% from 255 or 20.67% from 300); Max value from RGB is 228 - color contains mainly: red. Hex color #E40A3E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E40A3E is #1BF5C1. Grayscale: #515151. Windows color (decimal): -1832386 or 4066020. OLE color: 4066020.
HSL color Cylindrical-coordinate representation of color #E40A3E: hue angle of 345.69º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E40A3E is Cyan = 0, Magento = 0.96, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 10 | 62 | - |
| CMYK | 0 | 0.96 | 0.73 | 0.11 |
| HSL | 345.69º | 0.92% | 0.47% | - |
| HSV(B) | 345.69º | 0.96% | 0.89% | - |
| XYZ | 32.97 | 17.06 | 6.11 | - |
| YUV | 81.11 | 117.22 | 232.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 10 | 62 | 0 | 0.96 | 0.73 | 0.11 | 345.69 | 0.92 | 0.47 |
| Hex | E4 | A | 3E | 0 | 60 | 49 | B | 15A | 5C | 2F |
| Octal | 344 | 12 | 76 | 0 | 140 | 111 | 13 | 532 | 134 | 57 |
| Binary | 11100100 | 1010 | 111110 | 0 | 1100000 | 1001001 | 1011 | 101011010 | 1011100 | 101111 |
Color Harmonies of #E40A3E
Complementary color
Monochromatic Colors of #E40A3E
Black with #E40A3E
Text Example
Text Example
White with #E40A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40A3E; }
p { color: rgb(228,10,62); }
H1.HeaderClassName
{
color: #E40A3E;
}
.AnyTagClassName
{
color: #E40A3E;
}
</style>
background-color css
<style>
a { background-color: #E40A3E; }
a { background-color: rgb(228,10,62); }
div.DivClassName
{
background-color: #E40A3E;
}
.BgClassName
{
background-color: #E40A3E;
}
</style>
border-color css
<style>
span { border-color: #E40A3E; }
span { border-color: rgb(228,10,62); }
td.TdClassName
{
border-color: #E40A3E;
}
.TagClassName
{
border-color: #E40A3E;
}
</style>