Shades of Torch Red #F91A2E
Tints of Torch Red #F91A2E
RGB
CMYK
RGB Variations
Color information
#F91A2E (or 0xF91A2E) is known color: Torch Red. HEX triplet: F9, 1A and 2E. RGB value is (249,26,46). Sum of RGB (Red+Green+Blue) = 249+26+46=321 (42% of max value = 765). Red value is 249 (97.66% from 255 or 77.57% from 321); Green value is 26 (10.55% from 255 or 8.10% from 321); Blue value is 46 (18.36% from 255 or 14.33% from 321); Max value from RGB is 249 - color contains mainly: red. Hex color #F91A2E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F91A2E is #06E5D1. Grayscale: #5F5F5F. Windows color (decimal): -452050 or 3021561. OLE color: 3021561.
HSL color Cylindrical-coordinate representation of color #F91A2E: hue angle of 354.62º 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 #F91A2E is Cyan = 0, Magento = 0.90, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 26 | 46 | - |
| CMYK | 0 | 0.90 | 0.82 | 0.02 |
| HSL | 354.62º | 0.95% | 0.54% | - |
| HSV(B) | 354.62º | 0.9% | 0.98% | - |
| XYZ | 39.93 | 21.08 | 4.55 | - |
| YUV | 94.96 | 100.38 | 237.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 26 | 46 | 0 | 0.90 | 0.82 | 0.02 | 354.62 | 0.95 | 0.54 |
| Hex | F9 | 1A | 2E | 0 | 5A | 52 | 2 | 163 | 5F | 36 |
| Octal | 371 | 32 | 56 | 0 | 132 | 122 | 2 | 543 | 137 | 66 |
| Binary | 11111001 | 11010 | 101110 | 0 | 1011010 | 1010010 | 10 | 101100011 | 1011111 | 110110 |
Color Harmonies of #F91A2E
Complementary color
Monochromatic Colors of #F91A2E
Black with #F91A2E
Text Example
Text Example
White with #F91A2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91A2E; }
p { color: rgb(249,26,46); }
H1.HeaderClassName
{
color: #F91A2E;
}
.AnyTagClassName
{
color: #F91A2E;
}
</style>
background-color css
<style>
a { background-color: #F91A2E; }
a { background-color: rgb(249,26,46); }
div.DivClassName
{
background-color: #F91A2E;
}
.BgClassName
{
background-color: #F91A2E;
}
</style>
border-color css
<style>
span { border-color: #F91A2E; }
span { border-color: rgb(249,26,46); }
td.TdClassName
{
border-color: #F91A2E;
}
.TagClassName
{
border-color: #F91A2E;
}
</style>