Shades of Red #E6120A
Tints of Red #E6120A
RGB
CMYK
RGB Variations
Color information
#E6120A (or 0xE6120A) is known color: Red. HEX triplet: E6, 12 and 0A. RGB value is (230,18,10). Sum of RGB (Red+Green+Blue) = 230+18+10=258 (34% of max value = 765). Red value is 230 (90.23% from 255 or 89.15% from 258); Green value is 18 (7.42% from 255 or 6.98% from 258); Blue value is 10 (4.30% from 255 or 3.88% from 258); Max value from RGB is 230 - color contains mainly: red. Hex color #E6120A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E6120A is #19EDF5. Grayscale: #505050. Windows color (decimal): -1699318 or 660198. OLE color: 660198.
HSL color Cylindrical-coordinate representation of color #E6120A: hue angle of 2.18º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E6120A is Cyan = 0, Magento = 0.92, Yellow = 0.96 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 18 | 10 | - |
| CMYK | 0 | 0.92 | 0.96 | 0.10 |
| HSL | 2.18º | 0.92% | 0.47% | - |
| HSV(B) | 2.18º | 0.96% | 0.9% | - |
| XYZ | 32.9 | 17.28 | 1.89 | - |
| YUV | 80.48 | 88.24 | 234.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 18 | 10 | 0 | 0.92 | 0.96 | 0.10 | 2.18 | 0.92 | 0.47 |
| Hex | E6 | 12 | A | 0 | 5C | 60 | A | 2 | 5C | 2F |
| Octal | 346 | 22 | 12 | 0 | 134 | 140 | 12 | 2 | 134 | 57 |
| Binary | 11100110 | 10010 | 1010 | 0 | 1011100 | 1100000 | 1010 | 10 | 1011100 | 101111 |
Color Harmonies of #E6120A
Complementary color
Monochromatic Colors of #E6120A
Black with #E6120A
Text Example
Text Example
White with #E6120A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6120A; }
p { color: rgb(230,18,10); }
H1.HeaderClassName
{
color: #E6120A;
}
.AnyTagClassName
{
color: #E6120A;
}
</style>
background-color css
<style>
a { background-color: #E6120A; }
a { background-color: rgb(230,18,10); }
div.DivClassName
{
background-color: #E6120A;
}
.BgClassName
{
background-color: #E6120A;
}
</style>
border-color css
<style>
span { border-color: #E6120A; }
span { border-color: rgb(230,18,10); }
td.TdClassName
{
border-color: #E6120A;
}
.TagClassName
{
border-color: #E6120A;
}
</style>