Shades of Torch Red #F9013A
Tints of Torch Red #F9013A
RGB
CMYK
RGB Variations
Color information
#F9013A (or 0xF9013A) is known color: Torch Red. HEX triplet: F9, 01 and 3A. RGB value is (249,1,58). Sum of RGB (Red+Green+Blue) = 249+1+58=308 (40% of max value = 765). Red value is 249 (97.66% from 255 or 80.84% from 308); Green value is 1 (0.78% from 255 or 0.32% from 308); Blue value is 58 (23.05% from 255 or 18.83% from 308); Max value from RGB is 249 - color contains mainly: red. Hex color #F9013A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F9013A is #06FEC5. Grayscale: #515151. Windows color (decimal): -458438 or 3801593. OLE color: 3801593.
HSL color Cylindrical-coordinate representation of color #F9013A: hue angle of 346.21º 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 #F9013A is Cyan = 0, Magento = 1.00, Yellow = 0.77 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 1 | 58 | - |
| CMYK | 0 | 1.00 | 0.77 | 0.02 |
| HSL | 346.21º | 0.99% | 0.49% | - |
| HSV(B) | 346.21º | 1% | 0.98% | - |
| XYZ | 39.84 | 20.47 | 5.85 | - |
| YUV | 81.65 | 114.66 | 247.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 1 | 58 | 0 | 1.00 | 0.77 | 0.02 | 346.21 | 0.99 | 0.49 |
| Hex | F9 | 1 | 3A | 0 | 64 | 4D | 2 | 15A | 63 | 31 |
| Octal | 371 | 1 | 72 | 0 | 144 | 115 | 2 | 532 | 143 | 61 |
| Binary | 11111001 | 1 | 111010 | 0 | 1100100 | 1001101 | 10 | 101011010 | 1100011 | 110001 |
Color Harmonies of #F9013A
Complementary color
Monochromatic Colors of #F9013A
Black with #F9013A
Text Example
Text Example
White with #F9013A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9013A; }
p { color: rgb(249,1,58); }
H1.HeaderClassName
{
color: #F9013A;
}
.AnyTagClassName
{
color: #F9013A;
}
</style>
background-color css
<style>
a { background-color: #F9013A; }
a { background-color: rgb(249,1,58); }
div.DivClassName
{
background-color: #F9013A;
}
.BgClassName
{
background-color: #F9013A;
}
</style>
border-color css
<style>
span { border-color: #F9013A; }
span { border-color: rgb(249,1,58); }
td.TdClassName
{
border-color: #F9013A;
}
.TagClassName
{
border-color: #F9013A;
}
</style>