Shades of Torch Red #EA0125
Tints of Torch Red #EA0125
RGB
CMYK
RGB Variations
Color information
#EA0125 (or 0xEA0125) is known color: Torch Red. HEX triplet: EA, 01 and 25. RGB value is (234,1,37). Sum of RGB (Red+Green+Blue) = 234+1+37=272 (36% of max value = 765). Red value is 234 (91.80% from 255 or 86.03% from 272); Green value is 1 (0.78% from 255 or 0.37% from 272); Blue value is 37 (14.84% from 255 or 13.60% from 272); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0125 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA0125 is #15FEDA. Grayscale: #4A4A4A. Windows color (decimal): -1441499 or 2425322. OLE color: 2425322.
HSL color Cylindrical-coordinate representation of color #EA0125: hue angle of 350.73º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EA0125 is Cyan = 0, Magento = 1.00, Yellow = 0.84 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 1 | 37 | - |
| CMYK | 0 | 1.00 | 0.84 | 0.08 |
| HSL | 350.73º | 0.99% | 0.46% | - |
| HSV(B) | 350.73º | 1% | 0.92% | - |
| XYZ | 34.28 | 17.65 | 3.35 | - |
| YUV | 74.77 | 106.69 | 241.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 1 | 37 | 0 | 1.00 | 0.84 | 0.08 | 350.73 | 0.99 | 0.46 |
| Hex | EA | 1 | 25 | 0 | 64 | 54 | 8 | 15F | 63 | 2E |
| Octal | 352 | 1 | 45 | 0 | 144 | 124 | 10 | 537 | 143 | 56 |
| Binary | 11101010 | 1 | 100101 | 0 | 1100100 | 1010100 | 1000 | 101011111 | 1100011 | 101110 |
Color Harmonies of #EA0125
Complementary color
Monochromatic Colors of #EA0125
Black with #EA0125
Text Example
Text Example
White with #EA0125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA0125; }
p { color: rgb(234,1,37); }
H1.HeaderClassName
{
color: #EA0125;
}
.AnyTagClassName
{
color: #EA0125;
}
</style>
background-color css
<style>
a { background-color: #EA0125; }
a { background-color: rgb(234,1,37); }
div.DivClassName
{
background-color: #EA0125;
}
.BgClassName
{
background-color: #EA0125;
}
</style>
border-color css
<style>
span { border-color: #EA0125; }
span { border-color: rgb(234,1,37); }
td.TdClassName
{
border-color: #EA0125;
}
.TagClassName
{
border-color: #EA0125;
}
</style>