Shades of Torch Red #F00F17
Tints of Torch Red #F00F17
RGB
CMYK
RGB Variations
Color information
#F00F17 (or 0xF00F17) is known color: Torch Red. HEX triplet: F0, 0F and 17. RGB value is (240,15,23). Sum of RGB (Red+Green+Blue) = 240+15+23=278 (36% of max value = 765). Red value is 240 (94.14% from 255 or 86.33% from 278); Green value is 15 (6.25% from 255 or 5.40% from 278); Blue value is 23 (9.38% from 255 or 8.27% from 278); Max value from RGB is 240 - color contains mainly: red. Hex color #F00F17 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F00F17 is #0FF0E8. Grayscale: #535353. Windows color (decimal): -1044713 or 1511408. OLE color: 1511408.
HSL color Cylindrical-coordinate representation of color #F00F17: hue angle of 357.87º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F00F17 is Cyan = 0, Magento = 0.94, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 15 | 23 | - |
| CMYK | 0 | 0.94 | 0.90 | 0.06 |
| HSL | 357.87º | 0.88% | 0.5% | - |
| HSV(B) | 357.87º | 0.94% | 0.94% | - |
| XYZ | 36.26 | 18.93 | 2.55 | - |
| YUV | 83.19 | 94.04 | 239.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 15 | 23 | 0 | 0.94 | 0.90 | 0.06 | 357.87 | 0.88 | 0.5 |
| Hex | F0 | F | 17 | 0 | 5E | 5A | 6 | 166 | 58 | 32 |
| Octal | 360 | 17 | 27 | 0 | 136 | 132 | 6 | 546 | 130 | 62 |
| Binary | 11110000 | 1111 | 10111 | 0 | 1011110 | 1011010 | 110 | 101100110 | 1011000 | 110010 |
Color Harmonies of #F00F17
Complementary color
Monochromatic Colors of #F00F17
Black with #F00F17
Text Example
Text Example
White with #F00F17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00F17; }
p { color: rgb(240,15,23); }
H1.HeaderClassName
{
color: #F00F17;
}
.AnyTagClassName
{
color: #F00F17;
}
</style>
background-color css
<style>
a { background-color: #F00F17; }
a { background-color: rgb(240,15,23); }
div.DivClassName
{
background-color: #F00F17;
}
.BgClassName
{
background-color: #F00F17;
}
</style>
border-color css
<style>
span { border-color: #F00F17; }
span { border-color: rgb(240,15,23); }
td.TdClassName
{
border-color: #F00F17;
}
.TagClassName
{
border-color: #F00F17;
}
</style>