Shades of Crimson #E40A3C
Tints of Crimson #E40A3C
RGB
CMYK
RGB Variations
Color information
#E40A3C (or 0xE40A3C) is known color: Crimson. HEX triplet: E4, 0A and 3C. RGB value is (228,10,60). Sum of RGB (Red+Green+Blue) = 228+10+60=298 (39% of max value = 765). Red value is 228 (89.45% from 255 or 76.51% from 298); Green value is 10 (4.30% from 255 or 3.36% from 298); Blue value is 60 (23.83% from 255 or 20.13% from 298); Max value from RGB is 228 - color contains mainly: red. Hex color #E40A3C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E40A3C is #1BF5C3. Grayscale: #505050. Windows color (decimal): -1832388 or 3934948. OLE color: 3934948.
HSL color Cylindrical-coordinate representation of color #E40A3C: hue angle of 346.24º 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 #E40A3C is Cyan = 0, Magento = 0.96, Yellow = 0.74 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 10 | 60 | - |
| CMYK | 0 | 0.96 | 0.74 | 0.11 |
| HSL | 346.24º | 0.92% | 0.47% | - |
| HSV(B) | 346.24º | 0.96% | 0.89% | - |
| XYZ | 32.92 | 17.04 | 5.83 | - |
| YUV | 80.88 | 116.22 | 232.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 10 | 60 | 0 | 0.96 | 0.74 | 0.11 | 346.24 | 0.92 | 0.47 |
| Hex | E4 | A | 3C | 0 | 60 | 4A | B | 15A | 5C | 2F |
| Octal | 344 | 12 | 74 | 0 | 140 | 112 | 13 | 532 | 134 | 57 |
| Binary | 11100100 | 1010 | 111100 | 0 | 1100000 | 1001010 | 1011 | 101011010 | 1011100 | 101111 |
Color Harmonies of #E40A3C
Complementary color
Monochromatic Colors of #E40A3C
Black with #E40A3C
Text Example
Text Example
White with #E40A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40A3C; }
p { color: rgb(228,10,60); }
H1.HeaderClassName
{
color: #E40A3C;
}
.AnyTagClassName
{
color: #E40A3C;
}
</style>
background-color css
<style>
a { background-color: #E40A3C; }
a { background-color: rgb(228,10,60); }
div.DivClassName
{
background-color: #E40A3C;
}
.BgClassName
{
background-color: #E40A3C;
}
</style>
border-color css
<style>
span { border-color: #E40A3C; }
span { border-color: rgb(228,10,60); }
td.TdClassName
{
border-color: #E40A3C;
}
.TagClassName
{
border-color: #E40A3C;
}
</style>