Shades of Torch Red #F9131A
Tints of Torch Red #F9131A
RGB
CMYK
RGB Variations
Color information
#F9131A (or 0xF9131A) is known color: Torch Red. HEX triplet: F9, 13 and 1A. RGB value is (249,19,26). Sum of RGB (Red+Green+Blue) = 249+19+26=294 (38% of max value = 765). Red value is 249 (97.66% from 255 or 84.69% from 294); Green value is 19 (7.81% from 255 or 6.46% from 294); Blue value is 26 (10.55% from 255 or 8.84% from 294); Max value from RGB is 249 - color contains mainly: red. Hex color #F9131A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F9131A is #06ECE5. Grayscale: #585858. Windows color (decimal): -453862 or 1709049. OLE color: 1709049.
HSL color Cylindrical-coordinate representation of color #F9131A: hue angle of 358.17º 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 #F9131A is Cyan = 0, Magento = 0.92, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 19 | 26 | - |
| CMYK | 0 | 0.92 | 0.90 | 0.02 |
| HSL | 358.17º | 0.95% | 0.53% | - |
| HSV(B) | 358.17º | 0.92% | 0.98% | - |
| XYZ | 39.49 | 20.68 | 2.89 | - |
| YUV | 88.57 | 92.7 | 242.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 19 | 26 | 0 | 0.92 | 0.90 | 0.02 | 358.17 | 0.95 | 0.53 |
| Hex | F9 | 13 | 1A | 0 | 5C | 5A | 2 | 166 | 5F | 35 |
| Octal | 371 | 23 | 32 | 0 | 134 | 132 | 2 | 546 | 137 | 65 |
| Binary | 11111001 | 10011 | 11010 | 0 | 1011100 | 1011010 | 10 | 101100110 | 1011111 | 110101 |
Color Harmonies of #F9131A
Complementary color
Monochromatic Colors of #F9131A
Black with #F9131A
Text Example
Text Example
White with #F9131A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9131A; }
p { color: rgb(249,19,26); }
H1.HeaderClassName
{
color: #F9131A;
}
.AnyTagClassName
{
color: #F9131A;
}
</style>
background-color css
<style>
a { background-color: #F9131A; }
a { background-color: rgb(249,19,26); }
div.DivClassName
{
background-color: #F9131A;
}
.BgClassName
{
background-color: #F9131A;
}
</style>
border-color css
<style>
span { border-color: #F9131A; }
span { border-color: rgb(249,19,26); }
td.TdClassName
{
border-color: #F9131A;
}
.TagClassName
{
border-color: #F9131A;
}
</style>