Shades of Torch Red #F91921
Tints of Torch Red #F91921
RGB
CMYK
RGB Variations
Color information
#F91921 (or 0xF91921) is known color: Torch Red. HEX triplet: F9, 19 and 21. RGB value is (249,25,33). Sum of RGB (Red+Green+Blue) = 249+25+33=307 (40% of max value = 765). Red value is 249 (97.66% from 255 or 81.11% from 307); Green value is 25 (10.16% from 255 or 8.14% from 307); Blue value is 33 (13.28% from 255 or 10.75% from 307); Max value from RGB is 249 - color contains mainly: red. Hex color #F91921 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F91921 is #06E6DE. Grayscale: #5D5D5D. Windows color (decimal): -452319 or 2169337. OLE color: 2169337.
HSL color Cylindrical-coordinate representation of color #F91921: hue angle of 357.86º 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 #F91921 is Cyan = 0, Magento = 0.90, Yellow = 0.87 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 25 | 33 | - |
| CMYK | 0 | 0.90 | 0.87 | 0.02 |
| HSL | 357.86º | 0.95% | 0.54% | - |
| HSV(B) | 357.86º | 0.9% | 0.98% | - |
| XYZ | 39.69 | 20.94 | 3.39 | - |
| YUV | 92.89 | 94.21 | 239.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 25 | 33 | 0 | 0.90 | 0.87 | 0.02 | 357.86 | 0.95 | 0.54 |
| Hex | F9 | 19 | 21 | 0 | 5A | 57 | 2 | 166 | 5F | 36 |
| Octal | 371 | 31 | 41 | 0 | 132 | 127 | 2 | 546 | 137 | 66 |
| Binary | 11111001 | 11001 | 100001 | 0 | 1011010 | 1010111 | 10 | 101100110 | 1011111 | 110110 |
Color Harmonies of #F91921
Complementary color
Monochromatic Colors of #F91921
Black with #F91921
Text Example
Text Example
White with #F91921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91921; }
p { color: rgb(249,25,33); }
H1.HeaderClassName
{
color: #F91921;
}
.AnyTagClassName
{
color: #F91921;
}
</style>
background-color css
<style>
a { background-color: #F91921; }
a { background-color: rgb(249,25,33); }
div.DivClassName
{
background-color: #F91921;
}
.BgClassName
{
background-color: #F91921;
}
</style>
border-color css
<style>
span { border-color: #F91921; }
span { border-color: rgb(249,25,33); }
td.TdClassName
{
border-color: #F91921;
}
.TagClassName
{
border-color: #F91921;
}
</style>