Shades of Torch Red #EA0337
Tints of Torch Red #EA0337
RGB
CMYK
RGB Variations
Color information
#EA0337 (or 0xEA0337) is known color: Torch Red. HEX triplet: EA, 03 and 37. RGB value is (234,3,55). Sum of RGB (Red+Green+Blue) = 234+3+55=292 (38% of max value = 765). Red value is 234 (91.80% from 255 or 80.14% from 292); Green value is 3 (1.56% from 255 or 1.03% from 292); Blue value is 55 (21.88% from 255 or 18.84% from 292); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0337 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA0337 is #15FCC8. Grayscale: #4E4E4E. Windows color (decimal): -1440969 or 3605482. OLE color: 3605482.
HSL color Cylindrical-coordinate representation of color #EA0337: hue angle of 346.49º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EA0337 is Cyan = 0, Magento = 0.99, Yellow = 0.76 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 3 | 55 | - |
| CMYK | 0 | 0.99 | 0.76 | 0.08 |
| HSL | 346.49º | 0.97% | 0.46% | - |
| HSV(B) | 346.49º | 0.99% | 0.92% | - |
| XYZ | 34.65 | 17.83 | 5.23 | - |
| YUV | 78 | 115.03 | 239.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 3 | 55 | 0 | 0.99 | 0.76 | 0.08 | 346.49 | 0.97 | 0.46 |
| Hex | EA | 3 | 37 | 0 | 63 | 4C | 8 | 15A | 61 | 2E |
| Octal | 352 | 3 | 67 | 0 | 143 | 114 | 10 | 532 | 141 | 56 |
| Binary | 11101010 | 11 | 110111 | 0 | 1100011 | 1001100 | 1000 | 101011010 | 1100001 | 101110 |
Color Harmonies of #EA0337
Complementary color
Monochromatic Colors of #EA0337
Black with #EA0337
Text Example
Text Example
White with #EA0337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0337; }
p { color: rgb(234,3,55); }
H1.HeaderClassName
{
color: #EA0337;
}
.AnyTagClassName
{
color: #EA0337;
}
</style>
background-color css
<style>
a { background-color: #EA0337; }
a { background-color: rgb(234,3,55); }
div.DivClassName
{
background-color: #EA0337;
}
.BgClassName
{
background-color: #EA0337;
}
</style>
border-color css
<style>
span { border-color: #EA0337; }
span { border-color: rgb(234,3,55); }
td.TdClassName
{
border-color: #EA0337;
}
.TagClassName
{
border-color: #EA0337;
}
</style>