Shades of Torch Red #E9012F
Tints of Torch Red #E9012F
RGB
CMYK
RGB Variations
Color information
#E9012F (or 0xE9012F) is known color: Torch Red. HEX triplet: E9, 01 and 2F. RGB value is (233,1,47). Sum of RGB (Red+Green+Blue) = 233+1+47=281 (37% of max value = 765). Red value is 233 (91.41% from 255 or 82.92% from 281); Green value is 1 (0.78% from 255 or 0.36% from 281); Blue value is 47 (18.75% from 255 or 16.73% from 281); Max value from RGB is 233 - color contains mainly: red. Hex color #E9012F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E9012F is #16FED0. Grayscale: #4B4B4B. Windows color (decimal): -1507025 or 3080681. OLE color: 3080681.
HSL color Cylindrical-coordinate representation of color #E9012F: hue angle of 348.1º 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 #E9012F is Cyan = 0, Magento = 1.00, Yellow = 0.80 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 1 | 47 | - |
| CMYK | 0 | 1.00 | 0.80 | 0.09 |
| HSL | 348.1º | 0.99% | 0.46% | - |
| HSV(B) | 348.1º | 1% | 0.91% | - |
| XYZ | 34.13 | 17.55 | 4.28 | - |
| YUV | 75.61 | 111.86 | 240.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 1 | 47 | 0 | 1.00 | 0.80 | 0.09 | 348.1 | 0.99 | 0.46 |
| Hex | E9 | 1 | 2F | 0 | 64 | 50 | 9 | 15C | 63 | 2E |
| Octal | 351 | 1 | 57 | 0 | 144 | 120 | 11 | 534 | 143 | 56 |
| Binary | 11101001 | 1 | 101111 | 0 | 1100100 | 1010000 | 1001 | 101011100 | 1100011 | 101110 |
Color Harmonies of #E9012F
Complementary color
Monochromatic Colors of #E9012F
Black with #E9012F
Text Example
Text Example
White with #E9012F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9012F; }
p { color: rgb(233,1,47); }
H1.HeaderClassName
{
color: #E9012F;
}
.AnyTagClassName
{
color: #E9012F;
}
</style>
background-color css
<style>
a { background-color: #E9012F; }
a { background-color: rgb(233,1,47); }
div.DivClassName
{
background-color: #E9012F;
}
.BgClassName
{
background-color: #E9012F;
}
</style>
border-color css
<style>
span { border-color: #E9012F; }
span { border-color: rgb(233,1,47); }
td.TdClassName
{
border-color: #E9012F;
}
.TagClassName
{
border-color: #E9012F;
}
</style>