Shades of Torch Red #F9013D
Tints of Torch Red #F9013D
RGB
CMYK
RGB Variations
Color information
#F9013D (or 0xF9013D) is known color: Torch Red. HEX triplet: F9, 01 and 3D. RGB value is (249,1,61). Sum of RGB (Red+Green+Blue) = 249+1+61=311 (41% of max value = 765). Red value is 249 (97.66% from 255 or 80.06% from 311); Green value is 1 (0.78% from 255 or 0.32% from 311); Blue value is 61 (24.22% from 255 or 19.61% from 311); Max value from RGB is 249 - color contains mainly: red. Hex color #F9013D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F9013D is #06FEC2. Grayscale: #525252. Windows color (decimal): -458435 or 3998201. OLE color: 3998201.
HSL color Cylindrical-coordinate representation of color #F9013D: hue angle of 345.48º 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 #F9013D is Cyan = 0, Magento = 1.00, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 1 | 61 | - |
| CMYK | 0 | 1.00 | 0.76 | 0.02 |
| HSL | 345.48º | 0.99% | 0.49% | - |
| HSV(B) | 345.48º | 1% | 0.98% | - |
| XYZ | 39.92 | 20.5 | 6.27 | - |
| YUV | 81.99 | 116.16 | 247.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 1 | 61 | 0 | 1.00 | 0.76 | 0.02 | 345.48 | 0.99 | 0.49 |
| Hex | F9 | 1 | 3D | 0 | 64 | 4C | 2 | 159 | 63 | 31 |
| Octal | 371 | 1 | 75 | 0 | 144 | 114 | 2 | 531 | 143 | 61 |
| Binary | 11111001 | 1 | 111101 | 0 | 1100100 | 1001100 | 10 | 101011001 | 1100011 | 110001 |
Color Harmonies of #F9013D
Complementary color
Monochromatic Colors of #F9013D
Black with #F9013D
Text Example
Text Example
White with #F9013D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9013D; }
p { color: rgb(249,1,61); }
H1.HeaderClassName
{
color: #F9013D;
}
.AnyTagClassName
{
color: #F9013D;
}
</style>
background-color css
<style>
a { background-color: #F9013D; }
a { background-color: rgb(249,1,61); }
div.DivClassName
{
background-color: #F9013D;
}
.BgClassName
{
background-color: #F9013D;
}
</style>
border-color css
<style>
span { border-color: #F9013D; }
span { border-color: rgb(249,1,61); }
td.TdClassName
{
border-color: #F9013D;
}
.TagClassName
{
border-color: #F9013D;
}
</style>