Shades of Torch Red #F5030F
Tints of Torch Red #F5030F
RGB
CMYK
RGB Variations
Color information
#F5030F (or 0xF5030F) is known color: Torch Red. HEX triplet: F5, 03 and 0F. RGB value is (245,3,15). Sum of RGB (Red+Green+Blue) = 245+3+15=263 (34% of max value = 765). Red value is 245 (96.09% from 255 or 93.16% from 263); Green value is 3 (1.56% from 255 or 1.14% from 263); Blue value is 15 (6.25% from 255 or 5.70% from 263); Max value from RGB is 245 - color contains mainly: red. Hex color #F5030F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F5030F is #0AFCF0. Grayscale: #4C4C4C. Windows color (decimal): -720113 or 984053. OLE color: 984053.
HSL color Cylindrical-coordinate representation of color #F5030F: hue angle of 357.02º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F5030F is Cyan = 0, Magento = 0.99, Yellow = 0.94 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 3 | 15 | - |
| CMYK | 0 | 0.99 | 0.94 | 0.04 |
| HSL | 357.02º | 0.98% | 0.49% | - |
| HSV(B) | 357.02º | 0.99% | 0.96% | - |
| XYZ | 37.77 | 19.51 | 2.23 | - |
| YUV | 76.73 | 93.17 | 248.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 3 | 15 | 0 | 0.99 | 0.94 | 0.04 | 357.02 | 0.98 | 0.49 |
| Hex | F5 | 3 | F | 0 | 63 | 5E | 4 | 165 | 62 | 31 |
| Octal | 365 | 3 | 17 | 0 | 143 | 136 | 4 | 545 | 142 | 61 |
| Binary | 11110101 | 11 | 1111 | 0 | 1100011 | 1011110 | 100 | 101100101 | 1100010 | 110001 |
Color Harmonies of #F5030F
Complementary color
Monochromatic Colors of #F5030F
Black with #F5030F
Text Example
Text Example
White with #F5030F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5030F; }
p { color: rgb(245,3,15); }
H1.HeaderClassName
{
color: #F5030F;
}
.AnyTagClassName
{
color: #F5030F;
}
</style>
background-color css
<style>
a { background-color: #F5030F; }
a { background-color: rgb(245,3,15); }
div.DivClassName
{
background-color: #F5030F;
}
.BgClassName
{
background-color: #F5030F;
}
</style>
border-color css
<style>
span { border-color: #F5030F; }
span { border-color: rgb(245,3,15); }
td.TdClassName
{
border-color: #F5030F;
}
.TagClassName
{
border-color: #F5030F;
}
</style>