Shades of Torch Red #F5003A
Tints of Torch Red #F5003A
RGB
CMYK
RGB Variations
Color information
#F5003A (or 0xF5003A) is known color: Torch Red. HEX triplet: F5, 00 and 3A. RGB value is (245,0,58). Sum of RGB (Red+Green+Blue) = 245+0+58=303 (40% of max value = 765). Red value is 245 (96.09% from 255 or 80.86% from 303); Green value is 0 (0.39% from 255 or 0% from 303); Blue value is 58 (23.05% from 255 or 19.14% from 303); Max value from RGB is 245 - color contains mainly: red. Hex color #F5003A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F5003A is #0AFFC5. Grayscale: #4F4F4F. Windows color (decimal): -720838 or 3801333. OLE color: 3801333.
HSL color Cylindrical-coordinate representation of color #F5003A: hue angle of 345.8º 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 #F5003A is Cyan = 0, Magento = 1, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 0 | 58 | - |
| CMYK | 0 | 1 | 0.76 | 0.04 |
| HSL | 345.8º | 1% | 0.48% | - |
| HSV(B) | 345.8º | 1% | 0.96% | - |
| XYZ | 38.42 | 19.72 | 5.78 | - |
| YUV | 79.87 | 115.67 | 245.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 0 | 58 | 0 | 1 | 0.76 | 0.04 | 345.8 | 1 | 0.48 |
| Hex | F5 | 0 | 3A | 0 | 64 | 4C | 4 | 15A | 64 | 30 |
| Octal | 365 | 0 | 72 | 0 | 144 | 114 | 4 | 532 | 144 | 60 |
| Binary | 11110101 | 0 | 111010 | 0 | 1100100 | 1001100 | 100 | 101011010 | 1100100 | 110000 |
Color Harmonies of #F5003A
Complementary color
Monochromatic Colors of #F5003A
Black with #F5003A
Text Example
Text Example
White with #F5003A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5003A; }
p { color: rgb(245,0,58); }
H1.HeaderClassName
{
color: #F5003A;
}
.AnyTagClassName
{
color: #F5003A;
}
</style>
background-color css
<style>
a { background-color: #F5003A; }
a { background-color: rgb(245,0,58); }
div.DivClassName
{
background-color: #F5003A;
}
.BgClassName
{
background-color: #F5003A;
}
</style>
border-color css
<style>
span { border-color: #F5003A; }
span { border-color: rgb(245,0,58); }
td.TdClassName
{
border-color: #F5003A;
}
.TagClassName
{
border-color: #F5003A;
}
</style>