Shades of Torch Red #EA122C
Tints of Torch Red #EA122C
RGB
CMYK
RGB Variations
Color information
#EA122C (or 0xEA122C) is known color: Torch Red. HEX triplet: EA, 12 and 2C. RGB value is (234,18,44). Sum of RGB (Red+Green+Blue) = 234+18+44=296 (39% of max value = 765). Red value is 234 (91.80% from 255 or 79.05% from 296); Green value is 18 (7.42% from 255 or 6.08% from 296); Blue value is 44 (17.58% from 255 or 14.86% from 296); Max value from RGB is 234 - color contains mainly: red. Hex color #EA122C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA122C is #15EDD3. Grayscale: #555555. Windows color (decimal): -1437140 or 2888426. OLE color: 2888426.
HSL color Cylindrical-coordinate representation of color #EA122C: hue angle of 352.78º 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 #EA122C is Cyan = 0, Magento = 0.92, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 18 | 44 | - |
| CMYK | 0 | 0.92 | 0.81 | 0.08 |
| HSL | 352.78º | 0.86% | 0.49% | - |
| HSV(B) | 352.78º | 0.92% | 0.92% | - |
| XYZ | 34.6 | 18.11 | 4.05 | - |
| YUV | 85.55 | 104.56 | 233.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 18 | 44 | 0 | 0.92 | 0.81 | 0.08 | 352.78 | 0.86 | 0.49 |
| Hex | EA | 12 | 2C | 0 | 5C | 51 | 8 | 161 | 56 | 31 |
| Octal | 352 | 22 | 54 | 0 | 134 | 121 | 10 | 541 | 126 | 61 |
| Binary | 11101010 | 10010 | 101100 | 0 | 1011100 | 1010001 | 1000 | 101100001 | 1010110 | 110001 |
Color Harmonies of #EA122C
Complementary color
Monochromatic Colors of #EA122C
Black with #EA122C
Text Example
Text Example
White with #EA122C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA122C; }
p { color: rgb(234,18,44); }
H1.HeaderClassName
{
color: #EA122C;
}
.AnyTagClassName
{
color: #EA122C;
}
</style>
background-color css
<style>
a { background-color: #EA122C; }
a { background-color: rgb(234,18,44); }
div.DivClassName
{
background-color: #EA122C;
}
.BgClassName
{
background-color: #EA122C;
}
</style>
border-color css
<style>
span { border-color: #EA122C; }
span { border-color: rgb(234,18,44); }
td.TdClassName
{
border-color: #EA122C;
}
.TagClassName
{
border-color: #EA122C;
}
</style>