Shades of Torch Red #F9134D
Tints of Torch Red #F9134D
RGB
CMYK
RGB Variations
Color information
#F9134D (or 0xF9134D) is known color: Torch Red. HEX triplet: F9, 13 and 4D. RGB value is (249,19,77). Sum of RGB (Red+Green+Blue) = 249+19+77=345 (45% of max value = 765). Red value is 249 (97.66% from 255 or 72.17% from 345); Green value is 19 (7.81% from 255 or 5.51% from 345); Blue value is 77 (30.47% from 255 or 22.32% from 345); Max value from RGB is 249 - color contains mainly: red. Hex color #F9134D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F9134D is #06ECB2. Grayscale: #5E5E5E. Windows color (decimal): -453811 or 5051385. OLE color: 5051385.
HSL color Cylindrical-coordinate representation of color #F9134D: hue angle of 344.87º 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 #F9134D is Cyan = 0, Magento = 0.92, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 19 | 77 | - |
| CMYK | 0 | 0.92 | 0.69 | 0.02 |
| HSL | 344.87º | 0.95% | 0.53% | - |
| HSV(B) | 344.87º | 0.92% | 0.98% | - |
| XYZ | 40.64 | 21.14 | 8.96 | - |
| YUV | 94.38 | 118.2 | 238.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 19 | 77 | 0 | 0.92 | 0.69 | 0.02 | 344.87 | 0.95 | 0.53 |
| Hex | F9 | 13 | 4D | 0 | 5C | 45 | 2 | 159 | 5F | 35 |
| Octal | 371 | 23 | 115 | 0 | 134 | 105 | 2 | 531 | 137 | 65 |
| Binary | 11111001 | 10011 | 1001101 | 0 | 1011100 | 1000101 | 10 | 101011001 | 1011111 | 110101 |
Color Harmonies of #F9134D
Complementary color
Monochromatic Colors of #F9134D
Black with #F9134D
Text Example
Text Example
White with #F9134D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9134D; }
p { color: rgb(249,19,77); }
H1.HeaderClassName
{
color: #F9134D;
}
.AnyTagClassName
{
color: #F9134D;
}
</style>
background-color css
<style>
a { background-color: #F9134D; }
a { background-color: rgb(249,19,77); }
div.DivClassName
{
background-color: #F9134D;
}
.BgClassName
{
background-color: #F9134D;
}
</style>
border-color css
<style>
span { border-color: #F9134D; }
span { border-color: rgb(249,19,77); }
td.TdClassName
{
border-color: #F9134D;
}
.TagClassName
{
border-color: #F9134D;
}
</style>