Shades of Torch Red #F01128
Tints of Torch Red #F01128
RGB
CMYK
RGB Variations
Color information
#F01128 (or 0xF01128) is known color: Torch Red. HEX triplet: F0, 11 and 28. RGB value is (240,17,40). Sum of RGB (Red+Green+Blue) = 240+17+40=297 (39% of max value = 765). Red value is 240 (94.14% from 255 or 80.81% from 297); Green value is 17 (7.03% from 255 or 5.72% from 297); Blue value is 40 (16.02% from 255 or 13.47% from 297); Max value from RGB is 240 - color contains mainly: red. Hex color #F01128 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F01128 is #0FEED7. Grayscale: #565656. Windows color (decimal): -1044184 or 2626032. OLE color: 2626032.
HSL color Cylindrical-coordinate representation of color #F01128: hue angle of 353.81º 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 #F01128 is Cyan = 0, Magento = 0.93, Yellow = 0.83 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 17 | 40 | - |
| CMYK | 0 | 0.93 | 0.83 | 0.06 |
| HSL | 353.81º | 0.88% | 0.5% | - |
| HSV(B) | 353.81º | 0.93% | 0.94% | - |
| XYZ | 36.52 | 19.08 | 3.77 | - |
| YUV | 86.3 | 101.88 | 237.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 17 | 40 | 0 | 0.93 | 0.83 | 0.06 | 353.81 | 0.88 | 0.5 |
| Hex | F0 | 11 | 28 | 0 | 5D | 53 | 6 | 162 | 58 | 32 |
| Octal | 360 | 21 | 50 | 0 | 135 | 123 | 6 | 542 | 130 | 62 |
| Binary | 11110000 | 10001 | 101000 | 0 | 1011101 | 1010011 | 110 | 101100010 | 1011000 | 110010 |
Color Harmonies of #F01128
Complementary color
Monochromatic Colors of #F01128
Black with #F01128
Text Example
Text Example
White with #F01128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01128; }
p { color: rgb(240,17,40); }
H1.HeaderClassName
{
color: #F01128;
}
.AnyTagClassName
{
color: #F01128;
}
</style>
background-color css
<style>
a { background-color: #F01128; }
a { background-color: rgb(240,17,40); }
div.DivClassName
{
background-color: #F01128;
}
.BgClassName
{
background-color: #F01128;
}
</style>
border-color css
<style>
span { border-color: #F01128; }
span { border-color: rgb(240,17,40); }
td.TdClassName
{
border-color: #F01128;
}
.TagClassName
{
border-color: #F01128;
}
</style>