Shades of Red #E6120E
Tints of Red #E6120E
RGB
CMYK
RGB Variations
Color information
#E6120E (or 0xE6120E) is known color: Red. HEX triplet: E6, 12 and 0E. RGB value is (230,18,14). Sum of RGB (Red+Green+Blue) = 230+18+14=262 (34% of max value = 765). Red value is 230 (90.23% from 255 or 87.79% from 262); Green value is 18 (7.42% from 255 or 6.87% from 262); Blue value is 14 (5.86% from 255 or 5.34% from 262); Max value from RGB is 230 - color contains mainly: red. Hex color #E6120E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E6120E is #19EDF1. Grayscale: #515151. Windows color (decimal): -1699314 or 922342. OLE color: 922342.
HSL color Cylindrical-coordinate representation of color #E6120E: hue angle of 1.11º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E6120E is Cyan = 0, Magento = 0.92, Yellow = 0.94 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 18 | 14 | - |
| CMYK | 0 | 0.92 | 0.94 | 0.10 |
| HSL | 1.11º | 0.89% | 0.48% | - |
| HSV(B) | 1.11º | 0.94% | 0.9% | - |
| XYZ | 32.93 | 17.29 | 2.02 | - |
| YUV | 80.93 | 90.24 | 234.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 18 | 14 | 0 | 0.92 | 0.94 | 0.10 | 1.11 | 0.89 | 0.48 |
| Hex | E6 | 12 | E | 0 | 5C | 5E | A | 1 | 59 | 30 |
| Octal | 346 | 22 | 16 | 0 | 134 | 136 | 12 | 1 | 131 | 60 |
| Binary | 11100110 | 10010 | 1110 | 0 | 1011100 | 1011110 | 1010 | 1 | 1011001 | 110000 |
Color Harmonies of #E6120E
Complementary color
Monochromatic Colors of #E6120E
Black with #E6120E
Text Example
Text Example
White with #E6120E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6120E; }
p { color: rgb(230,18,14); }
H1.HeaderClassName
{
color: #E6120E;
}
.AnyTagClassName
{
color: #E6120E;
}
</style>
background-color css
<style>
a { background-color: #E6120E; }
a { background-color: rgb(230,18,14); }
div.DivClassName
{
background-color: #E6120E;
}
.BgClassName
{
background-color: #E6120E;
}
</style>
border-color css
<style>
span { border-color: #E6120E; }
span { border-color: rgb(230,18,14); }
td.TdClassName
{
border-color: #E6120E;
}
.TagClassName
{
border-color: #E6120E;
}
</style>