Shades of Torch Red #F92232
Tints of Torch Red #F92232
RGB
CMYK
RGB Variations
Color information
#F92232 (or 0xF92232) is known color: Torch Red. HEX triplet: F9, 22 and 32. RGB value is (249,34,50). Sum of RGB (Red+Green+Blue) = 249+34+50=333 (44% of max value = 765). Red value is 249 (97.66% from 255 or 74.77% from 333); Green value is 34 (13.67% from 255 or 10.21% from 333); Blue value is 50 (19.92% from 255 or 15.02% from 333); Max value from RGB is 249 - color contains mainly: red. Hex color #F92232 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F92232 is #06DDCD. Grayscale: #646464. Windows color (decimal): -449998 or 3285753. OLE color: 3285753.
HSL color Cylindrical-coordinate representation of color #F92232: hue angle of 355.53º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F92232 is Cyan = 0, Magento = 0.86, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 34 | 50 | - |
| CMYK | 0 | 0.86 | 0.80 | 0.02 |
| HSL | 355.53º | 0.95% | 0.55% | - |
| HSV(B) | 355.53º | 0.86% | 0.98% | - |
| XYZ | 40.21 | 21.51 | 5.05 | - |
| YUV | 100.11 | 99.73 | 234.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 34 | 50 | 0 | 0.86 | 0.80 | 0.02 | 355.53 | 0.95 | 0.55 |
| Hex | F9 | 22 | 32 | 0 | 56 | 50 | 2 | 164 | 5F | 37 |
| Octal | 371 | 42 | 62 | 0 | 126 | 120 | 2 | 544 | 137 | 67 |
| Binary | 11111001 | 100010 | 110010 | 0 | 1010110 | 1010000 | 10 | 101100100 | 1011111 | 110111 |
Color Harmonies of #F92232
Complementary color
Monochromatic Colors of #F92232
Black with #F92232
Text Example
Text Example
White with #F92232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F92232; }
p { color: rgb(249,34,50); }
H1.HeaderClassName
{
color: #F92232;
}
.AnyTagClassName
{
color: #F92232;
}
</style>
background-color css
<style>
a { background-color: #F92232; }
a { background-color: rgb(249,34,50); }
div.DivClassName
{
background-color: #F92232;
}
.BgClassName
{
background-color: #F92232;
}
</style>
border-color css
<style>
span { border-color: #F92232; }
span { border-color: rgb(249,34,50); }
td.TdClassName
{
border-color: #F92232;
}
.TagClassName
{
border-color: #F92232;
}
</style>