Shades of Torch Red #F91A1B
Tints of Torch Red #F91A1B
RGB
CMYK
RGB Variations
Color information
#F91A1B (or 0xF91A1B) is known color: Torch Red. HEX triplet: F9, 1A and 1B. RGB value is (249,26,27). Sum of RGB (Red+Green+Blue) = 249+26+27=302 (40% of max value = 765). Red value is 249 (97.66% from 255 or 82.45% from 302); Green value is 26 (10.55% from 255 or 8.61% from 302); Blue value is 27 (10.94% from 255 or 8.94% from 302); Max value from RGB is 249 - color contains mainly: red. Hex color #F91A1B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F91A1B is #06E5E4. Grayscale: #5D5D5D. Windows color (decimal): -452069 or 1776377. OLE color: 1776377.
HSL color Cylindrical-coordinate representation of color #F91A1B: hue angle of 359.73º 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 #F91A1B is Cyan = 0, Magento = 0.90, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 26 | 27 | - |
| CMYK | 0 | 0.90 | 0.89 | 0.02 |
| HSL | 359.73º | 0.95% | 0.54% | - |
| HSV(B) | 359.73º | 0.9% | 0.98% | - |
| XYZ | 39.63 | 20.96 | 2.99 | - |
| YUV | 92.79 | 90.88 | 239.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 26 | 27 | 0 | 0.90 | 0.89 | 0.02 | 359.73 | 0.95 | 0.54 |
| Hex | F9 | 1A | 1B | 0 | 5A | 59 | 2 | 168 | 5F | 36 |
| Octal | 371 | 32 | 33 | 0 | 132 | 131 | 2 | 550 | 137 | 66 |
| Binary | 11111001 | 11010 | 11011 | 0 | 1011010 | 1011001 | 10 | 101101000 | 1011111 | 110110 |
Color Harmonies of #F91A1B
Complementary color
Monochromatic Colors of #F91A1B
Black with #F91A1B
Text Example
Text Example
White with #F91A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91A1B; }
p { color: rgb(249,26,27); }
H1.HeaderClassName
{
color: #F91A1B;
}
.AnyTagClassName
{
color: #F91A1B;
}
</style>
background-color css
<style>
a { background-color: #F91A1B; }
a { background-color: rgb(249,26,27); }
div.DivClassName
{
background-color: #F91A1B;
}
.BgClassName
{
background-color: #F91A1B;
}
</style>
border-color css
<style>
span { border-color: #F91A1B; }
span { border-color: rgb(249,26,27); }
td.TdClassName
{
border-color: #F91A1B;
}
.TagClassName
{
border-color: #F91A1B;
}
</style>