Shades of Torch Red #F9143B
Tints of Torch Red #F9143B
RGB
CMYK
RGB Variations
Color information
#F9143B (or 0xF9143B) is known color: Torch Red. HEX triplet: F9, 14 and 3B. RGB value is (249,20,59). Sum of RGB (Red+Green+Blue) = 249+20+59=328 (43% of max value = 765). Red value is 249 (97.66% from 255 or 75.91% from 328); Green value is 20 (8.20% from 255 or 6.10% from 328); Blue value is 59 (23.44% from 255 or 17.99% from 328); Max value from RGB is 249 - color contains mainly: red. Hex color #F9143B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F9143B is #06EBC4. Grayscale: #5C5C5C. Windows color (decimal): -453573 or 3871993. OLE color: 3871993.
HSL color Cylindrical-coordinate representation of color #F9143B: hue angle of 349.78º 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 #F9143B is Cyan = 0, Magento = 0.92, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 20 | 59 | - |
| CMYK | 0 | 0.92 | 0.76 | 0.02 |
| HSL | 349.78º | 0.95% | 0.53% | - |
| HSV(B) | 349.78º | 0.92% | 0.98% | - |
| XYZ | 40.11 | 20.96 | 6.07 | - |
| YUV | 92.92 | 108.87 | 239.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 20 | 59 | 0 | 0.92 | 0.76 | 0.02 | 349.78 | 0.95 | 0.53 |
| Hex | F9 | 14 | 3B | 0 | 5C | 4C | 2 | 15E | 5F | 35 |
| Octal | 371 | 24 | 73 | 0 | 134 | 114 | 2 | 536 | 137 | 65 |
| Binary | 11111001 | 10100 | 111011 | 0 | 1011100 | 1001100 | 10 | 101011110 | 1011111 | 110101 |
Color Harmonies of #F9143B
Complementary color
Monochromatic Colors of #F9143B
Black with #F9143B
Text Example
Text Example
White with #F9143B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9143B; }
p { color: rgb(249,20,59); }
H1.HeaderClassName
{
color: #F9143B;
}
.AnyTagClassName
{
color: #F9143B;
}
</style>
background-color css
<style>
a { background-color: #F9143B; }
a { background-color: rgb(249,20,59); }
div.DivClassName
{
background-color: #F9143B;
}
.BgClassName
{
background-color: #F9143B;
}
</style>
border-color css
<style>
span { border-color: #F9143B; }
span { border-color: rgb(249,20,59); }
td.TdClassName
{
border-color: #F9143B;
}
.TagClassName
{
border-color: #F9143B;
}
</style>