Shades of Torch Red #E9012D
Tints of Torch Red #E9012D
RGB
CMYK
RGB Variations
Color information
#E9012D (or 0xE9012D) is known color: Torch Red. HEX triplet: E9, 01 and 2D. RGB value is (233,1,45). Sum of RGB (Red+Green+Blue) = 233+1+45=279 (36% of max value = 765). Red value is 233 (91.41% from 255 or 83.51% from 279); Green value is 1 (0.78% from 255 or 0.36% from 279); Blue value is 45 (17.97% from 255 or 16.13% from 279); Max value from RGB is 233 - color contains mainly: red. Hex color #E9012D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E9012D is #16FED2. Grayscale: #4B4B4B. Windows color (decimal): -1507027 or 2949609. OLE color: 2949609.
HSL color Cylindrical-coordinate representation of color #E9012D: hue angle of 348.62º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E9012D is Cyan = 0, Magento = 1.00, Yellow = 0.81 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 1 | 45 | - |
| CMYK | 0 | 1.00 | 0.81 | 0.09 |
| HSL | 348.62º | 0.99% | 0.46% | - |
| HSV(B) | 348.62º | 1% | 0.91% | - |
| XYZ | 34.09 | 17.53 | 4.07 | - |
| YUV | 75.38 | 110.86 | 240.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 1 | 45 | 0 | 1.00 | 0.81 | 0.09 | 348.62 | 0.99 | 0.46 |
| Hex | E9 | 1 | 2D | 0 | 64 | 51 | 9 | 15D | 63 | 2E |
| Octal | 351 | 1 | 55 | 0 | 144 | 121 | 11 | 535 | 143 | 56 |
| Binary | 11101001 | 1 | 101101 | 0 | 1100100 | 1010001 | 1001 | 101011101 | 1100011 | 101110 |
Color Harmonies of #E9012D
Complementary color
Monochromatic Colors of #E9012D
Black with #E9012D
Text Example
Text Example
White with #E9012D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9012D; }
p { color: rgb(233,1,45); }
H1.HeaderClassName
{
color: #E9012D;
}
.AnyTagClassName
{
color: #E9012D;
}
</style>
background-color css
<style>
a { background-color: #E9012D; }
a { background-color: rgb(233,1,45); }
div.DivClassName
{
background-color: #E9012D;
}
.BgClassName
{
background-color: #E9012D;
}
</style>
border-color css
<style>
span { border-color: #E9012D; }
span { border-color: rgb(233,1,45); }
td.TdClassName
{
border-color: #E9012D;
}
.TagClassName
{
border-color: #E9012D;
}
</style>