Shades of Crimson #E40E27
Tints of Crimson #E40E27
RGB
CMYK
RGB Variations
Color information
#E40E27 (or 0xE40E27) is known color: Crimson. HEX triplet: E4, 0E and 27. RGB value is (228,14,39). Sum of RGB (Red+Green+Blue) = 228+14+39=281 (37% of max value = 765). Red value is 228 (89.45% from 255 or 81.14% from 281); Green value is 14 (5.86% from 255 or 4.98% from 281); Blue value is 39 (15.62% from 255 or 13.88% from 281); Max value from RGB is 228 - color contains mainly: red. Hex color #E40E27 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E40E27 is #1BF1D8. Grayscale: #505050. Windows color (decimal): -1831385 or 2559716. OLE color: 2559716.
HSL color Cylindrical-coordinate representation of color #E40E27: hue angle of 352.99º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E40E27 is Cyan = 0, Magento = 0.94, Yellow = 0.83 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 14 | 39 | - |
| CMYK | 0 | 0.94 | 0.83 | 0.11 |
| HSL | 352.99º | 0.88% | 0.47% | - |
| HSV(B) | 352.99º | 0.94% | 0.89% | - |
| XYZ | 32.52 | 16.95 | 3.48 | - |
| YUV | 80.84 | 104.4 | 232.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 14 | 39 | 0 | 0.94 | 0.83 | 0.11 | 352.99 | 0.88 | 0.47 |
| Hex | E4 | E | 27 | 0 | 5E | 53 | B | 161 | 58 | 2F |
| Octal | 344 | 16 | 47 | 0 | 136 | 123 | 13 | 541 | 130 | 57 |
| Binary | 11100100 | 1110 | 100111 | 0 | 1011110 | 1010011 | 1011 | 101100001 | 1011000 | 101111 |
Color Harmonies of #E40E27
Complementary color
Monochromatic Colors of #E40E27
Black with #E40E27
Text Example
Text Example
White with #E40E27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E40E27; }
p { color: rgb(228,14,39); }
H1.HeaderClassName
{
color: #E40E27;
}
.AnyTagClassName
{
color: #E40E27;
}
</style>
background-color css
<style>
a { background-color: #E40E27; }
a { background-color: rgb(228,14,39); }
div.DivClassName
{
background-color: #E40E27;
}
.BgClassName
{
background-color: #E40E27;
}
</style>
border-color css
<style>
span { border-color: #E40E27; }
span { border-color: rgb(228,14,39); }
td.TdClassName
{
border-color: #E40E27;
}
.TagClassName
{
border-color: #E40E27;
}
</style>