Shades of Torch Red #F9142D
Tints of Torch Red #F9142D
RGB
CMYK
RGB Variations
Color information
#F9142D (or 0xF9142D) is known color: Torch Red. HEX triplet: F9, 14 and 2D. RGB value is (249,20,45). Sum of RGB (Red+Green+Blue) = 249+20+45=314 (41% of max value = 765). Red value is 249 (97.66% from 255 or 79.30% from 314); Green value is 20 (8.20% from 255 or 6.37% from 314); Blue value is 45 (17.97% from 255 or 14.33% from 314); Max value from RGB is 249 - color contains mainly: red. Hex color #F9142D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F9142D is #06EBD2. Grayscale: #5B5B5B. Windows color (decimal): -453587 or 2954489. OLE color: 2954489.
HSL color Cylindrical-coordinate representation of color #F9142D: hue angle of 353.45º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F9142D is Cyan = 0, Magento = 0.92, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 20 | 45 | - |
| CMYK | 0 | 0.92 | 0.82 | 0.02 |
| HSL | 353.45º | 0.95% | 0.53% | - |
| HSV(B) | 353.45º | 0.92% | 0.98% | - |
| XYZ | 39.79 | 20.83 | 4.41 | - |
| YUV | 91.32 | 101.87 | 240.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 20 | 45 | 0 | 0.92 | 0.82 | 0.02 | 353.45 | 0.95 | 0.53 |
| Hex | F9 | 14 | 2D | 0 | 5C | 52 | 2 | 161 | 5F | 35 |
| Octal | 371 | 24 | 55 | 0 | 134 | 122 | 2 | 541 | 137 | 65 |
| Binary | 11111001 | 10100 | 101101 | 0 | 1011100 | 1010010 | 10 | 101100001 | 1011111 | 110101 |
Color Harmonies of #F9142D
Complementary color
Monochromatic Colors of #F9142D
Black with #F9142D
Text Example
Text Example
White with #F9142D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9142D; }
p { color: rgb(249,20,45); }
H1.HeaderClassName
{
color: #F9142D;
}
.AnyTagClassName
{
color: #F9142D;
}
</style>
background-color css
<style>
a { background-color: #F9142D; }
a { background-color: rgb(249,20,45); }
div.DivClassName
{
background-color: #F9142D;
}
.BgClassName
{
background-color: #F9142D;
}
</style>
border-color css
<style>
span { border-color: #F9142D; }
span { border-color: rgb(249,20,45); }
td.TdClassName
{
border-color: #F9142D;
}
.TagClassName
{
border-color: #F9142D;
}
</style>