Shades of Torch Red #F81632
Tints of Torch Red #F81632
RGB
CMYK
RGB Variations
Color information
#F81632 (or 0xF81632) is known color: Torch Red. HEX triplet: F8, 16 and 32. RGB value is (248,22,50). Sum of RGB (Red+Green+Blue) = 248+22+50=320 (42% of max value = 765). Red value is 248 (97.27% from 255 or 77.5% from 320); Green value is 22 (8.98% from 255 or 6.88% from 320); Blue value is 50 (19.92% from 255 or 15.62% from 320); Max value from RGB is 248 - color contains mainly: red. Hex color #F81632 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F81632 is #07E9CD. Grayscale: #5C5C5C. Windows color (decimal): -518606 or 3282680. OLE color: 3282680.
HSL color Cylindrical-coordinate representation of color #F81632: hue angle of 352.57º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F81632 is Cyan = 0, Magento = 0.91, Yellow = 0.80 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 22 | 50 | - |
| CMYK | 0 | 0.91 | 0.80 | 0.03 |
| HSL | 352.57º | 0.94% | 0.53% | - |
| HSV(B) | 352.57º | 0.91% | 0.97% | - |
| XYZ | 39.57 | 20.76 | 4.94 | - |
| YUV | 92.77 | 103.87 | 238.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 22 | 50 | 0 | 0.91 | 0.80 | 0.03 | 352.57 | 0.94 | 0.53 |
| Hex | F8 | 16 | 32 | 0 | 5B | 50 | 3 | 161 | 5E | 35 |
| Octal | 370 | 26 | 62 | 0 | 133 | 120 | 3 | 541 | 136 | 65 |
| Binary | 11111000 | 10110 | 110010 | 0 | 1011011 | 1010000 | 11 | 101100001 | 1011110 | 110101 |
Color Harmonies of #F81632
Complementary color
Monochromatic Colors of #F81632
Black with #F81632
Text Example
Text Example
White with #F81632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81632; }
p { color: rgb(248,22,50); }
H1.HeaderClassName
{
color: #F81632;
}
.AnyTagClassName
{
color: #F81632;
}
</style>
background-color css
<style>
a { background-color: #F81632; }
a { background-color: rgb(248,22,50); }
div.DivClassName
{
background-color: #F81632;
}
.BgClassName
{
background-color: #F81632;
}
</style>
border-color css
<style>
span { border-color: #F81632; }
span { border-color: rgb(248,22,50); }
td.TdClassName
{
border-color: #F81632;
}
.TagClassName
{
border-color: #F81632;
}
</style>