Shades of Torch Red #EA011D
Tints of Torch Red #EA011D
RGB
CMYK
RGB Variations
Color information
#EA011D (or 0xEA011D) is known color: Torch Red. HEX triplet: EA, 01 and 1D. RGB value is (234,1,29). Sum of RGB (Red+Green+Blue) = 234+1+29=264 (34% of max value = 765). Red value is 234 (91.80% from 255 or 88.64% from 264); Green value is 1 (0.78% from 255 or 0.38% from 264); Blue value is 29 (11.72% from 255 or 10.98% from 264); Max value from RGB is 234 - color contains mainly: red. Hex color #EA011D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA011D is #15FEE2. Grayscale: #494949. Windows color (decimal): -1441507 or 1901034. OLE color: 1901034.
HSL color Cylindrical-coordinate representation of color #EA011D: hue angle of 352.79º 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 #EA011D is Cyan = 0, Magento = 1.00, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 1 | 29 | - |
| CMYK | 0 | 1.00 | 0.88 | 0.08 |
| HSL | 352.79º | 0.99% | 0.46% | - |
| HSV(B) | 352.79º | 1% | 0.92% | - |
| XYZ | 34.16 | 17.6 | 2.76 | - |
| YUV | 73.86 | 102.69 | 242.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 1 | 29 | 0 | 1.00 | 0.88 | 0.08 | 352.79 | 0.99 | 0.46 |
| Hex | EA | 1 | 1D | 0 | 64 | 58 | 8 | 161 | 63 | 2E |
| Octal | 352 | 1 | 35 | 0 | 144 | 130 | 10 | 541 | 143 | 56 |
| Binary | 11101010 | 1 | 11101 | 0 | 1100100 | 1011000 | 1000 | 101100001 | 1100011 | 101110 |
Color Harmonies of #EA011D
Complementary color
Monochromatic Colors of #EA011D
Black with #EA011D
Text Example
Text Example
White with #EA011D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA011D; }
p { color: rgb(234,1,29); }
H1.HeaderClassName
{
color: #EA011D;
}
.AnyTagClassName
{
color: #EA011D;
}
</style>
background-color css
<style>
a { background-color: #EA011D; }
a { background-color: rgb(234,1,29); }
div.DivClassName
{
background-color: #EA011D;
}
.BgClassName
{
background-color: #EA011D;
}
</style>
border-color css
<style>
span { border-color: #EA011D; }
span { border-color: rgb(234,1,29); }
td.TdClassName
{
border-color: #EA011D;
}
.TagClassName
{
border-color: #EA011D;
}
</style>