Shades of Torch Red #F5081D
Tints of Torch Red #F5081D
RGB
CMYK
RGB Variations
Color information
#F5081D (or 0xF5081D) is known color: Torch Red. HEX triplet: F5, 08 and 1D. RGB value is (245,8,29). Sum of RGB (Red+Green+Blue) = 245+8+29=282 (37% of max value = 765). Red value is 245 (96.09% from 255 or 86.88% from 282); Green value is 8 (3.52% from 255 or 2.84% from 282); Blue value is 29 (11.72% from 255 or 10.28% from 282); Max value from RGB is 245 - color contains mainly: red. Hex color #F5081D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F5081D is #0AF7E2. Grayscale: #515151. Windows color (decimal): -718819 or 1902837. OLE color: 1902837.
HSL color Cylindrical-coordinate representation of color #F5081D: hue angle of 354.68º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F5081D is Cyan = 0, Magento = 0.97, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 8 | 29 | - |
| CMYK | 0 | 0.97 | 0.88 | 0.04 |
| HSL | 354.68º | 0.94% | 0.5% | - |
| HSV(B) | 354.68º | 0.97% | 0.96% | - |
| XYZ | 37.96 | 19.67 | 2.96 | - |
| YUV | 81.26 | 98.52 | 244.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 8 | 29 | 0 | 0.97 | 0.88 | 0.04 | 354.68 | 0.94 | 0.5 |
| Hex | F5 | 8 | 1D | 0 | 61 | 58 | 4 | 163 | 5E | 32 |
| Octal | 365 | 10 | 35 | 0 | 141 | 130 | 4 | 543 | 136 | 62 |
| Binary | 11110101 | 1000 | 11101 | 0 | 1100001 | 1011000 | 100 | 101100011 | 1011110 | 110010 |
Color Harmonies of #F5081D
Complementary color
Monochromatic Colors of #F5081D
Black with #F5081D
Text Example
Text Example
White with #F5081D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5081D; }
p { color: rgb(245,8,29); }
H1.HeaderClassName
{
color: #F5081D;
}
.AnyTagClassName
{
color: #F5081D;
}
</style>
background-color css
<style>
a { background-color: #F5081D; }
a { background-color: rgb(245,8,29); }
div.DivClassName
{
background-color: #F5081D;
}
.BgClassName
{
background-color: #F5081D;
}
</style>
border-color css
<style>
span { border-color: #F5081D; }
span { border-color: rgb(245,8,29); }
td.TdClassName
{
border-color: #F5081D;
}
.TagClassName
{
border-color: #F5081D;
}
</style>