Shades of Torch Red #F01038
Tints of Torch Red #F01038
RGB
CMYK
RGB Variations
Color information
#F01038 (or 0xF01038) is known color: Torch Red. HEX triplet: F0, 10 and 38. RGB value is (240,16,56). Sum of RGB (Red+Green+Blue) = 240+16+56=312 (41% of max value = 765). Red value is 240 (94.14% from 255 or 76.92% from 312); Green value is 16 (6.64% from 255 or 5.13% from 312); Blue value is 56 (22.27% from 255 or 17.95% from 312); Max value from RGB is 240 - color contains mainly: red. Hex color #F01038 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F01038 is #0FEFC7. Grayscale: #575757. Windows color (decimal): -1044424 or 3674352. OLE color: 3674352.
HSL color Cylindrical-coordinate representation of color #F01038: hue angle of 349.29º 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 #F01038 is Cyan = 0, Magento = 0.93, Yellow = 0.77 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 16 | 56 | - |
| CMYK | 0 | 0.93 | 0.77 | 0.06 |
| HSL | 349.29º | 0.88% | 0.5% | - |
| HSV(B) | 349.29º | 0.93% | 0.94% | - |
| XYZ | 36.83 | 19.18 | 5.5 | - |
| YUV | 87.54 | 110.21 | 236.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 16 | 56 | 0 | 0.93 | 0.77 | 0.06 | 349.29 | 0.88 | 0.5 |
| Hex | F0 | 10 | 38 | 0 | 5D | 4D | 6 | 15D | 58 | 32 |
| Octal | 360 | 20 | 70 | 0 | 135 | 115 | 6 | 535 | 130 | 62 |
| Binary | 11110000 | 10000 | 111000 | 0 | 1011101 | 1001101 | 110 | 101011101 | 1011000 | 110010 |
Color Harmonies of #F01038
Complementary color
Monochromatic Colors of #F01038
Black with #F01038
Text Example
Text Example
White with #F01038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01038; }
p { color: rgb(240,16,56); }
H1.HeaderClassName
{
color: #F01038;
}
.AnyTagClassName
{
color: #F01038;
}
</style>
background-color css
<style>
a { background-color: #F01038; }
a { background-color: rgb(240,16,56); }
div.DivClassName
{
background-color: #F01038;
}
.BgClassName
{
background-color: #F01038;
}
</style>
border-color css
<style>
span { border-color: #F01038; }
span { border-color: rgb(240,16,56); }
td.TdClassName
{
border-color: #F01038;
}
.TagClassName
{
border-color: #F01038;
}
</style>