Shades of Crimson #E70E27
Tints of Crimson #E70E27
RGB
CMYK
RGB Variations
Color information
#E70E27 (or 0xE70E27) is known color: Crimson. HEX triplet: E7, 0E and 27. RGB value is (231,14,39). Sum of RGB (Red+Green+Blue) = 231+14+39=284 (37% of max value = 765). Red value is 231 (90.62% from 255 or 81.34% from 284); Green value is 14 (5.86% from 255 or 4.93% from 284); Blue value is 39 (15.62% from 255 or 13.73% from 284); Max value from RGB is 231 - color contains mainly: red. Hex color #E70E27 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E70E27 is #18F1D8. Grayscale: #515151. Windows color (decimal): -1634777 or 2559719. OLE color: 2559719.
HSL color Cylindrical-coordinate representation of color #E70E27: hue angle of 353.09º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E70E27 is Cyan = 0, Magento = 0.94, Yellow = 0.83 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 14 | 39 | - |
| CMYK | 0 | 0.94 | 0.83 | 0.09 |
| HSL | 353.09º | 0.89% | 0.48% | - |
| HSV(B) | 353.09º | 0.94% | 0.91% | - |
| XYZ | 33.48 | 17.45 | 3.52 | - |
| YUV | 81.73 | 103.89 | 234.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 14 | 39 | 0 | 0.94 | 0.83 | 0.09 | 353.09 | 0.89 | 0.48 |
| Hex | E7 | E | 27 | 0 | 5E | 53 | 9 | 161 | 59 | 30 |
| Octal | 347 | 16 | 47 | 0 | 136 | 123 | 11 | 541 | 131 | 60 |
| Binary | 11100111 | 1110 | 100111 | 0 | 1011110 | 1010011 | 1001 | 101100001 | 1011001 | 110000 |
Color Harmonies of #E70E27
Complementary color
Monochromatic Colors of #E70E27
Black with #E70E27
Text Example
Text Example
White with #E70E27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E70E27; }
p { color: rgb(231,14,39); }
H1.HeaderClassName
{
color: #E70E27;
}
.AnyTagClassName
{
color: #E70E27;
}
</style>
background-color css
<style>
a { background-color: #E70E27; }
a { background-color: rgb(231,14,39); }
div.DivClassName
{
background-color: #E70E27;
}
.BgClassName
{
background-color: #E70E27;
}
</style>
border-color css
<style>
span { border-color: #E70E27; }
span { border-color: rgb(231,14,39); }
td.TdClassName
{
border-color: #E70E27;
}
.TagClassName
{
border-color: #E70E27;
}
</style>