Shades of Torch Red #F31921
Tints of Torch Red #F31921
RGB
CMYK
RGB Variations
Color information
#F31921 (or 0xF31921) is known color: Torch Red. HEX triplet: F3, 19 and 21. RGB value is (243,25,33). Sum of RGB (Red+Green+Blue) = 243+25+33=301 (39% of max value = 765). Red value is 243 (95.31% from 255 or 80.73% from 301); Green value is 25 (10.16% from 255 or 8.31% from 301); Blue value is 33 (13.28% from 255 or 10.96% from 301); Max value from RGB is 243 - color contains mainly: red. Hex color #F31921 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F31921 is #0CE6DE. Grayscale: #5B5B5B. Windows color (decimal): -845535 or 2169331. OLE color: 2169331.
HSL color Cylindrical-coordinate representation of color #F31921: hue angle of 357.8º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F31921 is Cyan = 0, Magento = 0.90, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 25 | 33 | - |
| CMYK | 0 | 0.90 | 0.86 | 0.05 |
| HSL | 357.8º | 0.9% | 0.53% | - |
| HSV(B) | 357.8º | 0.9% | 0.95% | - |
| XYZ | 37.58 | 19.86 | 3.29 | - |
| YUV | 91.09 | 95.22 | 236.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 25 | 33 | 0 | 0.90 | 0.86 | 0.05 | 357.8 | 0.9 | 0.53 |
| Hex | F3 | 19 | 21 | 0 | 5A | 56 | 5 | 166 | 5A | 35 |
| Octal | 363 | 31 | 41 | 0 | 132 | 126 | 5 | 546 | 132 | 65 |
| Binary | 11110011 | 11001 | 100001 | 0 | 1011010 | 1010110 | 101 | 101100110 | 1011010 | 110101 |
Color Harmonies of #F31921
Complementary color
Monochromatic Colors of #F31921
Black with #F31921
Text Example
Text Example
White with #F31921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31921; }
p { color: rgb(243,25,33); }
H1.HeaderClassName
{
color: #F31921;
}
.AnyTagClassName
{
color: #F31921;
}
</style>
background-color css
<style>
a { background-color: #F31921; }
a { background-color: rgb(243,25,33); }
div.DivClassName
{
background-color: #F31921;
}
.BgClassName
{
background-color: #F31921;
}
</style>
border-color css
<style>
span { border-color: #F31921; }
span { border-color: rgb(243,25,33); }
td.TdClassName
{
border-color: #F31921;
}
.TagClassName
{
border-color: #F31921;
}
</style>