Shades of Torch Red #F0193A
Tints of Torch Red #F0193A
RGB
CMYK
RGB Variations
Color information
#F0193A (or 0xF0193A) is known color: Torch Red. HEX triplet: F0, 19 and 3A. RGB value is (240,25,58). Sum of RGB (Red+Green+Blue) = 240+25+58=323 (42% of max value = 765). Red value is 240 (94.14% from 255 or 74.30% from 323); Green value is 25 (10.16% from 255 or 7.74% from 323); Blue value is 58 (23.05% from 255 or 17.96% from 323); Max value from RGB is 240 - color contains mainly: red. Hex color #F0193A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0193A is #0FE6C5. Grayscale: #5D5D5D. Windows color (decimal): -1042118 or 3807728. OLE color: 3807728.
HSL color Cylindrical-coordinate representation of color #F0193A: hue angle of 350.79º 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 #F0193A is Cyan = 0, Magento = 0.90, Yellow = 0.76 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 25 | 58 | - |
| CMYK | 0 | 0.90 | 0.76 | 0.06 |
| HSL | 350.79º | 0.88% | 0.52% | - |
| HSV(B) | 350.79º | 0.9% | 0.94% | - |
| XYZ | 37.05 | 19.53 | 5.82 | - |
| YUV | 93.05 | 108.23 | 232.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 25 | 58 | 0 | 0.90 | 0.76 | 0.06 | 350.79 | 0.88 | 0.52 |
| Hex | F0 | 19 | 3A | 0 | 5A | 4C | 6 | 15F | 58 | 34 |
| Octal | 360 | 31 | 72 | 0 | 132 | 114 | 6 | 537 | 130 | 64 |
| Binary | 11110000 | 11001 | 111010 | 0 | 1011010 | 1001100 | 110 | 101011111 | 1011000 | 110100 |
Color Harmonies of #F0193A
Complementary color
Monochromatic Colors of #F0193A
Black with #F0193A
Text Example
Text Example
White with #F0193A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0193A; }
p { color: rgb(240,25,58); }
H1.HeaderClassName
{
color: #F0193A;
}
.AnyTagClassName
{
color: #F0193A;
}
</style>
background-color css
<style>
a { background-color: #F0193A; }
a { background-color: rgb(240,25,58); }
div.DivClassName
{
background-color: #F0193A;
}
.BgClassName
{
background-color: #F0193A;
}
</style>
border-color css
<style>
span { border-color: #F0193A; }
span { border-color: rgb(240,25,58); }
td.TdClassName
{
border-color: #F0193A;
}
.TagClassName
{
border-color: #F0193A;
}
</style>