Shades of Torch Red #F50A30
Tints of Torch Red #F50A30
RGB
CMYK
RGB Variations
Color information
#F50A30 (or 0xF50A30) is known color: Torch Red. HEX triplet: F5, 0A and 30. RGB value is (245,10,48). Sum of RGB (Red+Green+Blue) = 245+10+48=303 (40% of max value = 765). Red value is 245 (96.09% from 255 or 80.86% from 303); Green value is 10 (4.30% from 255 or 3.30% from 303); Blue value is 48 (19.14% from 255 or 15.84% from 303); Max value from RGB is 245 - color contains mainly: red. Hex color #F50A30 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F50A30 is #0AF5CF. Grayscale: #545454. Windows color (decimal): -718288 or 3148533. OLE color: 3148533.
HSL color Cylindrical-coordinate representation of color #F50A30: hue angle of 350.3º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F50A30 is Cyan = 0, Magento = 0.96, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 10 | 48 | - |
| CMYK | 0 | 0.96 | 0.80 | 0.04 |
| HSL | 350.3º | 0.92% | 0.5% | - |
| HSV(B) | 350.3º | 0.96% | 0.96% | - |
| XYZ | 38.3 | 19.84 | 4.61 | - |
| YUV | 84.6 | 107.36 | 242.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 10 | 48 | 0 | 0.96 | 0.80 | 0.04 | 350.3 | 0.92 | 0.5 |
| Hex | F5 | A | 30 | 0 | 60 | 50 | 4 | 15E | 5C | 32 |
| Octal | 365 | 12 | 60 | 0 | 140 | 120 | 4 | 536 | 134 | 62 |
| Binary | 11110101 | 1010 | 110000 | 0 | 1100000 | 1010000 | 100 | 101011110 | 1011100 | 110010 |
Color Harmonies of #F50A30
Complementary color
Monochromatic Colors of #F50A30
Black with #F50A30
Text Example
Text Example
White with #F50A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F50A30; }
p { color: rgb(245,10,48); }
H1.HeaderClassName
{
color: #F50A30;
}
.AnyTagClassName
{
color: #F50A30;
}
</style>
background-color css
<style>
a { background-color: #F50A30; }
a { background-color: rgb(245,10,48); }
div.DivClassName
{
background-color: #F50A30;
}
.BgClassName
{
background-color: #F50A30;
}
</style>
border-color css
<style>
span { border-color: #F50A30; }
span { border-color: rgb(245,10,48); }
td.TdClassName
{
border-color: #F50A30;
}
.TagClassName
{
border-color: #F50A30;
}
</style>