Shades of Torch Red #EA001E
Tints of Torch Red #EA001E
RGB
CMYK
RGB Variations
Color information
#EA001E (or 0xEA001E) is known color: Torch Red. HEX triplet: EA, 00 and 1E. RGB value is (234,0,30). Sum of RGB (Red+Green+Blue) = 234+0+30=264 (34% of max value = 765). Red value is 234 (91.80% from 255 or 88.64% from 264); Green value is 0 (0.39% from 255 or 0% from 264); Blue value is 30 (12.11% from 255 or 11.36% from 264); Max value from RGB is 234 - color contains mainly: red. Hex color #EA001E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA001E is #15FFE1. Grayscale: #494949. Windows color (decimal): -1441762 or 1966314. OLE color: 1966314.
HSL color Cylindrical-coordinate representation of color #EA001E: hue angle of 352.31º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EA001E is Cyan = 0, Magento = 1, Yellow = 0.87 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 0 | 30 | - |
| CMYK | 0 | 1 | 0.87 | 0.08 |
| HSL | 352.31º | 1% | 0.46% | - |
| HSV(B) | 352.31º | 1% | 0.92% | - |
| XYZ | 34.17 | 17.59 | 2.82 | - |
| YUV | 73.39 | 103.52 | 242.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 0 | 30 | 0 | 1 | 0.87 | 0.08 | 352.31 | 1 | 0.46 |
| Hex | EA | 0 | 1E | 0 | 64 | 57 | 8 | 160 | 64 | 2E |
| Octal | 352 | 0 | 36 | 0 | 144 | 127 | 10 | 540 | 144 | 56 |
| Binary | 11101010 | 0 | 11110 | 0 | 1100100 | 1010111 | 1000 | 101100000 | 1100100 | 101110 |
Color Harmonies of #EA001E
Complementary color
Monochromatic Colors of #EA001E
Black with #EA001E
Text Example
Text Example
White with #EA001E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA001E; }
p { color: rgb(234,0,30); }
H1.HeaderClassName
{
color: #EA001E;
}
.AnyTagClassName
{
color: #EA001E;
}
</style>
background-color css
<style>
a { background-color: #EA001E; }
a { background-color: rgb(234,0,30); }
div.DivClassName
{
background-color: #EA001E;
}
.BgClassName
{
background-color: #EA001E;
}
</style>
border-color css
<style>
span { border-color: #EA001E; }
span { border-color: rgb(234,0,30); }
td.TdClassName
{
border-color: #EA001E;
}
.TagClassName
{
border-color: #EA001E;
}
</style>