Shades of Torch Red #F0151B
Tints of Torch Red #F0151B
RGB
CMYK
RGB Variations
Color information
#F0151B (or 0xF0151B) is known color: Torch Red. HEX triplet: F0, 15 and 1B. RGB value is (240,21,27). Sum of RGB (Red+Green+Blue) = 240+21+27=288 (38% of max value = 765). Red value is 240 (94.14% from 255 or 83.33% from 288); Green value is 21 (8.59% from 255 or 7.29% from 288); Blue value is 27 (10.94% from 255 or 9.38% from 288); Max value from RGB is 240 - color contains mainly: red. Hex color #F0151B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0151B is #0FEAE4. Grayscale: #575757. Windows color (decimal): -1043173 or 1775088. OLE color: 1775088.
HSL color Cylindrical-coordinate representation of color #F0151B: hue angle of 358.36º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F0151B is Cyan = 0, Magento = 0.91, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 21 | 27 | - |
| CMYK | 0 | 0.91 | 0.89 | 0.06 |
| HSL | 358.36º | 0.88% | 0.51% | - |
| HSV(B) | 358.36º | 0.91% | 0.94% | - |
| XYZ | 36.4 | 19.14 | 2.81 | - |
| YUV | 87.17 | 94.05 | 237.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 21 | 27 | 0 | 0.91 | 0.89 | 0.06 | 358.36 | 0.88 | 0.51 |
| Hex | F0 | 15 | 1B | 0 | 5B | 59 | 6 | 166 | 58 | 33 |
| Octal | 360 | 25 | 33 | 0 | 133 | 131 | 6 | 546 | 130 | 63 |
| Binary | 11110000 | 10101 | 11011 | 0 | 1011011 | 1011001 | 110 | 101100110 | 1011000 | 110011 |
Color Harmonies of #F0151B
Complementary color
Monochromatic Colors of #F0151B
Black with #F0151B
Text Example
Text Example
White with #F0151B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0151B; }
p { color: rgb(240,21,27); }
H1.HeaderClassName
{
color: #F0151B;
}
.AnyTagClassName
{
color: #F0151B;
}
</style>
background-color css
<style>
a { background-color: #F0151B; }
a { background-color: rgb(240,21,27); }
div.DivClassName
{
background-color: #F0151B;
}
.BgClassName
{
background-color: #F0151B;
}
</style>
border-color css
<style>
span { border-color: #F0151B; }
span { border-color: rgb(240,21,27); }
td.TdClassName
{
border-color: #F0151B;
}
.TagClassName
{
border-color: #F0151B;
}
</style>