Shades of Torch Red #F9013B
Tints of Torch Red #F9013B
RGB
CMYK
RGB Variations
Color information
#F9013B (or 0xF9013B) is known color: Torch Red. HEX triplet: F9, 01 and 3B. RGB value is (249,1,59). Sum of RGB (Red+Green+Blue) = 249+1+59=309 (40% of max value = 765). Red value is 249 (97.66% from 255 or 80.58% from 309); Green value is 1 (0.78% from 255 or 0.32% from 309); Blue value is 59 (23.44% from 255 or 19.09% from 309); Max value from RGB is 249 - color contains mainly: red. Hex color #F9013B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F9013B is #06FEC4. Grayscale: #515151. Windows color (decimal): -458437 or 3867129. OLE color: 3867129.
HSL color Cylindrical-coordinate representation of color #F9013B: hue angle of 345.97º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F9013B is Cyan = 0, Magento = 1.00, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 1 | 59 | - |
| CMYK | 0 | 1.00 | 0.76 | 0.02 |
| HSL | 345.97º | 0.99% | 0.49% | - |
| HSV(B) | 345.97º | 1% | 0.98% | - |
| XYZ | 39.87 | 20.48 | 5.99 | - |
| YUV | 81.76 | 115.16 | 247.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 1 | 59 | 0 | 1.00 | 0.76 | 0.02 | 345.97 | 0.99 | 0.49 |
| Hex | F9 | 1 | 3B | 0 | 64 | 4C | 2 | 15A | 63 | 31 |
| Octal | 371 | 1 | 73 | 0 | 144 | 114 | 2 | 532 | 143 | 61 |
| Binary | 11111001 | 1 | 111011 | 0 | 1100100 | 1001100 | 10 | 101011010 | 1100011 | 110001 |
Color Harmonies of #F9013B
Complementary color
Monochromatic Colors of #F9013B
Black with #F9013B
Text Example
Text Example
White with #F9013B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9013B; }
p { color: rgb(249,1,59); }
H1.HeaderClassName
{
color: #F9013B;
}
.AnyTagClassName
{
color: #F9013B;
}
</style>
background-color css
<style>
a { background-color: #F9013B; }
a { background-color: rgb(249,1,59); }
div.DivClassName
{
background-color: #F9013B;
}
.BgClassName
{
background-color: #F9013B;
}
</style>
border-color css
<style>
span { border-color: #F9013B; }
span { border-color: rgb(249,1,59); }
td.TdClassName
{
border-color: #F9013B;
}
.TagClassName
{
border-color: #F9013B;
}
</style>