Shades of Torch Red #F00A2E
Tints of Torch Red #F00A2E
RGB
CMYK
RGB Variations
Color information
#F00A2E (or 0xF00A2E) is known color: Torch Red. HEX triplet: F0, 0A and 2E. RGB value is (240,10,46). Sum of RGB (Red+Green+Blue) = 240+10+46=296 (39% of max value = 765). Red value is 240 (94.14% from 255 or 81.08% from 296); Green value is 10 (4.30% from 255 or 3.38% from 296); Blue value is 46 (18.36% from 255 or 15.54% from 296); Max value from RGB is 240 - color contains mainly: red. Hex color #F00A2E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F00A2E is #0FF5D1. Grayscale: #525252. Windows color (decimal): -1045970 or 3017456. OLE color: 3017456.
HSL color Cylindrical-coordinate representation of color #F00A2E: hue angle of 350.61º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F00A2E is Cyan = 0, Magento = 0.96, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 10 | 46 | - |
| CMYK | 0 | 0.96 | 0.81 | 0.06 |
| HSL | 350.61º | 0.92% | 0.49% | - |
| HSV(B) | 350.61º | 0.96% | 0.94% | - |
| XYZ | 36.54 | 18.94 | 4.31 | - |
| YUV | 82.87 | 107.2 | 240.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 10 | 46 | 0 | 0.96 | 0.81 | 0.06 | 350.61 | 0.92 | 0.49 |
| Hex | F0 | A | 2E | 0 | 60 | 51 | 6 | 15F | 5C | 31 |
| Octal | 360 | 12 | 56 | 0 | 140 | 121 | 6 | 537 | 134 | 61 |
| Binary | 11110000 | 1010 | 101110 | 0 | 1100000 | 1010001 | 110 | 101011111 | 1011100 | 110001 |
Color Harmonies of #F00A2E
Complementary color
Monochromatic Colors of #F00A2E
Black with #F00A2E
Text Example
Text Example
White with #F00A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00A2E; }
p { color: rgb(240,10,46); }
H1.HeaderClassName
{
color: #F00A2E;
}
.AnyTagClassName
{
color: #F00A2E;
}
</style>
background-color css
<style>
a { background-color: #F00A2E; }
a { background-color: rgb(240,10,46); }
div.DivClassName
{
background-color: #F00A2E;
}
.BgClassName
{
background-color: #F00A2E;
}
</style>
border-color css
<style>
span { border-color: #F00A2E; }
span { border-color: rgb(240,10,46); }
td.TdClassName
{
border-color: #F00A2E;
}
.TagClassName
{
border-color: #F00A2E;
}
</style>