Shades of Torch Red #EA122D
Tints of Torch Red #EA122D
RGB
CMYK
RGB Variations
Color information
#EA122D (or 0xEA122D) is known color: Torch Red. HEX triplet: EA, 12 and 2D. RGB value is (234,18,45). Sum of RGB (Red+Green+Blue) = 234+18+45=297 (39% of max value = 765). Red value is 234 (91.80% from 255 or 78.79% from 297); Green value is 18 (7.42% from 255 or 6.06% from 297); Blue value is 45 (17.97% from 255 or 15.15% from 297); Max value from RGB is 234 - color contains mainly: red. Hex color #EA122D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA122D is #15EDD2. Grayscale: #555555. Windows color (decimal): -1437139 or 2953962. OLE color: 2953962.
HSL color Cylindrical-coordinate representation of color #EA122D: hue angle of 352.5º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EA122D is Cyan = 0, Magento = 0.92, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 18 | 45 | - |
| CMYK | 0 | 0.92 | 0.81 | 0.08 |
| HSL | 352.5º | 0.86% | 0.49% | - |
| HSV(B) | 352.5º | 0.92% | 0.92% | - |
| XYZ | 34.62 | 18.11 | 4.15 | - |
| YUV | 85.66 | 105.06 | 233.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 18 | 45 | 0 | 0.92 | 0.81 | 0.08 | 352.5 | 0.86 | 0.49 |
| Hex | EA | 12 | 2D | 0 | 5C | 51 | 8 | 160 | 56 | 31 |
| Octal | 352 | 22 | 55 | 0 | 134 | 121 | 10 | 540 | 126 | 61 |
| Binary | 11101010 | 10010 | 101101 | 0 | 1011100 | 1010001 | 1000 | 101100000 | 1010110 | 110001 |
Color Harmonies of #EA122D
Complementary color
Monochromatic Colors of #EA122D
Black with #EA122D
Text Example
Text Example
White with #EA122D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA122D; }
p { color: rgb(234,18,45); }
H1.HeaderClassName
{
color: #EA122D;
}
.AnyTagClassName
{
color: #EA122D;
}
</style>
background-color css
<style>
a { background-color: #EA122D; }
a { background-color: rgb(234,18,45); }
div.DivClassName
{
background-color: #EA122D;
}
.BgClassName
{
background-color: #EA122D;
}
</style>
border-color css
<style>
span { border-color: #EA122D; }
span { border-color: rgb(234,18,45); }
td.TdClassName
{
border-color: #EA122D;
}
.TagClassName
{
border-color: #EA122D;
}
</style>