Shades of Torch Red #F01934
Tints of Torch Red #F01934
RGB
CMYK
RGB Variations
Color information
#F01934 (or 0xF01934) is known color: Torch Red. HEX triplet: F0, 19 and 34. RGB value is (240,25,52). Sum of RGB (Red+Green+Blue) = 240+25+52=317 (41% of max value = 765). Red value is 240 (94.14% from 255 or 75.71% from 317); Green value is 25 (10.16% from 255 or 7.89% from 317); Blue value is 52 (20.70% from 255 or 16.40% from 317); Max value from RGB is 240 - color contains mainly: red. Hex color #F01934 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F01934 is #0FE6CB. Grayscale: #5C5C5C. Windows color (decimal): -1042124 or 3414512. OLE color: 3414512.
HSL color Cylindrical-coordinate representation of color #F01934: hue angle of 352.47º 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 #F01934 is Cyan = 0, Magento = 0.90, Yellow = 0.78 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 25 | 52 | - |
| CMYK | 0 | 0.90 | 0.78 | 0.06 |
| HSL | 352.47º | 0.88% | 0.52% | - |
| HSV(B) | 352.47º | 0.9% | 0.94% | - |
| XYZ | 36.9 | 19.47 | 5.06 | - |
| YUV | 92.36 | 105.23 | 233.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 25 | 52 | 0 | 0.90 | 0.78 | 0.06 | 352.47 | 0.88 | 0.52 |
| Hex | F0 | 19 | 34 | 0 | 5A | 4E | 6 | 160 | 58 | 34 |
| Octal | 360 | 31 | 64 | 0 | 132 | 116 | 6 | 540 | 130 | 64 |
| Binary | 11110000 | 11001 | 110100 | 0 | 1011010 | 1001110 | 110 | 101100000 | 1011000 | 110100 |
Color Harmonies of #F01934
Complementary color
Monochromatic Colors of #F01934
Black with #F01934
Text Example
Text Example
White with #F01934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01934; }
p { color: rgb(240,25,52); }
H1.HeaderClassName
{
color: #F01934;
}
.AnyTagClassName
{
color: #F01934;
}
</style>
background-color css
<style>
a { background-color: #F01934; }
a { background-color: rgb(240,25,52); }
div.DivClassName
{
background-color: #F01934;
}
.BgClassName
{
background-color: #F01934;
}
</style>
border-color css
<style>
span { border-color: #F01934; }
span { border-color: rgb(240,25,52); }
td.TdClassName
{
border-color: #F01934;
}
.TagClassName
{
border-color: #F01934;
}
</style>