Shades of Torch Red #F5091A
Tints of Torch Red #F5091A
RGB
CMYK
RGB Variations
Color information
#F5091A (or 0xF5091A) is known color: Torch Red. HEX triplet: F5, 09 and 1A. RGB value is (245,9,26). Sum of RGB (Red+Green+Blue) = 245+9+26=280 (37% of max value = 765). Red value is 245 (96.09% from 255 or 87.5% from 280); Green value is 9 (3.91% from 255 or 3.21% from 280); Blue value is 26 (10.55% from 255 or 9.29% from 280); Max value from RGB is 245 - color contains mainly: red. Hex color #F5091A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F5091A is #0AF6E5. Grayscale: #515151. Windows color (decimal): -718566 or 1706485. OLE color: 1706485.
HSL color Cylindrical-coordinate representation of color #F5091A: hue angle of 355.68º degrees, saturation: 0.93, 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 #F5091A is Cyan = 0, Magento = 0.96, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 9 | 26 | - |
| CMYK | 0 | 0.96 | 0.89 | 0.04 |
| HSL | 355.68º | 0.93% | 0.5% | - |
| HSV(B) | 355.68º | 0.96% | 0.96% | - |
| XYZ | 37.94 | 19.68 | 2.78 | - |
| YUV | 81.5 | 96.69 | 244.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 9 | 26 | 0 | 0.96 | 0.89 | 0.04 | 355.68 | 0.93 | 0.5 |
| Hex | F5 | 9 | 1A | 0 | 60 | 59 | 4 | 164 | 5D | 32 |
| Octal | 365 | 11 | 32 | 0 | 140 | 131 | 4 | 544 | 135 | 62 |
| Binary | 11110101 | 1001 | 11010 | 0 | 1100000 | 1011001 | 100 | 101100100 | 1011101 | 110010 |
Color Harmonies of #F5091A
Complementary color
Monochromatic Colors of #F5091A
Black with #F5091A
Text Example
Text Example
White with #F5091A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5091A; }
p { color: rgb(245,9,26); }
H1.HeaderClassName
{
color: #F5091A;
}
.AnyTagClassName
{
color: #F5091A;
}
</style>
background-color css
<style>
a { background-color: #F5091A; }
a { background-color: rgb(245,9,26); }
div.DivClassName
{
background-color: #F5091A;
}
.BgClassName
{
background-color: #F5091A;
}
</style>
border-color css
<style>
span { border-color: #F5091A; }
span { border-color: rgb(245,9,26); }
td.TdClassName
{
border-color: #F5091A;
}
.TagClassName
{
border-color: #F5091A;
}
</style>