Shades of Torch Red #F31922
Tints of Torch Red #F31922
RGB
CMYK
RGB Variations
Color information
#F31922 (or 0xF31922) is known color: Torch Red. HEX triplet: F3, 19 and 22. RGB value is (243,25,34). Sum of RGB (Red+Green+Blue) = 243+25+34=302 (40% of max value = 765). Red value is 243 (95.31% from 255 or 80.46% from 302); Green value is 25 (10.16% from 255 or 8.28% from 302); Blue value is 34 (13.67% from 255 or 11.26% from 302); Max value from RGB is 243 - color contains mainly: red. Hex color #F31922 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F31922 is #0CE6DD. Grayscale: #5B5B5B. Windows color (decimal): -845534 or 2234867. OLE color: 2234867.
HSL color Cylindrical-coordinate representation of color #F31922: hue angle of 357.52º 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 #F31922 is Cyan = 0, Magento = 0.90, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 25 | 34 | - |
| CMYK | 0 | 0.90 | 0.86 | 0.05 |
| HSL | 357.52º | 0.9% | 0.53% | - |
| HSV(B) | 357.52º | 0.9% | 0.95% | - |
| XYZ | 37.6 | 19.87 | 3.37 | - |
| YUV | 91.21 | 95.72 | 236.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 25 | 34 | 0 | 0.90 | 0.86 | 0.05 | 357.52 | 0.9 | 0.53 |
| Hex | F3 | 19 | 22 | 0 | 5A | 56 | 5 | 166 | 5A | 35 |
| Octal | 363 | 31 | 42 | 0 | 132 | 126 | 5 | 546 | 132 | 65 |
| Binary | 11110011 | 11001 | 100010 | 0 | 1011010 | 1010110 | 101 | 101100110 | 1011010 | 110101 |
Color Harmonies of #F31922
Complementary color
Monochromatic Colors of #F31922
Black with #F31922
Text Example
Text Example
White with #F31922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F31922; }
p { color: rgb(243,25,34); }
H1.HeaderClassName
{
color: #F31922;
}
.AnyTagClassName
{
color: #F31922;
}
</style>
background-color css
<style>
a { background-color: #F31922; }
a { background-color: rgb(243,25,34); }
div.DivClassName
{
background-color: #F31922;
}
.BgClassName
{
background-color: #F31922;
}
</style>
border-color css
<style>
span { border-color: #F31922; }
span { border-color: rgb(243,25,34); }
td.TdClassName
{
border-color: #F31922;
}
.TagClassName
{
border-color: #F31922;
}
</style>