Shades of Crimson #E40028
Tints of Crimson #E40028
RGB
CMYK
RGB Variations
Color information
#E40028 (or 0xE40028) is known color: Crimson. HEX triplet: E4, 00 and 28. RGB value is (228,0,40). Sum of RGB (Red+Green+Blue) = 228+0+40=268 (35% of max value = 765). Red value is 228 (89.45% from 255 or 85.07% from 268); Green value is 0 (0.39% from 255 or 0% from 268); Blue value is 40 (16.02% from 255 or 14.93% from 268); Max value from RGB is 228 - color contains mainly: red. Hex color #E40028 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E40028 is #1BFFD7. Grayscale: #484848. Windows color (decimal): -1834968 or 2621668. OLE color: 2621668.
HSL color Cylindrical-coordinate representation of color #E40028: hue angle of 349.47º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E40028 is Cyan = 0, Magento = 1, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 0 | 40 | - |
| CMYK | 0 | 1 | 0.82 | 0.11 |
| HSL | 349.47º | 1% | 0.45% | - |
| HSV(B) | 349.47º | 1% | 0.89% | - |
| XYZ | 32.38 | 16.65 | 3.51 | - |
| YUV | 72.73 | 109.54 | 238.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 0 | 40 | 0 | 1 | 0.82 | 0.11 | 349.47 | 1 | 0.45 |
| Hex | E4 | 0 | 28 | 0 | 64 | 52 | B | 15D | 64 | 2D |
| Octal | 344 | 0 | 50 | 0 | 144 | 122 | 13 | 535 | 144 | 55 |
| Binary | 11100100 | 0 | 101000 | 0 | 1100100 | 1010010 | 1011 | 101011101 | 1100100 | 101101 |
Color Harmonies of #E40028
Complementary color
Monochromatic Colors of #E40028
Black with #E40028
Text Example
Text Example
White with #E40028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40028; }
p { color: rgb(228,0,40); }
H1.HeaderClassName
{
color: #E40028;
}
.AnyTagClassName
{
color: #E40028;
}
</style>
background-color css
<style>
a { background-color: #E40028; }
a { background-color: rgb(228,0,40); }
div.DivClassName
{
background-color: #E40028;
}
.BgClassName
{
background-color: #E40028;
}
</style>
border-color css
<style>
span { border-color: #E40028; }
span { border-color: rgb(228,0,40); }
td.TdClassName
{
border-color: #E40028;
}
.TagClassName
{
border-color: #E40028;
}
</style>