Shades of Torch Red #F0103D
Tints of Torch Red #F0103D
RGB
CMYK
RGB Variations
Color information
#F0103D (or 0xF0103D) is known color: Torch Red. HEX triplet: F0, 10 and 3D. RGB value is (240,16,61). Sum of RGB (Red+Green+Blue) = 240+16+61=317 (41% of max value = 765). Red value is 240 (94.14% from 255 or 75.71% from 317); Green value is 16 (6.64% from 255 or 5.05% from 317); Blue value is 61 (24.22% from 255 or 19.24% from 317); Max value from RGB is 240 - color contains mainly: red. Hex color #F0103D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0103D is #0FEFC2. Grayscale: #585858. Windows color (decimal): -1044419 or 4002032. OLE color: 4002032.
HSL color Cylindrical-coordinate representation of color #F0103D: hue angle of 347.95º 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 #F0103D is Cyan = 0, Magento = 0.93, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 16 | 61 | - |
| CMYK | 0 | 0.93 | 0.75 | 0.06 |
| HSL | 347.95º | 0.88% | 0.5% | - |
| HSV(B) | 347.95º | 0.93% | 0.94% | - |
| XYZ | 36.96 | 19.23 | 6.18 | - |
| YUV | 88.11 | 112.71 | 236.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 16 | 61 | 0 | 0.93 | 0.75 | 0.06 | 347.95 | 0.88 | 0.5 |
| Hex | F0 | 10 | 3D | 0 | 5D | 4B | 6 | 15C | 58 | 32 |
| Octal | 360 | 20 | 75 | 0 | 135 | 113 | 6 | 534 | 130 | 62 |
| Binary | 11110000 | 10000 | 111101 | 0 | 1011101 | 1001011 | 110 | 101011100 | 1011000 | 110010 |
Color Harmonies of #F0103D
Complementary color
Monochromatic Colors of #F0103D
Black with #F0103D
Text Example
Text Example
White with #F0103D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0103D; }
p { color: rgb(240,16,61); }
H1.HeaderClassName
{
color: #F0103D;
}
.AnyTagClassName
{
color: #F0103D;
}
</style>
background-color css
<style>
a { background-color: #F0103D; }
a { background-color: rgb(240,16,61); }
div.DivClassName
{
background-color: #F0103D;
}
.BgClassName
{
background-color: #F0103D;
}
</style>
border-color css
<style>
span { border-color: #F0103D; }
span { border-color: rgb(240,16,61); }
td.TdClassName
{
border-color: #F0103D;
}
.TagClassName
{
border-color: #F0103D;
}
</style>