Shades of Crimson #E40128
Tints of Crimson #E40128
RGB
CMYK
RGB Variations
Color information
#E40128 (or 0xE40128) is known color: Crimson. HEX triplet: E4, 01 and 28. RGB value is (228,1,40). Sum of RGB (Red+Green+Blue) = 228+1+40=269 (35% of max value = 765). Red value is 228 (89.45% from 255 or 84.76% from 269); Green value is 1 (0.78% from 255 or 0.37% from 269); Blue value is 40 (16.02% from 255 or 14.87% from 269); Max value from RGB is 228 - color contains mainly: red. Hex color #E40128 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E40128 is #1BFED7. Grayscale: #494949. Windows color (decimal): -1834712 or 2621924. OLE color: 2621924.
HSL color Cylindrical-coordinate representation of color #E40128: hue angle of 349.69º 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 #E40128 is Cyan = 0, Magento = 1.00, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 1 | 40 | - |
| CMYK | 0 | 1.00 | 0.82 | 0.11 |
| HSL | 349.69º | 0.99% | 0.45% | - |
| HSV(B) | 349.69º | 1% | 0.89% | - |
| XYZ | 32.39 | 16.67 | 3.52 | - |
| YUV | 73.32 | 109.21 | 238.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 1 | 40 | 0 | 1.00 | 0.82 | 0.11 | 349.69 | 0.99 | 0.45 |
| Hex | E4 | 1 | 28 | 0 | 64 | 52 | B | 15E | 63 | 2D |
| Octal | 344 | 1 | 50 | 0 | 144 | 122 | 13 | 536 | 143 | 55 |
| Binary | 11100100 | 1 | 101000 | 0 | 1100100 | 1010010 | 1011 | 101011110 | 1100011 | 101101 |
Color Harmonies of #E40128
Complementary color
Monochromatic Colors of #E40128
Black with #E40128
Text Example
Text Example
White with #E40128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40128; }
p { color: rgb(228,1,40); }
H1.HeaderClassName
{
color: #E40128;
}
.AnyTagClassName
{
color: #E40128;
}
</style>
background-color css
<style>
a { background-color: #E40128; }
a { background-color: rgb(228,1,40); }
div.DivClassName
{
background-color: #E40128;
}
.BgClassName
{
background-color: #E40128;
}
</style>
border-color css
<style>
span { border-color: #E40128; }
span { border-color: rgb(228,1,40); }
td.TdClassName
{
border-color: #E40128;
}
.TagClassName
{
border-color: #E40128;
}
</style>