Shades of Torch Red #F9181A
Tints of Torch Red #F9181A
RGB
CMYK
RGB Variations
Color information
#F9181A (or 0xF9181A) is known color: Torch Red. HEX triplet: F9, 18 and 1A. RGB value is (249,24,26). Sum of RGB (Red+Green+Blue) = 249+24+26=299 (39% of max value = 765). Red value is 249 (97.66% from 255 or 83.28% from 299); Green value is 24 (9.77% from 255 or 8.03% from 299); Blue value is 26 (10.55% from 255 or 8.70% from 299); Max value from RGB is 249 - color contains mainly: red. Hex color #F9181A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F9181A is #06E7E5. Grayscale: #5B5B5B. Windows color (decimal): -452582 or 1710329. OLE color: 1710329.
HSL color Cylindrical-coordinate representation of color #F9181A: hue angle of 359.47º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F9181A is Cyan = 0, Magento = 0.90, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 24 | 26 | - |
| CMYK | 0 | 0.90 | 0.90 | 0.02 |
| HSL | 359.47º | 0.95% | 0.54% | - |
| HSV(B) | 359.47º | 0.9% | 0.98% | - |
| XYZ | 39.58 | 20.87 | 2.92 | - |
| YUV | 91.5 | 91.04 | 240.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 24 | 26 | 0 | 0.90 | 0.90 | 0.02 | 359.47 | 0.95 | 0.54 |
| Hex | F9 | 18 | 1A | 0 | 5A | 5A | 2 | 167 | 5F | 36 |
| Octal | 371 | 30 | 32 | 0 | 132 | 132 | 2 | 547 | 137 | 66 |
| Binary | 11111001 | 11000 | 11010 | 0 | 1011010 | 1011010 | 10 | 101100111 | 1011111 | 110110 |
Color Harmonies of #F9181A
Complementary color
Monochromatic Colors of #F9181A
Black with #F9181A
Text Example
Text Example
White with #F9181A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9181A; }
p { color: rgb(249,24,26); }
H1.HeaderClassName
{
color: #F9181A;
}
.AnyTagClassName
{
color: #F9181A;
}
</style>
background-color css
<style>
a { background-color: #F9181A; }
a { background-color: rgb(249,24,26); }
div.DivClassName
{
background-color: #F9181A;
}
.BgClassName
{
background-color: #F9181A;
}
</style>
border-color css
<style>
span { border-color: #F9181A; }
span { border-color: rgb(249,24,26); }
td.TdClassName
{
border-color: #F9181A;
}
.TagClassName
{
border-color: #F9181A;
}
</style>