Shades of Crimson #E40827
Tints of Crimson #E40827
RGB
CMYK
RGB Variations
Color information
#E40827 (or 0xE40827) is known color: Crimson. HEX triplet: E4, 08 and 27. RGB value is (228,8,39). Sum of RGB (Red+Green+Blue) = 228+8+39=275 (36% of max value = 765). Red value is 228 (89.45% from 255 or 82.91% from 275); Green value is 8 (3.52% from 255 or 2.91% from 275); Blue value is 39 (15.62% from 255 or 14.18% from 275); Max value from RGB is 228 - color contains mainly: red. Hex color #E40827 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E40827 is #1BF7D8. Grayscale: #4D4D4D. Windows color (decimal): -1832921 or 2558180. OLE color: 2558180.
HSL color Cylindrical-coordinate representation of color #E40827: hue angle of 351.55º 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 #E40827 is Cyan = 0, Magento = 0.96, Yellow = 0.83 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 8 | 39 | - |
| CMYK | 0 | 0.96 | 0.83 | 0.11 |
| HSL | 351.55º | 0.93% | 0.46% | - |
| HSV(B) | 351.55º | 0.96% | 0.89% | - |
| XYZ | 32.45 | 16.81 | 3.45 | - |
| YUV | 77.31 | 106.39 | 235.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 8 | 39 | 0 | 0.96 | 0.83 | 0.11 | 351.55 | 0.93 | 0.46 |
| Hex | E4 | 8 | 27 | 0 | 60 | 53 | B | 160 | 5D | 2E |
| Octal | 344 | 10 | 47 | 0 | 140 | 123 | 13 | 540 | 135 | 56 |
| Binary | 11100100 | 1000 | 100111 | 0 | 1100000 | 1010011 | 1011 | 101100000 | 1011101 | 101110 |
Color Harmonies of #E40827
Complementary color
Monochromatic Colors of #E40827
Black with #E40827
Text Example
Text Example
White with #E40827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40827; }
p { color: rgb(228,8,39); }
H1.HeaderClassName
{
color: #E40827;
}
.AnyTagClassName
{
color: #E40827;
}
</style>
background-color css
<style>
a { background-color: #E40827; }
a { background-color: rgb(228,8,39); }
div.DivClassName
{
background-color: #E40827;
}
.BgClassName
{
background-color: #E40827;
}
</style>
border-color css
<style>
span { border-color: #E40827; }
span { border-color: rgb(228,8,39); }
td.TdClassName
{
border-color: #E40827;
}
.TagClassName
{
border-color: #E40827;
}
</style>