Shades of Torch Red #EA072A
Tints of Torch Red #EA072A
RGB
CMYK
RGB Variations
Color information
#EA072A (or 0xEA072A) is known color: Torch Red. HEX triplet: EA, 07 and 2A. RGB value is (234,7,42). Sum of RGB (Red+Green+Blue) = 234+7+42=283 (37% of max value = 765). Red value is 234 (91.80% from 255 or 82.69% from 283); Green value is 7 (3.12% from 255 or 2.47% from 283); Blue value is 42 (16.80% from 255 or 14.84% from 283); Max value from RGB is 234 - color contains mainly: red. Hex color #EA072A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA072A is #15F8D5. Grayscale: #4E4E4E. Windows color (decimal): -1439958 or 2754538. OLE color: 2754538.
HSL color Cylindrical-coordinate representation of color #EA072A: hue angle of 350.75º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #EA072A is Cyan = 0, Magento = 0.97, Yellow = 0.82 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 7 | 42 | - |
| CMYK | 0 | 0.97 | 0.82 | 0.08 |
| HSL | 350.75º | 0.94% | 0.47% | - |
| HSV(B) | 350.75º | 0.97% | 0.92% | - |
| XYZ | 34.43 | 17.81 | 3.81 | - |
| YUV | 78.86 | 107.21 | 238.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 7 | 42 | 0 | 0.97 | 0.82 | 0.08 | 350.75 | 0.94 | 0.47 |
| Hex | EA | 7 | 2A | 0 | 61 | 52 | 8 | 15F | 5E | 2F |
| Octal | 352 | 7 | 52 | 0 | 141 | 122 | 10 | 537 | 136 | 57 |
| Binary | 11101010 | 111 | 101010 | 0 | 1100001 | 1010010 | 1000 | 101011111 | 1011110 | 101111 |
Color Harmonies of #EA072A
Complementary color
Monochromatic Colors of #EA072A
Black with #EA072A
Text Example
Text Example
White with #EA072A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA072A; }
p { color: rgb(234,7,42); }
H1.HeaderClassName
{
color: #EA072A;
}
.AnyTagClassName
{
color: #EA072A;
}
</style>
background-color css
<style>
a { background-color: #EA072A; }
a { background-color: rgb(234,7,42); }
div.DivClassName
{
background-color: #EA072A;
}
.BgClassName
{
background-color: #EA072A;
}
</style>
border-color css
<style>
span { border-color: #EA072A; }
span { border-color: rgb(234,7,42); }
td.TdClassName
{
border-color: #EA072A;
}
.TagClassName
{
border-color: #EA072A;
}
</style>