Shades of Torch Red #F9134C
Tints of Torch Red #F9134C
RGB
CMYK
RGB Variations
Color information
#F9134C (or 0xF9134C) is known color: Torch Red. HEX triplet: F9, 13 and 4C. RGB value is (249,19,76). Sum of RGB (Red+Green+Blue) = 249+19+76=344 (45% of max value = 765). Red value is 249 (97.66% from 255 or 72.38% from 344); Green value is 19 (7.81% from 255 or 5.52% from 344); Blue value is 76 (30.08% from 255 or 22.09% from 344); Max value from RGB is 249 - color contains mainly: red. Hex color #F9134C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F9134C is #06ECB3. Grayscale: #5E5E5E. Windows color (decimal): -453812 or 4985849. OLE color: 4985849.
HSL color Cylindrical-coordinate representation of color #F9134C: hue angle of 345.13º 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 #F9134C is Cyan = 0, Magento = 0.92, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 19 | 76 | - |
| CMYK | 0 | 0.92 | 0.69 | 0.02 |
| HSL | 345.13º | 0.95% | 0.53% | - |
| HSV(B) | 345.13º | 0.92% | 0.98% | - |
| XYZ | 40.6 | 21.13 | 8.78 | - |
| YUV | 94.27 | 117.7 | 238.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 19 | 76 | 0 | 0.92 | 0.69 | 0.02 | 345.13 | 0.95 | 0.53 |
| Hex | F9 | 13 | 4C | 0 | 5C | 45 | 2 | 159 | 5F | 35 |
| Octal | 371 | 23 | 114 | 0 | 134 | 105 | 2 | 531 | 137 | 65 |
| Binary | 11111001 | 10011 | 1001100 | 0 | 1011100 | 1000101 | 10 | 101011001 | 1011111 | 110101 |
Color Harmonies of #F9134C
Complementary color
Monochromatic Colors of #F9134C
Black with #F9134C
Text Example
Text Example
White with #F9134C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9134C; }
p { color: rgb(249,19,76); }
H1.HeaderClassName
{
color: #F9134C;
}
.AnyTagClassName
{
color: #F9134C;
}
</style>
background-color css
<style>
a { background-color: #F9134C; }
a { background-color: rgb(249,19,76); }
div.DivClassName
{
background-color: #F9134C;
}
.BgClassName
{
background-color: #F9134C;
}
</style>
border-color css
<style>
span { border-color: #F9134C; }
span { border-color: rgb(249,19,76); }
td.TdClassName
{
border-color: #F9134C;
}
.TagClassName
{
border-color: #F9134C;
}
</style>