Shades of Crimson #E40127
Tints of Crimson #E40127
RGB
CMYK
RGB Variations
Color information
#E40127 (or 0xE40127) is known color: Crimson. HEX triplet: E4, 01 and 27. RGB value is (228,1,39). Sum of RGB (Red+Green+Blue) = 228+1+39=268 (35% of max value = 765). Red value is 228 (89.45% from 255 or 85.07% from 268); Green value is 1 (0.78% from 255 or 0.37% from 268); Blue value is 39 (15.62% from 255 or 14.55% from 268); Max value from RGB is 228 - color contains mainly: red. Hex color #E40127 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E40127 is #1BFED8. Grayscale: #494949. Windows color (decimal): -1834713 or 2556388. OLE color: 2556388.
HSL color Cylindrical-coordinate representation of color #E40127: hue angle of 349.96º 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 #E40127 is Cyan = 0, Magento = 1.00, Yellow = 0.83 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 1 | 39 | - |
| CMYK | 0 | 1.00 | 0.83 | 0.11 |
| HSL | 349.96º | 0.99% | 0.45% | - |
| HSV(B) | 349.96º | 1% | 0.89% | - |
| XYZ | 32.37 | 16.66 | 3.43 | - |
| YUV | 73.21 | 108.71 | 238.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 1 | 39 | 0 | 1.00 | 0.83 | 0.11 | 349.96 | 0.99 | 0.45 |
| Hex | E4 | 1 | 27 | 0 | 64 | 53 | B | 15E | 63 | 2D |
| Octal | 344 | 1 | 47 | 0 | 144 | 123 | 13 | 536 | 143 | 55 |
| Binary | 11100100 | 1 | 100111 | 0 | 1100100 | 1010011 | 1011 | 101011110 | 1100011 | 101101 |
Color Harmonies of #E40127
Complementary color
Monochromatic Colors of #E40127
Black with #E40127
Text Example
Text Example
White with #E40127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40127; }
p { color: rgb(228,1,39); }
H1.HeaderClassName
{
color: #E40127;
}
.AnyTagClassName
{
color: #E40127;
}
</style>
background-color css
<style>
a { background-color: #E40127; }
a { background-color: rgb(228,1,39); }
div.DivClassName
{
background-color: #E40127;
}
.BgClassName
{
background-color: #E40127;
}
</style>
border-color css
<style>
span { border-color: #E40127; }
span { border-color: rgb(228,1,39); }
td.TdClassName
{
border-color: #E40127;
}
.TagClassName
{
border-color: #E40127;
}
</style>