Shades of Torch Red #F9143F
Tints of Torch Red #F9143F
RGB
CMYK
RGB Variations
Color information
#F9143F (or 0xF9143F) is known color: Torch Red. HEX triplet: F9, 14 and 3F. RGB value is (249,20,63). Sum of RGB (Red+Green+Blue) = 249+20+63=332 (43% of max value = 765). Red value is 249 (97.66% from 255 or 75% from 332); Green value is 20 (8.20% from 255 or 6.02% from 332); Blue value is 63 (25% from 255 or 18.98% from 332); Max value from RGB is 249 - color contains mainly: red. Hex color #F9143F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F9143F is #06EBC0. Grayscale: #5D5D5D. Windows color (decimal): -453569 or 4134137. OLE color: 4134137.
HSL color Cylindrical-coordinate representation of color #F9143F: hue angle of 348.73º 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 #F9143F is Cyan = 0, Magento = 0.92, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 20 | 63 | - |
| CMYK | 0 | 0.92 | 0.75 | 0.02 |
| HSL | 348.73º | 0.95% | 0.53% | - |
| HSV(B) | 348.73º | 0.92% | 0.98% | - |
| XYZ | 40.21 | 21 | 6.64 | - |
| YUV | 93.37 | 110.87 | 239 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 20 | 63 | 0 | 0.92 | 0.75 | 0.02 | 348.73 | 0.95 | 0.53 |
| Hex | F9 | 14 | 3F | 0 | 5C | 4B | 2 | 15D | 5F | 35 |
| Octal | 371 | 24 | 77 | 0 | 134 | 113 | 2 | 535 | 137 | 65 |
| Binary | 11111001 | 10100 | 111111 | 0 | 1011100 | 1001011 | 10 | 101011101 | 1011111 | 110101 |
Color Harmonies of #F9143F
Complementary color
Monochromatic Colors of #F9143F
Black with #F9143F
Text Example
Text Example
White with #F9143F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9143F; }
p { color: rgb(249,20,63); }
H1.HeaderClassName
{
color: #F9143F;
}
.AnyTagClassName
{
color: #F9143F;
}
</style>
background-color css
<style>
a { background-color: #F9143F; }
a { background-color: rgb(249,20,63); }
div.DivClassName
{
background-color: #F9143F;
}
.BgClassName
{
background-color: #F9143F;
}
</style>
border-color css
<style>
span { border-color: #F9143F; }
span { border-color: rgb(249,20,63); }
td.TdClassName
{
border-color: #F9143F;
}
.TagClassName
{
border-color: #F9143F;
}
</style>