Shades of Torch Red #F0192B
Tints of Torch Red #F0192B
RGB
CMYK
RGB Variations
Color information
#F0192B (or 0xF0192B) is known color: Torch Red. HEX triplet: F0, 19 and 2B. RGB value is (240,25,43). Sum of RGB (Red+Green+Blue) = 240+25+43=308 (40% of max value = 765). Red value is 240 (94.14% from 255 or 77.92% from 308); Green value is 25 (10.16% from 255 or 8.12% from 308); Blue value is 43 (17.19% from 255 or 13.96% from 308); Max value from RGB is 240 - color contains mainly: red. Hex color #F0192B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0192B is #0FE6D4. Grayscale: #5B5B5B. Windows color (decimal): -1042133 or 2824688. OLE color: 2824688.
HSL color Cylindrical-coordinate representation of color #F0192B: hue angle of 354.98º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F0192B is Cyan = 0, Magento = 0.90, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 25 | 43 | - |
| CMYK | 0 | 0.90 | 0.82 | 0.06 |
| HSL | 354.98º | 0.88% | 0.52% | - |
| HSV(B) | 354.98º | 0.9% | 0.94% | - |
| XYZ | 36.72 | 19.39 | 4.09 | - |
| YUV | 91.34 | 100.73 | 234.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 25 | 43 | 0 | 0.90 | 0.82 | 0.06 | 354.98 | 0.88 | 0.52 |
| Hex | F0 | 19 | 2B | 0 | 5A | 52 | 6 | 163 | 58 | 34 |
| Octal | 360 | 31 | 53 | 0 | 132 | 122 | 6 | 543 | 130 | 64 |
| Binary | 11110000 | 11001 | 101011 | 0 | 1011010 | 1010010 | 110 | 101100011 | 1011000 | 110100 |
Color Harmonies of #F0192B
Complementary color
Monochromatic Colors of #F0192B
Black with #F0192B
Text Example
Text Example
White with #F0192B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0192B; }
p { color: rgb(240,25,43); }
H1.HeaderClassName
{
color: #F0192B;
}
.AnyTagClassName
{
color: #F0192B;
}
</style>
background-color css
<style>
a { background-color: #F0192B; }
a { background-color: rgb(240,25,43); }
div.DivClassName
{
background-color: #F0192B;
}
.BgClassName
{
background-color: #F0192B;
}
</style>
border-color css
<style>
span { border-color: #F0192B; }
span { border-color: rgb(240,25,43); }
td.TdClassName
{
border-color: #F0192B;
}
.TagClassName
{
border-color: #F0192B;
}
</style>