Shades of Torch Red #F91A3B
Tints of Torch Red #F91A3B
RGB
CMYK
RGB Variations
Color information
#F91A3B (or 0xF91A3B) is known color: Torch Red. HEX triplet: F9, 1A and 3B. RGB value is (249,26,59). Sum of RGB (Red+Green+Blue) = 249+26+59=334 (44% of max value = 765). Red value is 249 (97.66% from 255 or 74.55% from 334); Green value is 26 (10.55% from 255 or 7.78% from 334); Blue value is 59 (23.44% from 255 or 17.66% from 334); Max value from RGB is 249 - color contains mainly: red. Hex color #F91A3B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F91A3B is #06E5C4. Grayscale: #606060. Windows color (decimal): -452037 or 3873529. OLE color: 3873529.
HSL color Cylindrical-coordinate representation of color #F91A3B: hue angle of 351.12º 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 #F91A3B is Cyan = 0, Magento = 0.90, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 26 | 59 | - |
| CMYK | 0 | 0.90 | 0.76 | 0.02 |
| HSL | 351.12º | 0.95% | 0.54% | - |
| HSV(B) | 351.12º | 0.9% | 0.98% | - |
| XYZ | 40.23 | 21.19 | 6.11 | - |
| YUV | 96.44 | 106.88 | 236.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 26 | 59 | 0 | 0.90 | 0.76 | 0.02 | 351.12 | 0.95 | 0.54 |
| Hex | F9 | 1A | 3B | 0 | 5A | 4C | 2 | 15F | 5F | 36 |
| Octal | 371 | 32 | 73 | 0 | 132 | 114 | 2 | 537 | 137 | 66 |
| Binary | 11111001 | 11010 | 111011 | 0 | 1011010 | 1001100 | 10 | 101011111 | 1011111 | 110110 |
Color Harmonies of #F91A3B
Complementary color
Monochromatic Colors of #F91A3B
Black with #F91A3B
Text Example
Text Example
White with #F91A3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91A3B; }
p { color: rgb(249,26,59); }
H1.HeaderClassName
{
color: #F91A3B;
}
.AnyTagClassName
{
color: #F91A3B;
}
</style>
background-color css
<style>
a { background-color: #F91A3B; }
a { background-color: rgb(249,26,59); }
div.DivClassName
{
background-color: #F91A3B;
}
.BgClassName
{
background-color: #F91A3B;
}
</style>
border-color css
<style>
span { border-color: #F91A3B; }
span { border-color: rgb(249,26,59); }
td.TdClassName
{
border-color: #F91A3B;
}
.TagClassName
{
border-color: #F91A3B;
}
</style>