Shades of Crimson #E50027
Tints of Crimson #E50027
RGB
CMYK
RGB Variations
Color information
#E50027 (or 0xE50027) is known color: Crimson. HEX triplet: E5, 00 and 27. RGB value is (229,0,39). Sum of RGB (Red+Green+Blue) = 229+0+39=268 (35% of max value = 765). Red value is 229 (89.84% from 255 or 85.45% from 268); Green value is 0 (0.39% from 255 or 0% from 268); Blue value is 39 (15.62% from 255 or 14.55% from 268); Max value from RGB is 229 - color contains mainly: red. Hex color #E50027 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E50027 is #1AFFD8. Grayscale: #484848. Windows color (decimal): -1769433 or 2556133. OLE color: 2556133.
HSL color Cylindrical-coordinate representation of color #E50027: hue angle of 349.78º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E50027 is Cyan = 0, Magento = 1, Yellow = 0.83 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 0 | 39 | - |
| CMYK | 0 | 1 | 0.83 | 0.10 |
| HSL | 349.78º | 1% | 0.45% | - |
| HSV(B) | 349.78º | 1% | 0.9% | - |
| XYZ | 32.68 | 16.8 | 3.44 | - |
| YUV | 72.92 | 108.87 | 239.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 0 | 39 | 0 | 1 | 0.83 | 0.10 | 349.78 | 1 | 0.45 |
| Hex | E5 | 0 | 27 | 0 | 64 | 53 | A | 15E | 64 | 2D |
| Octal | 345 | 0 | 47 | 0 | 144 | 123 | 12 | 536 | 144 | 55 |
| Binary | 11100101 | 0 | 100111 | 0 | 1100100 | 1010011 | 1010 | 101011110 | 1100100 | 101101 |
Color Harmonies of #E50027
Complementary color
Monochromatic Colors of #E50027
Black with #E50027
Text Example
Text Example
White with #E50027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E50027; }
p { color: rgb(229,0,39); }
H1.HeaderClassName
{
color: #E50027;
}
.AnyTagClassName
{
color: #E50027;
}
</style>
background-color css
<style>
a { background-color: #E50027; }
a { background-color: rgb(229,0,39); }
div.DivClassName
{
background-color: #E50027;
}
.BgClassName
{
background-color: #E50027;
}
</style>
border-color css
<style>
span { border-color: #E50027; }
span { border-color: rgb(229,0,39); }
td.TdClassName
{
border-color: #E50027;
}
.TagClassName
{
border-color: #E50027;
}
</style>