Shades of Torch Red #EA0726
Tints of Torch Red #EA0726
RGB
CMYK
RGB Variations
Color information
#EA0726 (or 0xEA0726) is known color: Torch Red. HEX triplet: EA, 07 and 26. RGB value is (234,7,38). Sum of RGB (Red+Green+Blue) = 234+7+38=279 (36% of max value = 765). Red value is 234 (91.80% from 255 or 83.87% from 279); Green value is 7 (3.12% from 255 or 2.51% from 279); Blue value is 38 (15.23% from 255 or 13.62% from 279); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0726 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA0726 is #15F8D9. Grayscale: #4E4E4E. Windows color (decimal): -1439962 or 2492394. OLE color: 2492394.
HSL color Cylindrical-coordinate representation of color #EA0726: hue angle of 351.81º 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 #EA0726 is Cyan = 0, Magento = 0.97, Yellow = 0.84 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 7 | 38 | - |
| CMYK | 0 | 0.97 | 0.84 | 0.08 |
| HSL | 351.81º | 0.94% | 0.47% | - |
| HSV(B) | 351.81º | 0.97% | 0.92% | - |
| XYZ | 34.36 | 17.78 | 3.46 | - |
| YUV | 78.41 | 105.21 | 238.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 7 | 38 | 0 | 0.97 | 0.84 | 0.08 | 351.81 | 0.94 | 0.47 |
| Hex | EA | 7 | 26 | 0 | 61 | 54 | 8 | 160 | 5E | 2F |
| Octal | 352 | 7 | 46 | 0 | 141 | 124 | 10 | 540 | 136 | 57 |
| Binary | 11101010 | 111 | 100110 | 0 | 1100001 | 1010100 | 1000 | 101100000 | 1011110 | 101111 |
Color Harmonies of #EA0726
Complementary color
Monochromatic Colors of #EA0726
Black with #EA0726
Text Example
Text Example
White with #EA0726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0726; }
p { color: rgb(234,7,38); }
H1.HeaderClassName
{
color: #EA0726;
}
.AnyTagClassName
{
color: #EA0726;
}
</style>
background-color css
<style>
a { background-color: #EA0726; }
a { background-color: rgb(234,7,38); }
div.DivClassName
{
background-color: #EA0726;
}
.BgClassName
{
background-color: #EA0726;
}
</style>
border-color css
<style>
span { border-color: #EA0726; }
span { border-color: rgb(234,7,38); }
td.TdClassName
{
border-color: #EA0726;
}
.TagClassName
{
border-color: #EA0726;
}
</style>