Shades of Torch Red #F01127
Tints of Torch Red #F01127
RGB
CMYK
RGB Variations
Color information
#F01127 (or 0xF01127) is known color: Torch Red. HEX triplet: F0, 11 and 27. RGB value is (240,17,39). Sum of RGB (Red+Green+Blue) = 240+17+39=296 (39% of max value = 765). Red value is 240 (94.14% from 255 or 81.08% from 296); Green value is 17 (7.03% from 255 or 5.74% from 296); Blue value is 39 (15.62% from 255 or 13.18% from 296); Max value from RGB is 240 - color contains mainly: red. Hex color #F01127 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F01127 is #0FEED8. Grayscale: #565656. Windows color (decimal): -1044185 or 2560496. OLE color: 2560496.
HSL color Cylindrical-coordinate representation of color #F01127: hue angle of 354.08º 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 #F01127 is Cyan = 0, Magento = 0.93, Yellow = 0.84 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 17 | 39 | - |
| CMYK | 0 | 0.93 | 0.84 | 0.06 |
| HSL | 354.08º | 0.88% | 0.5% | - |
| HSV(B) | 354.08º | 0.93% | 0.94% | - |
| XYZ | 36.5 | 19.07 | 3.68 | - |
| YUV | 86.19 | 101.38 | 237.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 17 | 39 | 0 | 0.93 | 0.84 | 0.06 | 354.08 | 0.88 | 0.5 |
| Hex | F0 | 11 | 27 | 0 | 5D | 54 | 6 | 162 | 58 | 32 |
| Octal | 360 | 21 | 47 | 0 | 135 | 124 | 6 | 542 | 130 | 62 |
| Binary | 11110000 | 10001 | 100111 | 0 | 1011101 | 1010100 | 110 | 101100010 | 1011000 | 110010 |
Color Harmonies of #F01127
Complementary color
Monochromatic Colors of #F01127
Black with #F01127
Text Example
Text Example
White with #F01127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01127; }
p { color: rgb(240,17,39); }
H1.HeaderClassName
{
color: #F01127;
}
.AnyTagClassName
{
color: #F01127;
}
</style>
background-color css
<style>
a { background-color: #F01127; }
a { background-color: rgb(240,17,39); }
div.DivClassName
{
background-color: #F01127;
}
.BgClassName
{
background-color: #F01127;
}
</style>
border-color css
<style>
span { border-color: #F01127; }
span { border-color: rgb(240,17,39); }
td.TdClassName
{
border-color: #F01127;
}
.TagClassName
{
border-color: #F01127;
}
</style>