Shades of Torch Red #E9002F
Tints of Torch Red #E9002F
RGB
CMYK
RGB Variations
Color information
#E9002F (or 0xE9002F) is known color: Torch Red. HEX triplet: E9, 00 and 2F. RGB value is (233,0,47). Sum of RGB (Red+Green+Blue) = 233+0+47=280 (37% of max value = 765). Red value is 233 (91.41% from 255 or 83.21% from 280); Green value is 0 (0.39% from 255 or 0% from 280); Blue value is 47 (18.75% from 255 or 16.79% from 280); Max value from RGB is 233 - color contains mainly: red. Hex color #E9002F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E9002F is #16FFD0. Grayscale: #4B4B4B. Windows color (decimal): -1507281 or 3080425. OLE color: 3080425.
HSL color Cylindrical-coordinate representation of color #E9002F: hue angle of 347.9º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E9002F is Cyan = 0, Magento = 1, Yellow = 0.80 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 0 | 47 | - |
| CMYK | 0 | 1 | 0.80 | 0.09 |
| HSL | 347.9º | 1% | 0.46% | - |
| HSV(B) | 347.9º | 1% | 0.91% | - |
| XYZ | 34.12 | 17.53 | 4.27 | - |
| YUV | 75.03 | 112.19 | 240.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 0 | 47 | 0 | 1 | 0.80 | 0.09 | 347.9 | 1 | 0.46 |
| Hex | E9 | 0 | 2F | 0 | 64 | 50 | 9 | 15C | 64 | 2E |
| Octal | 351 | 0 | 57 | 0 | 144 | 120 | 11 | 534 | 144 | 56 |
| Binary | 11101001 | 0 | 101111 | 0 | 1100100 | 1010000 | 1001 | 101011100 | 1100100 | 101110 |
Color Harmonies of #E9002F
Complementary color
Monochromatic Colors of #E9002F
Black with #E9002F
Text Example
Text Example
White with #E9002F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9002F; }
p { color: rgb(233,0,47); }
H1.HeaderClassName
{
color: #E9002F;
}
.AnyTagClassName
{
color: #E9002F;
}
</style>
background-color css
<style>
a { background-color: #E9002F; }
a { background-color: rgb(233,0,47); }
div.DivClassName
{
background-color: #E9002F;
}
.BgClassName
{
background-color: #E9002F;
}
</style>
border-color css
<style>
span { border-color: #E9002F; }
span { border-color: rgb(233,0,47); }
td.TdClassName
{
border-color: #E9002F;
}
.TagClassName
{
border-color: #E9002F;
}
</style>