Shades of Torch Red #F9012D
Tints of Torch Red #F9012D
RGB
CMYK
RGB Variations
Color information
#F9012D (or 0xF9012D) is known color: Torch Red. HEX triplet: F9, 01 and 2D. RGB value is (249,1,45). Sum of RGB (Red+Green+Blue) = 249+1+45=295 (39% of max value = 765). Red value is 249 (97.66% from 255 or 84.41% from 295); Green value is 1 (0.78% from 255 or 0.34% from 295); Blue value is 45 (17.97% from 255 or 15.25% from 295); Max value from RGB is 249 - color contains mainly: red. Hex color #F9012D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F9012D is #06FED2. Grayscale: #505050. Windows color (decimal): -458451 or 2949625. OLE color: 2949625.
HSL color Cylindrical-coordinate representation of color #F9012D: hue angle of 349.35º 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 #F9012D is Cyan = 0, Magento = 1.00, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 1 | 45 | - |
| CMYK | 0 | 1.00 | 0.82 | 0.02 |
| HSL | 349.35º | 0.99% | 0.49% | - |
| HSV(B) | 349.35º | 1% | 0.98% | - |
| XYZ | 39.55 | 20.35 | 4.33 | - |
| YUV | 80.17 | 108.16 | 248.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 1 | 45 | 0 | 1.00 | 0.82 | 0.02 | 349.35 | 0.99 | 0.49 |
| Hex | F9 | 1 | 2D | 0 | 64 | 52 | 2 | 15D | 63 | 31 |
| Octal | 371 | 1 | 55 | 0 | 144 | 122 | 2 | 535 | 143 | 61 |
| Binary | 11111001 | 1 | 101101 | 0 | 1100100 | 1010010 | 10 | 101011101 | 1100011 | 110001 |
Color Harmonies of #F9012D
Complementary color
Monochromatic Colors of #F9012D
Black with #F9012D
Text Example
Text Example
White with #F9012D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9012D; }
p { color: rgb(249,1,45); }
H1.HeaderClassName
{
color: #F9012D;
}
.AnyTagClassName
{
color: #F9012D;
}
</style>
background-color css
<style>
a { background-color: #F9012D; }
a { background-color: rgb(249,1,45); }
div.DivClassName
{
background-color: #F9012D;
}
.BgClassName
{
background-color: #F9012D;
}
</style>
border-color css
<style>
span { border-color: #F9012D; }
span { border-color: rgb(249,1,45); }
td.TdClassName
{
border-color: #F9012D;
}
.TagClassName
{
border-color: #F9012D;
}
</style>