Shades of Torch Red #F0061E
Tints of Torch Red #F0061E
RGB
CMYK
RGB Variations
Color information
#F0061E (or 0xF0061E) is known color: Torch Red. HEX triplet: F0, 06 and 1E. RGB value is (240,6,30). Sum of RGB (Red+Green+Blue) = 240+6+30=276 (36% of max value = 765). Red value is 240 (94.14% from 255 or 86.96% from 276); Green value is 6 (2.73% from 255 or 2.17% from 276); Blue value is 30 (12.11% from 255 or 10.87% from 276); Max value from RGB is 240 - color contains mainly: red. Hex color #F0061E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0061E is #0FF9E1. Grayscale: #4E4E4E. Windows color (decimal): -1047010 or 1967856. OLE color: 1967856.
HSL color Cylindrical-coordinate representation of color #F0061E: hue angle of 353.85º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F0061E is Cyan = 0, Magento = 0.98, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 6 | 30 | - |
| CMYK | 0 | 0.98 | 0.87 | 0.06 |
| HSL | 353.85º | 0.95% | 0.48% | - |
| HSV(B) | 353.85º | 0.98% | 0.94% | - |
| XYZ | 36.23 | 18.75 | 2.94 | - |
| YUV | 78.7 | 100.52 | 243.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 6 | 30 | 0 | 0.98 | 0.87 | 0.06 | 353.85 | 0.95 | 0.48 |
| Hex | F0 | 6 | 1E | 0 | 62 | 57 | 6 | 162 | 5F | 30 |
| Octal | 360 | 6 | 36 | 0 | 142 | 127 | 6 | 542 | 137 | 60 |
| Binary | 11110000 | 110 | 11110 | 0 | 1100010 | 1010111 | 110 | 101100010 | 1011111 | 110000 |
Color Harmonies of #F0061E
Complementary color
Monochromatic Colors of #F0061E
Black with #F0061E
Text Example
Text Example
White with #F0061E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0061E; }
p { color: rgb(240,6,30); }
H1.HeaderClassName
{
color: #F0061E;
}
.AnyTagClassName
{
color: #F0061E;
}
</style>
background-color css
<style>
a { background-color: #F0061E; }
a { background-color: rgb(240,6,30); }
div.DivClassName
{
background-color: #F0061E;
}
.BgClassName
{
background-color: #F0061E;
}
</style>
border-color css
<style>
span { border-color: #F0061E; }
span { border-color: rgb(240,6,30); }
td.TdClassName
{
border-color: #F0061E;
}
.TagClassName
{
border-color: #F0061E;
}
</style>