Shades of Torch Red #F00C17
Tints of Torch Red #F00C17
RGB
CMYK
RGB Variations
Color information
#F00C17 (or 0xF00C17) is known color: Torch Red. HEX triplet: F0, 0C and 17. RGB value is (240,12,23). Sum of RGB (Red+Green+Blue) = 240+12+23=275 (36% of max value = 765). Red value is 240 (94.14% from 255 or 87.27% from 275); Green value is 12 (5.08% from 255 or 4.36% from 275); Blue value is 23 (9.38% from 255 or 8.36% from 275); Max value from RGB is 240 - color contains mainly: red. Hex color #F00C17 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F00C17 is #0FF3E8. Grayscale: #515151. Windows color (decimal): -1045481 or 1510640. OLE color: 1510640.
HSL color Cylindrical-coordinate representation of color #F00C17: hue angle of 357.11º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F00C17 is Cyan = 0, Magento = 0.95, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 12 | 23 | - |
| CMYK | 0 | 0.95 | 0.90 | 0.06 |
| HSL | 357.11º | 0.9% | 0.49% | - |
| HSV(B) | 357.11º | 0.95% | 0.94% | - |
| XYZ | 36.22 | 18.85 | 2.54 | - |
| YUV | 81.43 | 95.04 | 241.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 12 | 23 | 0 | 0.95 | 0.90 | 0.06 | 357.11 | 0.9 | 0.49 |
| Hex | F0 | C | 17 | 0 | 5F | 5A | 6 | 165 | 5A | 31 |
| Octal | 360 | 14 | 27 | 0 | 137 | 132 | 6 | 545 | 132 | 61 |
| Binary | 11110000 | 1100 | 10111 | 0 | 1011111 | 1011010 | 110 | 101100101 | 1011010 | 110001 |
Color Harmonies of #F00C17
Complementary color
Monochromatic Colors of #F00C17
Black with #F00C17
Text Example
Text Example
White with #F00C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F00C17; }
p { color: rgb(240,12,23); }
H1.HeaderClassName
{
color: #F00C17;
}
.AnyTagClassName
{
color: #F00C17;
}
</style>
background-color css
<style>
a { background-color: #F00C17; }
a { background-color: rgb(240,12,23); }
div.DivClassName
{
background-color: #F00C17;
}
.BgClassName
{
background-color: #F00C17;
}
</style>
border-color css
<style>
span { border-color: #F00C17; }
span { border-color: rgb(240,12,23); }
td.TdClassName
{
border-color: #F00C17;
}
.TagClassName
{
border-color: #F00C17;
}
</style>