Shades of Torch Red #F0031B
Tints of Torch Red #F0031B
RGB
CMYK
RGB Variations
Color information
#F0031B (or 0xF0031B) is known color: Torch Red. HEX triplet: F0, 03 and 1B. RGB value is (240,3,27). Sum of RGB (Red+Green+Blue) = 240+3+27=270 (35% of max value = 765). Red value is 240 (94.14% from 255 or 88.89% from 270); Green value is 3 (1.56% from 255 or 1.11% from 270); Blue value is 27 (10.94% from 255 or 10% from 270); Max value from RGB is 240 - color contains mainly: red. Hex color #F0031B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0031B is #0FFCE4. Grayscale: #4C4C4C. Windows color (decimal): -1047781 or 1770480. OLE color: 1770480.
HSL color Cylindrical-coordinate representation of color #F0031B: hue angle of 353.92º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F0031B is Cyan = 0, Magento = 0.99, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 3 | 27 | - |
| CMYK | 0 | 0.99 | 0.89 | 0.06 |
| HSL | 353.92º | 0.98% | 0.48% | - |
| HSV(B) | 353.92º | 0.99% | 0.94% | - |
| XYZ | 36.17 | 18.67 | 2.73 | - |
| YUV | 76.6 | 100.02 | 244.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 3 | 27 | 0 | 0.99 | 0.89 | 0.06 | 353.92 | 0.98 | 0.48 |
| Hex | F0 | 3 | 1B | 0 | 63 | 59 | 6 | 162 | 62 | 30 |
| Octal | 360 | 3 | 33 | 0 | 143 | 131 | 6 | 542 | 142 | 60 |
| Binary | 11110000 | 11 | 11011 | 0 | 1100011 | 1011001 | 110 | 101100010 | 1100010 | 110000 |
Color Harmonies of #F0031B
Complementary color
Monochromatic Colors of #F0031B
Black with #F0031B
Text Example
Text Example
White with #F0031B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0031B; }
p { color: rgb(240,3,27); }
H1.HeaderClassName
{
color: #F0031B;
}
.AnyTagClassName
{
color: #F0031B;
}
</style>
background-color css
<style>
a { background-color: #F0031B; }
a { background-color: rgb(240,3,27); }
div.DivClassName
{
background-color: #F0031B;
}
.BgClassName
{
background-color: #F0031B;
}
</style>
border-color css
<style>
span { border-color: #F0031B; }
span { border-color: rgb(240,3,27); }
td.TdClassName
{
border-color: #F0031B;
}
.TagClassName
{
border-color: #F0031B;
}
</style>