Shades of Torch Red #F9012B
Tints of Torch Red #F9012B
RGB
CMYK
RGB Variations
Color information
#F9012B (or 0xF9012B) is known color: Torch Red. HEX triplet: F9, 01 and 2B. RGB value is (249,1,43). Sum of RGB (Red+Green+Blue) = 249+1+43=293 (38% of max value = 765). Red value is 249 (97.66% from 255 or 84.98% from 293); Green value is 1 (0.78% from 255 or 0.34% from 293); Blue value is 43 (17.19% from 255 or 14.68% from 293); Max value from RGB is 249 - color contains mainly: red. Hex color #F9012B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F9012B is #06FED4. Grayscale: #505050. Windows color (decimal): -458453 or 2818553. OLE color: 2818553.
HSL color Cylindrical-coordinate representation of color #F9012B: hue angle of 349.84º 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 #F9012B is Cyan = 0, Magento = 1.00, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 1 | 43 | - |
| CMYK | 0 | 1.00 | 0.83 | 0.02 |
| HSL | 349.84º | 0.99% | 0.49% | - |
| HSV(B) | 349.84º | 1% | 0.98% | - |
| XYZ | 39.51 | 20.34 | 4.13 | - |
| YUV | 79.94 | 107.16 | 248.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 1 | 43 | 0 | 1.00 | 0.83 | 0.02 | 349.84 | 0.99 | 0.49 |
| Hex | F9 | 1 | 2B | 0 | 64 | 53 | 2 | 15E | 63 | 31 |
| Octal | 371 | 1 | 53 | 0 | 144 | 123 | 2 | 536 | 143 | 61 |
| Binary | 11111001 | 1 | 101011 | 0 | 1100100 | 1010011 | 10 | 101011110 | 1100011 | 110001 |
Color Harmonies of #F9012B
Complementary color
Monochromatic Colors of #F9012B
Black with #F9012B
Text Example
Text Example
White with #F9012B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9012B; }
p { color: rgb(249,1,43); }
H1.HeaderClassName
{
color: #F9012B;
}
.AnyTagClassName
{
color: #F9012B;
}
</style>
background-color css
<style>
a { background-color: #F9012B; }
a { background-color: rgb(249,1,43); }
div.DivClassName
{
background-color: #F9012B;
}
.BgClassName
{
background-color: #F9012B;
}
</style>
border-color css
<style>
span { border-color: #F9012B; }
span { border-color: rgb(249,1,43); }
td.TdClassName
{
border-color: #F9012B;
}
.TagClassName
{
border-color: #F9012B;
}
</style>