Shades of Torch Red #F9143E
Tints of Torch Red #F9143E
RGB
CMYK
RGB Variations
Color information
#F9143E (or 0xF9143E) is known color: Torch Red. HEX triplet: F9, 14 and 3E. RGB value is (249,20,62). Sum of RGB (Red+Green+Blue) = 249+20+62=331 (43% of max value = 765). Red value is 249 (97.66% from 255 or 75.23% from 331); Green value is 20 (8.20% from 255 or 6.04% from 331); Blue value is 62 (24.61% from 255 or 18.73% from 331); Max value from RGB is 249 - color contains mainly: red. Hex color #F9143E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F9143E is #06EBC1. Grayscale: #5D5D5D. Windows color (decimal): -453570 or 4068601. OLE color: 4068601.
HSL color Cylindrical-coordinate representation of color #F9143E: hue angle of 349º 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 #F9143E is Cyan = 0, Magento = 0.92, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 20 | 62 | - |
| CMYK | 0 | 0.92 | 0.75 | 0.02 |
| HSL | 349º | 0.95% | 0.53% | - |
| HSV(B) | 349º | 0.92% | 0.98% | - |
| XYZ | 40.19 | 20.99 | 6.49 | - |
| YUV | 93.26 | 110.37 | 239.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 20 | 62 | 0 | 0.92 | 0.75 | 0.02 | 349 | 0.95 | 0.53 |
| Hex | F9 | 14 | 3E | 0 | 5C | 4B | 2 | 15D | 5F | 35 |
| Octal | 371 | 24 | 76 | 0 | 134 | 113 | 2 | 535 | 137 | 65 |
| Binary | 11111001 | 10100 | 111110 | 0 | 1011100 | 1001011 | 10 | 101011101 | 1011111 | 110101 |
Color Harmonies of #F9143E
Complementary color
Monochromatic Colors of #F9143E
Black with #F9143E
Text Example
Text Example
White with #F9143E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9143E; }
p { color: rgb(249,20,62); }
H1.HeaderClassName
{
color: #F9143E;
}
.AnyTagClassName
{
color: #F9143E;
}
</style>
background-color css
<style>
a { background-color: #F9143E; }
a { background-color: rgb(249,20,62); }
div.DivClassName
{
background-color: #F9143E;
}
.BgClassName
{
background-color: #F9143E;
}
</style>
border-color css
<style>
span { border-color: #F9143E; }
span { border-color: rgb(249,20,62); }
td.TdClassName
{
border-color: #F9143E;
}
.TagClassName
{
border-color: #F9143E;
}
</style>