Shades of Torch Red #F00127
Tints of Torch Red #F00127
RGB
CMYK
RGB Variations
Color information
#F00127 (or 0xF00127) is known color: Torch Red. HEX triplet: F0, 01 and 27. RGB value is (240,1,39). Sum of RGB (Red+Green+Blue) = 240+1+39=280 (37% of max value = 765). Red value is 240 (94.14% from 255 or 85.71% from 280); Green value is 1 (0.78% from 255 or 0.36% from 280); Blue value is 39 (15.62% from 255 or 13.93% from 280); Max value from RGB is 240 - color contains mainly: red. Hex color #F00127 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F00127 is #0FFED8. Grayscale: #4C4C4C. Windows color (decimal): -1048281 or 2556400. OLE color: 2556400.
HSL color Cylindrical-coordinate representation of color #F00127: hue angle of 350.46º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F00127 is Cyan = 0, Magento = 1.00, Yellow = 0.84 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 1 | 39 | - |
| CMYK | 0 | 1.00 | 0.84 | 0.06 |
| HSL | 350.46º | 0.99% | 0.47% | - |
| HSV(B) | 350.46º | 1% | 0.94% | - |
| XYZ | 36.31 | 18.69 | 3.61 | - |
| YUV | 76.79 | 106.68 | 244.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 1 | 39 | 0 | 1.00 | 0.84 | 0.06 | 350.46 | 0.99 | 0.47 |
| Hex | F0 | 1 | 27 | 0 | 64 | 54 | 6 | 15E | 63 | 2F |
| Octal | 360 | 1 | 47 | 0 | 144 | 124 | 6 | 536 | 143 | 57 |
| Binary | 11110000 | 1 | 100111 | 0 | 1100100 | 1010100 | 110 | 101011110 | 1100011 | 101111 |
Color Harmonies of #F00127
Complementary color
Monochromatic Colors of #F00127
Black with #F00127
Text Example
Text Example
White with #F00127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00127; }
p { color: rgb(240,1,39); }
H1.HeaderClassName
{
color: #F00127;
}
.AnyTagClassName
{
color: #F00127;
}
</style>
background-color css
<style>
a { background-color: #F00127; }
a { background-color: rgb(240,1,39); }
div.DivClassName
{
background-color: #F00127;
}
.BgClassName
{
background-color: #F00127;
}
</style>
border-color css
<style>
span { border-color: #F00127; }
span { border-color: rgb(240,1,39); }
td.TdClassName
{
border-color: #F00127;
}
.TagClassName
{
border-color: #F00127;
}
</style>