Shades of Torch Red #F5000F
Tints of Torch Red #F5000F
RGB
CMYK
RGB Variations
Color information
#F5000F (or 0xF5000F) is known color: Torch Red. HEX triplet: F5, 00 and 0F. RGB value is (245,0,15). Sum of RGB (Red+Green+Blue) = 245+0+15=260 (34% of max value = 765). Red value is 245 (96.09% from 255 or 94.23% from 260); Green value is 0 (0.39% from 255 or 0% from 260); Blue value is 15 (6.25% from 255 or 5.77% from 260); Max value from RGB is 245 - color contains mainly: red. Hex color #F5000F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F5000F is #0AFFF0. Grayscale: #4B4B4B. Windows color (decimal): -720881 or 983285. OLE color: 983285.
HSL color Cylindrical-coordinate representation of color #F5000F: hue angle of 356.33º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F5000F is Cyan = 0, Magento = 1, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 0 | 15 | - |
| CMYK | 0 | 1 | 0.94 | 0.04 |
| HSL | 356.33º | 1% | 0.48% | - |
| HSV(B) | 356.33º | 1% | 0.96% | - |
| XYZ | 37.74 | 19.45 | 2.22 | - |
| YUV | 74.97 | 94.17 | 249.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 0 | 15 | 0 | 1 | 0.94 | 0.04 | 356.33 | 1 | 0.48 |
| Hex | F5 | 0 | F | 0 | 64 | 5E | 4 | 164 | 64 | 30 |
| Octal | 365 | 0 | 17 | 0 | 144 | 136 | 4 | 544 | 144 | 60 |
| Binary | 11110101 | 0 | 1111 | 0 | 1100100 | 1011110 | 100 | 101100100 | 1100100 | 110000 |
Color Harmonies of #F5000F
Complementary color
Monochromatic Colors of #F5000F
Black with #F5000F
Text Example
Text Example
White with #F5000F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5000F; }
p { color: rgb(245,0,15); }
H1.HeaderClassName
{
color: #F5000F;
}
.AnyTagClassName
{
color: #F5000F;
}
</style>
background-color css
<style>
a { background-color: #F5000F; }
a { background-color: rgb(245,0,15); }
div.DivClassName
{
background-color: #F5000F;
}
.BgClassName
{
background-color: #F5000F;
}
</style>
border-color css
<style>
span { border-color: #F5000F; }
span { border-color: rgb(245,0,15); }
td.TdClassName
{
border-color: #F5000F;
}
.TagClassName
{
border-color: #F5000F;
}
</style>