Shades of Torch Red #F0151E
Tints of Torch Red #F0151E
RGB
CMYK
RGB Variations
Color information
#F0151E (or 0xF0151E) is known color: Torch Red. HEX triplet: F0, 15 and 1E. RGB value is (240,21,30). Sum of RGB (Red+Green+Blue) = 240+21+30=291 (38% of max value = 765). Red value is 240 (94.14% from 255 or 82.47% from 291); Green value is 21 (8.59% from 255 or 7.22% from 291); Blue value is 30 (12.11% from 255 or 10.31% from 291); Max value from RGB is 240 - color contains mainly: red. Hex color #F0151E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0151E is #0FEAE1. Grayscale: #575757. Windows color (decimal): -1043170 or 1971696. OLE color: 1971696.
HSL color Cylindrical-coordinate representation of color #F0151E: hue angle of 357.53º 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 #F0151E is Cyan = 0, Magento = 0.91, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 21 | 30 | - |
| CMYK | 0 | 0.91 | 0.87 | 0.06 |
| HSL | 357.53º | 0.88% | 0.51% | - |
| HSV(B) | 357.53º | 0.91% | 0.94% | - |
| XYZ | 36.44 | 19.16 | 3.01 | - |
| YUV | 87.51 | 95.55 | 236.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 21 | 30 | 0 | 0.91 | 0.87 | 0.06 | 357.53 | 0.88 | 0.51 |
| Hex | F0 | 15 | 1E | 0 | 5B | 57 | 6 | 166 | 58 | 33 |
| Octal | 360 | 25 | 36 | 0 | 133 | 127 | 6 | 546 | 130 | 63 |
| Binary | 11110000 | 10101 | 11110 | 0 | 1011011 | 1010111 | 110 | 101100110 | 1011000 | 110011 |
Color Harmonies of #F0151E
Complementary color
Monochromatic Colors of #F0151E
Black with #F0151E
Text Example
Text Example
White with #F0151E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0151E; }
p { color: rgb(240,21,30); }
H1.HeaderClassName
{
color: #F0151E;
}
.AnyTagClassName
{
color: #F0151E;
}
</style>
background-color css
<style>
a { background-color: #F0151E; }
a { background-color: rgb(240,21,30); }
div.DivClassName
{
background-color: #F0151E;
}
.BgClassName
{
background-color: #F0151E;
}
</style>
border-color css
<style>
span { border-color: #F0151E; }
span { border-color: rgb(240,21,30); }
td.TdClassName
{
border-color: #F0151E;
}
.TagClassName
{
border-color: #F0151E;
}
</style>