Shades of Crimson #E40140
Tints of Crimson #E40140
RGB
CMYK
RGB Variations
Color information
#E40140 (or 0xE40140) is known color: Crimson. HEX triplet: E4, 01 and 40. RGB value is (228,1,64). Sum of RGB (Red+Green+Blue) = 228+1+64=293 (38% of max value = 765). Red value is 228 (89.45% from 255 or 77.82% from 293); Green value is 1 (0.78% from 255 or 0.34% from 293); Blue value is 64 (25.39% from 255 or 21.84% from 293); Max value from RGB is 228 - color contains mainly: red. Hex color #E40140 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E40140 is #1BFEBF. Grayscale: #4C4C4C. Windows color (decimal): -1834688 or 4194788. OLE color: 4194788.
HSL color Cylindrical-coordinate representation of color #E40140: hue angle of 343.35º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E40140 is Cyan = 0, Magento = 1.00, Yellow = 0.72 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 1 | 64 | - |
| CMYK | 0 | 1.00 | 0.72 | 0.11 |
| HSL | 343.35º | 0.99% | 0.45% | - |
| HSV(B) | 343.35º | 1% | 0.89% | - |
| XYZ | 32.93 | 16.89 | 6.37 | - |
| YUV | 76.06 | 121.21 | 236.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 1 | 64 | 0 | 1.00 | 0.72 | 0.11 | 343.35 | 0.99 | 0.45 |
| Hex | E4 | 1 | 40 | 0 | 64 | 48 | B | 157 | 63 | 2D |
| Octal | 344 | 1 | 100 | 0 | 144 | 110 | 13 | 527 | 143 | 55 |
| Binary | 11100100 | 1 | 1000000 | 0 | 1100100 | 1001000 | 1011 | 101010111 | 1100011 | 101101 |
Color Harmonies of #E40140
Complementary color
Monochromatic Colors of #E40140
Black with #E40140
Text Example
Text Example
White with #E40140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40140; }
p { color: rgb(228,1,64); }
H1.HeaderClassName
{
color: #E40140;
}
.AnyTagClassName
{
color: #E40140;
}
</style>
background-color css
<style>
a { background-color: #E40140; }
a { background-color: rgb(228,1,64); }
div.DivClassName
{
background-color: #E40140;
}
.BgClassName
{
background-color: #E40140;
}
</style>
border-color css
<style>
span { border-color: #E40140; }
span { border-color: rgb(228,1,64); }
td.TdClassName
{
border-color: #E40140;
}
.TagClassName
{
border-color: #E40140;
}
</style>