Shades of Torch Red #EA0727
Tints of Torch Red #EA0727
RGB
CMYK
RGB Variations
Color information
#EA0727 (or 0xEA0727) is known color: Torch Red. HEX triplet: EA, 07 and 27. RGB value is (234,7,39). Sum of RGB (Red+Green+Blue) = 234+7+39=280 (37% of max value = 765). Red value is 234 (91.80% from 255 or 83.57% from 280); Green value is 7 (3.12% from 255 or 2.5% from 280); Blue value is 39 (15.62% from 255 or 13.93% from 280); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0727 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA0727 is #15F8D8. Grayscale: #4E4E4E. Windows color (decimal): -1439961 or 2557930. OLE color: 2557930.
HSL color Cylindrical-coordinate representation of color #EA0727: hue angle of 351.54º 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 #EA0727 is Cyan = 0, Magento = 0.97, Yellow = 0.83 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 7 | 39 | - |
| CMYK | 0 | 0.97 | 0.83 | 0.08 |
| HSL | 351.54º | 0.94% | 0.47% | - |
| HSV(B) | 351.54º | 0.97% | 0.92% | - |
| XYZ | 34.37 | 17.79 | 3.54 | - |
| YUV | 78.52 | 105.71 | 238.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 7 | 39 | 0 | 0.97 | 0.83 | 0.08 | 351.54 | 0.94 | 0.47 |
| Hex | EA | 7 | 27 | 0 | 61 | 53 | 8 | 160 | 5E | 2F |
| Octal | 352 | 7 | 47 | 0 | 141 | 123 | 10 | 540 | 136 | 57 |
| Binary | 11101010 | 111 | 100111 | 0 | 1100001 | 1010011 | 1000 | 101100000 | 1011110 | 101111 |
Color Harmonies of #EA0727
Complementary color
Monochromatic Colors of #EA0727
Black with #EA0727
Text Example
Text Example
White with #EA0727
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0727; }
p { color: rgb(234,7,39); }
H1.HeaderClassName
{
color: #EA0727;
}
.AnyTagClassName
{
color: #EA0727;
}
</style>
background-color css
<style>
a { background-color: #EA0727; }
a { background-color: rgb(234,7,39); }
div.DivClassName
{
background-color: #EA0727;
}
.BgClassName
{
background-color: #EA0727;
}
</style>
border-color css
<style>
span { border-color: #EA0727; }
span { border-color: rgb(234,7,39); }
td.TdClassName
{
border-color: #EA0727;
}
.TagClassName
{
border-color: #EA0727;
}
</style>