Shades of Torch Red #F0133E
Tints of Torch Red #F0133E
RGB
CMYK
RGB Variations
Color information
#F0133E (or 0xF0133E) is known color: Torch Red. HEX triplet: F0, 13 and 3E. RGB value is (240,19,62). Sum of RGB (Red+Green+Blue) = 240+19+62=321 (42% of max value = 765). Red value is 240 (94.14% from 255 or 74.77% from 321); Green value is 19 (7.81% from 255 or 5.92% from 321); Blue value is 62 (24.61% from 255 or 19.31% from 321); Max value from RGB is 240 - color contains mainly: red. Hex color #F0133E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0133E is #0FECC1. Grayscale: #5A5A5A. Windows color (decimal): -1043650 or 4068336. OLE color: 4068336.
HSL color Cylindrical-coordinate representation of color #F0133E: hue angle of 348.33º 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 #F0133E is Cyan = 0, Magento = 0.92, Yellow = 0.74 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 19 | 62 | - |
| CMYK | 0 | 0.92 | 0.74 | 0.06 |
| HSL | 348.33º | 0.88% | 0.51% | - |
| HSV(B) | 348.33º | 0.92% | 0.94% | - |
| XYZ | 37.04 | 19.34 | 6.34 | - |
| YUV | 89.98 | 112.22 | 235 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 19 | 62 | 0 | 0.92 | 0.74 | 0.06 | 348.33 | 0.88 | 0.51 |
| Hex | F0 | 13 | 3E | 0 | 5C | 4A | 6 | 15C | 58 | 33 |
| Octal | 360 | 23 | 76 | 0 | 134 | 112 | 6 | 534 | 130 | 63 |
| Binary | 11110000 | 10011 | 111110 | 0 | 1011100 | 1001010 | 110 | 101011100 | 1011000 | 110011 |
Color Harmonies of #F0133E
Complementary color
Monochromatic Colors of #F0133E
Black with #F0133E
Text Example
Text Example
White with #F0133E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0133E; }
p { color: rgb(240,19,62); }
H1.HeaderClassName
{
color: #F0133E;
}
.AnyTagClassName
{
color: #F0133E;
}
</style>
background-color css
<style>
a { background-color: #F0133E; }
a { background-color: rgb(240,19,62); }
div.DivClassName
{
background-color: #F0133E;
}
.BgClassName
{
background-color: #F0133E;
}
</style>
border-color css
<style>
span { border-color: #F0133E; }
span { border-color: rgb(240,19,62); }
td.TdClassName
{
border-color: #F0133E;
}
.TagClassName
{
border-color: #F0133E;
}
</style>