Shades of Crimson #E40136
Tints of Crimson #E40136
RGB
CMYK
RGB Variations
Color information
#E40136 (or 0xE40136) is known color: Crimson. HEX triplet: E4, 01 and 36. RGB value is (228,1,54). Sum of RGB (Red+Green+Blue) = 228+1+54=283 (37% of max value = 765). Red value is 228 (89.45% from 255 or 80.57% from 283); Green value is 1 (0.78% from 255 or 0.35% from 283); Blue value is 54 (21.48% from 255 or 19.08% from 283); Max value from RGB is 228 - color contains mainly: red. Hex color #E40136 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E40136 is #1BFEC9. Grayscale: #4A4A4A. Windows color (decimal): -1834698 or 3539428. OLE color: 3539428.
HSL color Cylindrical-coordinate representation of color #E40136: hue angle of 345.99º 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 #E40136 is Cyan = 0, Magento = 1.00, Yellow = 0.76 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 1 | 54 | - |
| CMYK | 0 | 1.00 | 0.76 | 0.11 |
| HSL | 345.99º | 0.99% | 0.45% | - |
| HSV(B) | 345.99º | 1% | 0.89% | - |
| XYZ | 32.67 | 16.78 | 5.01 | - |
| YUV | 74.92 | 116.21 | 237.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 1 | 54 | 0 | 1.00 | 0.76 | 0.11 | 345.99 | 0.99 | 0.45 |
| Hex | E4 | 1 | 36 | 0 | 64 | 4C | B | 15A | 63 | 2D |
| Octal | 344 | 1 | 66 | 0 | 144 | 114 | 13 | 532 | 143 | 55 |
| Binary | 11100100 | 1 | 110110 | 0 | 1100100 | 1001100 | 1011 | 101011010 | 1100011 | 101101 |
Color Harmonies of #E40136
Complementary color
Monochromatic Colors of #E40136
Black with #E40136
Text Example
Text Example
White with #E40136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40136; }
p { color: rgb(228,1,54); }
H1.HeaderClassName
{
color: #E40136;
}
.AnyTagClassName
{
color: #E40136;
}
</style>
background-color css
<style>
a { background-color: #E40136; }
a { background-color: rgb(228,1,54); }
div.DivClassName
{
background-color: #E40136;
}
.BgClassName
{
background-color: #E40136;
}
</style>
border-color css
<style>
span { border-color: #E40136; }
span { border-color: rgb(228,1,54); }
td.TdClassName
{
border-color: #E40136;
}
.TagClassName
{
border-color: #E40136;
}
</style>