Shades of Torch Red #F0103A
Tints of Torch Red #F0103A
RGB
CMYK
RGB Variations
Color information
#F0103A (or 0xF0103A) is known color: Torch Red. HEX triplet: F0, 10 and 3A. RGB value is (240,16,58). Sum of RGB (Red+Green+Blue) = 240+16+58=314 (41% of max value = 765). Red value is 240 (94.14% from 255 or 76.43% from 314); Green value is 16 (6.64% from 255 or 5.10% from 314); Blue value is 58 (23.05% from 255 or 18.47% from 314); Max value from RGB is 240 - color contains mainly: red. Hex color #F0103A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0103A is #0FEFC5. Grayscale: #575757. Windows color (decimal): -1044422 or 3805424. OLE color: 3805424.
HSL color Cylindrical-coordinate representation of color #F0103A: hue angle of 348.75º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F0103A is Cyan = 0, Magento = 0.93, Yellow = 0.76 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 16 | 58 | - |
| CMYK | 0 | 0.93 | 0.76 | 0.06 |
| HSL | 348.75º | 0.88% | 0.5% | - |
| HSV(B) | 348.75º | 0.93% | 0.94% | - |
| XYZ | 36.88 | 19.2 | 5.77 | - |
| YUV | 87.76 | 111.21 | 236.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 16 | 58 | 0 | 0.93 | 0.76 | 0.06 | 348.75 | 0.88 | 0.5 |
| Hex | F0 | 10 | 3A | 0 | 5D | 4C | 6 | 15D | 58 | 32 |
| Octal | 360 | 20 | 72 | 0 | 135 | 114 | 6 | 535 | 130 | 62 |
| Binary | 11110000 | 10000 | 111010 | 0 | 1011101 | 1001100 | 110 | 101011101 | 1011000 | 110010 |
Color Harmonies of #F0103A
Complementary color
Monochromatic Colors of #F0103A
Black with #F0103A
Text Example
Text Example
White with #F0103A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0103A; }
p { color: rgb(240,16,58); }
H1.HeaderClassName
{
color: #F0103A;
}
.AnyTagClassName
{
color: #F0103A;
}
</style>
background-color css
<style>
a { background-color: #F0103A; }
a { background-color: rgb(240,16,58); }
div.DivClassName
{
background-color: #F0103A;
}
.BgClassName
{
background-color: #F0103A;
}
</style>
border-color css
<style>
span { border-color: #F0103A; }
span { border-color: rgb(240,16,58); }
td.TdClassName
{
border-color: #F0103A;
}
.TagClassName
{
border-color: #F0103A;
}
</style>