Shades of Torch Red #F01534
Tints of Torch Red #F01534
RGB
CMYK
RGB Variations
Color information
#F01534 (or 0xF01534) is known color: Torch Red. HEX triplet: F0, 15 and 34. RGB value is (240,21,52). Sum of RGB (Red+Green+Blue) = 240+21+52=313 (41% of max value = 765). Red value is 240 (94.14% from 255 or 76.68% from 313); Green value is 21 (8.59% from 255 or 6.71% from 313); Blue value is 52 (20.70% from 255 or 16.61% from 313); Max value from RGB is 240 - color contains mainly: red. Hex color #F01534 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F01534 is #0FEACB. Grayscale: #5A5A5A. Windows color (decimal): -1043148 or 3413488. OLE color: 3413488.
HSL color Cylindrical-coordinate representation of color #F01534: hue angle of 351.51º 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 #F01534 is Cyan = 0, Magento = 0.91, Yellow = 0.78 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 21 | 52 | - |
| CMYK | 0 | 0.91 | 0.78 | 0.06 |
| HSL | 351.51º | 0.88% | 0.51% | - |
| HSV(B) | 351.51º | 0.91% | 0.94% | - |
| XYZ | 36.82 | 19.31 | 5.04 | - |
| YUV | 90.02 | 106.55 | 234.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 21 | 52 | 0 | 0.91 | 0.78 | 0.06 | 351.51 | 0.88 | 0.51 |
| Hex | F0 | 15 | 34 | 0 | 5B | 4E | 6 | 160 | 58 | 33 |
| Octal | 360 | 25 | 64 | 0 | 133 | 116 | 6 | 540 | 130 | 63 |
| Binary | 11110000 | 10101 | 110100 | 0 | 1011011 | 1001110 | 110 | 101100000 | 1011000 | 110011 |
Color Harmonies of #F01534
Complementary color
Monochromatic Colors of #F01534
Black with #F01534
Text Example
Text Example
White with #F01534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01534; }
p { color: rgb(240,21,52); }
H1.HeaderClassName
{
color: #F01534;
}
.AnyTagClassName
{
color: #F01534;
}
</style>
background-color css
<style>
a { background-color: #F01534; }
a { background-color: rgb(240,21,52); }
div.DivClassName
{
background-color: #F01534;
}
.BgClassName
{
background-color: #F01534;
}
</style>
border-color css
<style>
span { border-color: #F01534; }
span { border-color: rgb(240,21,52); }
td.TdClassName
{
border-color: #F01534;
}
.TagClassName
{
border-color: #F01534;
}
</style>