Shades of Torch Red #F0133C
Tints of Torch Red #F0133C
RGB
CMYK
RGB Variations
Color information
#F0133C (or 0xF0133C) is known color: Torch Red. HEX triplet: F0, 13 and 3C. RGB value is (240,19,60). Sum of RGB (Red+Green+Blue) = 240+19+60=319 (42% of max value = 765). Red value is 240 (94.14% from 255 or 75.24% from 319); Green value is 19 (7.81% from 255 or 5.96% from 319); Blue value is 60 (23.83% from 255 or 18.81% from 319); Max value from RGB is 240 - color contains mainly: red. Hex color #F0133C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0133C is #0FECC3. Grayscale: #595959. Windows color (decimal): -1043652 or 3937264. OLE color: 3937264.
HSL color Cylindrical-coordinate representation of color #F0133C: hue angle of 348.87º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F0133C is Cyan = 0, Magento = 0.92, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 19 | 60 | - |
| CMYK | 0 | 0.92 | 0.75 | 0.06 |
| HSL | 348.87º | 0.88% | 0.51% | - |
| HSV(B) | 348.87º | 0.92% | 0.94% | - |
| XYZ | 36.98 | 19.32 | 6.05 | - |
| YUV | 89.75 | 111.22 | 235.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 19 | 60 | 0 | 0.92 | 0.75 | 0.06 | 348.87 | 0.88 | 0.51 |
| Hex | F0 | 13 | 3C | 0 | 5C | 4B | 6 | 15D | 58 | 33 |
| Octal | 360 | 23 | 74 | 0 | 134 | 113 | 6 | 535 | 130 | 63 |
| Binary | 11110000 | 10011 | 111100 | 0 | 1011100 | 1001011 | 110 | 101011101 | 1011000 | 110011 |
Color Harmonies of #F0133C
Complementary color
Monochromatic Colors of #F0133C
Black with #F0133C
Text Example
Text Example
White with #F0133C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0133C; }
p { color: rgb(240,19,60); }
H1.HeaderClassName
{
color: #F0133C;
}
.AnyTagClassName
{
color: #F0133C;
}
</style>
background-color css
<style>
a { background-color: #F0133C; }
a { background-color: rgb(240,19,60); }
div.DivClassName
{
background-color: #F0133C;
}
.BgClassName
{
background-color: #F0133C;
}
</style>
border-color css
<style>
span { border-color: #F0133C; }
span { border-color: rgb(240,19,60); }
td.TdClassName
{
border-color: #F0133C;
}
.TagClassName
{
border-color: #F0133C;
}
</style>