Shades of Torch Red #F81232
Tints of Torch Red #F81232
RGB
CMYK
RGB Variations
Color information
#F81232 (or 0xF81232) is known color: Torch Red. HEX triplet: F8, 12 and 32. RGB value is (248,18,50). Sum of RGB (Red+Green+Blue) = 248+18+50=316 (41% of max value = 765). Red value is 248 (97.27% from 255 or 78.48% from 316); Green value is 18 (7.42% from 255 or 5.70% from 316); Blue value is 50 (19.92% from 255 or 15.82% from 316); Max value from RGB is 248 - color contains mainly: red. Hex color #F81232 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F81232 is #07EDCD. Grayscale: #5A5A5A. Windows color (decimal): -519630 or 3281656. OLE color: 3281656.
HSL color Cylindrical-coordinate representation of color #F81232: hue angle of 351.65º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F81232 is Cyan = 0, Magento = 0.93, Yellow = 0.80 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 18 | 50 | - |
| CMYK | 0 | 0.93 | 0.80 | 0.03 |
| HSL | 351.65º | 0.94% | 0.52% | - |
| HSV(B) | 351.65º | 0.93% | 0.97% | - |
| XYZ | 39.5 | 20.62 | 4.92 | - |
| YUV | 90.42 | 105.2 | 240.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 18 | 50 | 0 | 0.93 | 0.80 | 0.03 | 351.65 | 0.94 | 0.52 |
| Hex | F8 | 12 | 32 | 0 | 5D | 50 | 3 | 160 | 5E | 34 |
| Octal | 370 | 22 | 62 | 0 | 135 | 120 | 3 | 540 | 136 | 64 |
| Binary | 11111000 | 10010 | 110010 | 0 | 1011101 | 1010000 | 11 | 101100000 | 1011110 | 110100 |
Color Harmonies of #F81232
Complementary color
Monochromatic Colors of #F81232
Black with #F81232
Text Example
Text Example
White with #F81232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81232; }
p { color: rgb(248,18,50); }
H1.HeaderClassName
{
color: #F81232;
}
.AnyTagClassName
{
color: #F81232;
}
</style>
background-color css
<style>
a { background-color: #F81232; }
a { background-color: rgb(248,18,50); }
div.DivClassName
{
background-color: #F81232;
}
.BgClassName
{
background-color: #F81232;
}
</style>
border-color css
<style>
span { border-color: #F81232; }
span { border-color: rgb(248,18,50); }
td.TdClassName
{
border-color: #F81232;
}
.TagClassName
{
border-color: #F81232;
}
</style>