Shades of Torch Red #F5003B
Tints of Torch Red #F5003B
RGB
CMYK
RGB Variations
Color information
#F5003B (or 0xF5003B) is known color: Torch Red. HEX triplet: F5, 00 and 3B. RGB value is (245,0,59). Sum of RGB (Red+Green+Blue) = 245+0+59=304 (40% of max value = 765). Red value is 245 (96.09% from 255 or 80.59% from 304); Green value is 0 (0.39% from 255 or 0% from 304); Blue value is 59 (23.44% from 255 or 19.41% from 304); Max value from RGB is 245 - color contains mainly: red. Hex color #F5003B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F5003B is #0AFFC4. Grayscale: #4F4F4F. Windows color (decimal): -720837 or 3866869. OLE color: 3866869.
HSL color Cylindrical-coordinate representation of color #F5003B: hue angle of 345.55º 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 #F5003B is Cyan = 0, Magento = 1, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 0 | 59 | - |
| CMYK | 0 | 1 | 0.76 | 0.04 |
| HSL | 345.55º | 1% | 0.48% | - |
| HSV(B) | 345.55º | 1% | 0.96% | - |
| XYZ | 38.45 | 19.73 | 5.92 | - |
| YUV | 79.98 | 116.17 | 245.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 0 | 59 | 0 | 1 | 0.76 | 0.04 | 345.55 | 1 | 0.48 |
| Hex | F5 | 0 | 3B | 0 | 64 | 4C | 4 | 15A | 64 | 30 |
| Octal | 365 | 0 | 73 | 0 | 144 | 114 | 4 | 532 | 144 | 60 |
| Binary | 11110101 | 0 | 111011 | 0 | 1100100 | 1001100 | 100 | 101011010 | 1100100 | 110000 |
Color Harmonies of #F5003B
Complementary color
Monochromatic Colors of #F5003B
Black with #F5003B
Text Example
Text Example
White with #F5003B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5003B; }
p { color: rgb(245,0,59); }
H1.HeaderClassName
{
color: #F5003B;
}
.AnyTagClassName
{
color: #F5003B;
}
</style>
background-color css
<style>
a { background-color: #F5003B; }
a { background-color: rgb(245,0,59); }
div.DivClassName
{
background-color: #F5003B;
}
.BgClassName
{
background-color: #F5003B;
}
</style>
border-color css
<style>
span { border-color: #F5003B; }
span { border-color: rgb(245,0,59); }
td.TdClassName
{
border-color: #F5003B;
}
.TagClassName
{
border-color: #F5003B;
}
</style>