Shades of Torch Red #F5091B
Tints of Torch Red #F5091B
RGB
CMYK
RGB Variations
Color information
#F5091B (or 0xF5091B) is known color: Torch Red. HEX triplet: F5, 09 and 1B. RGB value is (245,9,27). Sum of RGB (Red+Green+Blue) = 245+9+27=281 (37% of max value = 765). Red value is 245 (96.09% from 255 or 87.19% from 281); Green value is 9 (3.91% from 255 or 3.20% from 281); Blue value is 27 (10.94% from 255 or 9.61% from 281); Max value from RGB is 245 - color contains mainly: red. Hex color #F5091B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F5091B is #0AF6E4. Grayscale: #515151. Windows color (decimal): -718565 or 1772021. OLE color: 1772021.
HSL color Cylindrical-coordinate representation of color #F5091B: hue angle of 355.42º 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 #F5091B is Cyan = 0, Magento = 0.96, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 9 | 27 | - |
| CMYK | 0 | 0.96 | 0.89 | 0.04 |
| HSL | 355.42º | 0.93% | 0.5% | - |
| HSV(B) | 355.42º | 0.96% | 0.96% | - |
| XYZ | 37.95 | 19.69 | 2.84 | - |
| YUV | 81.62 | 97.19 | 244.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 9 | 27 | 0 | 0.96 | 0.89 | 0.04 | 355.42 | 0.93 | 0.5 |
| Hex | F5 | 9 | 1B | 0 | 60 | 59 | 4 | 163 | 5D | 32 |
| Octal | 365 | 11 | 33 | 0 | 140 | 131 | 4 | 543 | 135 | 62 |
| Binary | 11110101 | 1001 | 11011 | 0 | 1100000 | 1011001 | 100 | 101100011 | 1011101 | 110010 |
Color Harmonies of #F5091B
Complementary color
Monochromatic Colors of #F5091B
Black with #F5091B
Text Example
Text Example
White with #F5091B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5091B; }
p { color: rgb(245,9,27); }
H1.HeaderClassName
{
color: #F5091B;
}
.AnyTagClassName
{
color: #F5091B;
}
</style>
background-color css
<style>
a { background-color: #F5091B; }
a { background-color: rgb(245,9,27); }
div.DivClassName
{
background-color: #F5091B;
}
.BgClassName
{
background-color: #F5091B;
}
</style>
border-color css
<style>
span { border-color: #F5091B; }
span { border-color: rgb(245,9,27); }
td.TdClassName
{
border-color: #F5091B;
}
.TagClassName
{
border-color: #F5091B;
}
</style>