Shades of Torch Red #F0013A
Tints of Torch Red #F0013A
RGB
CMYK
RGB Variations
Color information
#F0013A (or 0xF0013A) is known color: Torch Red. HEX triplet: F0, 01 and 3A. RGB value is (240,1,58). Sum of RGB (Red+Green+Blue) = 240+1+58=299 (39% of max value = 765). Red value is 240 (94.14% from 255 or 80.27% from 299); Green value is 1 (0.78% from 255 or 0.33% from 299); Blue value is 58 (23.05% from 255 or 19.40% from 299); Max value from RGB is 240 - color contains mainly: red. Hex color #F0013A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0013A is #0FFEC5. Grayscale: #4E4E4E. Windows color (decimal): -1048262 or 3801584. OLE color: 3801584.
HSL color Cylindrical-coordinate representation of color #F0013A: hue angle of 345.69º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F0013A is Cyan = 0, Magento = 1.00, Yellow = 0.76 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 1 | 58 | - |
| CMYK | 0 | 1.00 | 0.76 | 0.06 |
| HSL | 345.69º | 0.99% | 0.47% | - |
| HSV(B) | 345.69º | 1% | 0.94% | - |
| XYZ | 36.71 | 18.85 | 5.71 | - |
| YUV | 78.96 | 116.18 | 242.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 1 | 58 | 0 | 1.00 | 0.76 | 0.06 | 345.69 | 0.99 | 0.47 |
| Hex | F0 | 1 | 3A | 0 | 64 | 4C | 6 | 15A | 63 | 2F |
| Octal | 360 | 1 | 72 | 0 | 144 | 114 | 6 | 532 | 143 | 57 |
| Binary | 11110000 | 1 | 111010 | 0 | 1100100 | 1001100 | 110 | 101011010 | 1100011 | 101111 |
Color Harmonies of #F0013A
Complementary color
Monochromatic Colors of #F0013A
Black with #F0013A
Text Example
Text Example
White with #F0013A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0013A; }
p { color: rgb(240,1,58); }
H1.HeaderClassName
{
color: #F0013A;
}
.AnyTagClassName
{
color: #F0013A;
}
</style>
background-color css
<style>
a { background-color: #F0013A; }
a { background-color: rgb(240,1,58); }
div.DivClassName
{
background-color: #F0013A;
}
.BgClassName
{
background-color: #F0013A;
}
</style>
border-color css
<style>
span { border-color: #F0013A; }
span { border-color: rgb(240,1,58); }
td.TdClassName
{
border-color: #F0013A;
}
.TagClassName
{
border-color: #F0013A;
}
</style>