Shades of Torch Red #F0061B
Tints of Torch Red #F0061B
RGB
CMYK
RGB Variations
Color information
#F0061B (or 0xF0061B) is known color: Torch Red. HEX triplet: F0, 06 and 1B. RGB value is (240,6,27). Sum of RGB (Red+Green+Blue) = 240+6+27=273 (36% of max value = 765). Red value is 240 (94.14% from 255 or 87.91% from 273); Green value is 6 (2.73% from 255 or 2.20% from 273); Blue value is 27 (10.94% from 255 or 9.89% from 273); Max value from RGB is 240 - color contains mainly: red. Hex color #F0061B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0061B is #0FF9E4. Grayscale: #4E4E4E. Windows color (decimal): -1047013 or 1771248. OLE color: 1771248.
HSL color Cylindrical-coordinate representation of color #F0061B: hue angle of 354.62º 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 #F0061B is Cyan = 0, Magento = 0.98, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 6 | 27 | - |
| CMYK | 0 | 0.98 | 0.89 | 0.06 |
| HSL | 354.62º | 0.95% | 0.48% | - |
| HSV(B) | 354.62º | 0.98% | 0.94% | - |
| XYZ | 36.2 | 18.73 | 2.75 | - |
| YUV | 78.36 | 99.02 | 243.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 6 | 27 | 0 | 0.98 | 0.89 | 0.06 | 354.62 | 0.95 | 0.48 |
| Hex | F0 | 6 | 1B | 0 | 62 | 59 | 6 | 163 | 5F | 30 |
| Octal | 360 | 6 | 33 | 0 | 142 | 131 | 6 | 543 | 137 | 60 |
| Binary | 11110000 | 110 | 11011 | 0 | 1100010 | 1011001 | 110 | 101100011 | 1011111 | 110000 |
Color Harmonies of #F0061B
Complementary color
Monochromatic Colors of #F0061B
Black with #F0061B
Text Example
Text Example
White with #F0061B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0061B; }
p { color: rgb(240,6,27); }
H1.HeaderClassName
{
color: #F0061B;
}
.AnyTagClassName
{
color: #F0061B;
}
</style>
background-color css
<style>
a { background-color: #F0061B; }
a { background-color: rgb(240,6,27); }
div.DivClassName
{
background-color: #F0061B;
}
.BgClassName
{
background-color: #F0061B;
}
</style>
border-color css
<style>
span { border-color: #F0061B; }
span { border-color: rgb(240,6,27); }
td.TdClassName
{
border-color: #F0061B;
}
.TagClassName
{
border-color: #F0061B;
}
</style>