Shades of Crimson #E40828
Tints of Crimson #E40828
RGB
CMYK
RGB Variations
Color information
#E40828 (or 0xE40828) is known color: Crimson. HEX triplet: E4, 08 and 28. RGB value is (228,8,40). Sum of RGB (Red+Green+Blue) = 228+8+40=276 (36% of max value = 765). Red value is 228 (89.45% from 255 or 82.61% from 276); Green value is 8 (3.52% from 255 or 2.90% from 276); Blue value is 40 (16.02% from 255 or 14.49% from 276); Max value from RGB is 228 - color contains mainly: red. Hex color #E40828 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E40828 is #1BF7D7. Grayscale: #4D4D4D. Windows color (decimal): -1832920 or 2623716. OLE color: 2623716.
HSL color Cylindrical-coordinate representation of color #E40828: hue angle of 351.27º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E40828 is Cyan = 0, Magento = 0.96, Yellow = 0.82 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 8 | 40 | - |
| CMYK | 0 | 0.96 | 0.82 | 0.11 |
| HSL | 351.27º | 0.93% | 0.46% | - |
| HSV(B) | 351.27º | 0.96% | 0.89% | - |
| XYZ | 32.46 | 16.82 | 3.54 | - |
| YUV | 77.43 | 106.89 | 235.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 8 | 40 | 0 | 0.96 | 0.82 | 0.11 | 351.27 | 0.93 | 0.46 |
| Hex | E4 | 8 | 28 | 0 | 60 | 52 | B | 15F | 5D | 2E |
| Octal | 344 | 10 | 50 | 0 | 140 | 122 | 13 | 537 | 135 | 56 |
| Binary | 11100100 | 1000 | 101000 | 0 | 1100000 | 1010010 | 1011 | 101011111 | 1011101 | 101110 |
Color Harmonies of #E40828
Complementary color
Monochromatic Colors of #E40828
Black with #E40828
Text Example
Text Example
White with #E40828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40828; }
p { color: rgb(228,8,40); }
H1.HeaderClassName
{
color: #E40828;
}
.AnyTagClassName
{
color: #E40828;
}
</style>
background-color css
<style>
a { background-color: #E40828; }
a { background-color: rgb(228,8,40); }
div.DivClassName
{
background-color: #E40828;
}
.BgClassName
{
background-color: #E40828;
}
</style>
border-color css
<style>
span { border-color: #E40828; }
span { border-color: rgb(228,8,40); }
td.TdClassName
{
border-color: #E40828;
}
.TagClassName
{
border-color: #E40828;
}
</style>