Shades of Torch Red #F81237
Tints of Torch Red #F81237
RGB
CMYK
RGB Variations
Color information
#F81237 (or 0xF81237) is known color: Torch Red. HEX triplet: F8, 12 and 37. RGB value is (248,18,55). Sum of RGB (Red+Green+Blue) = 248+18+55=321 (42% of max value = 765). Red value is 248 (97.27% from 255 or 77.26% from 321); Green value is 18 (7.42% from 255 or 5.61% from 321); Blue value is 55 (21.88% from 255 or 17.13% from 321); Max value from RGB is 248 - color contains mainly: red. Hex color #F81237 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F81237 is #07EDC8. Grayscale: #5B5B5B. Windows color (decimal): -519625 or 3609336. OLE color: 3609336.
HSL color Cylindrical-coordinate representation of color #F81237: hue angle of 350.35º 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 #F81237 is Cyan = 0, Magento = 0.93, Yellow = 0.78 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 18 | 55 | - |
| CMYK | 0 | 0.93 | 0.78 | 0.03 |
| HSL | 350.35º | 0.94% | 0.52% | - |
| HSV(B) | 350.35º | 0.93% | 0.97% | - |
| XYZ | 39.62 | 20.66 | 5.52 | - |
| YUV | 90.99 | 107.7 | 239.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 18 | 55 | 0 | 0.93 | 0.78 | 0.03 | 350.35 | 0.94 | 0.52 |
| Hex | F8 | 12 | 37 | 0 | 5D | 4E | 3 | 15E | 5E | 34 |
| Octal | 370 | 22 | 67 | 0 | 135 | 116 | 3 | 536 | 136 | 64 |
| Binary | 11111000 | 10010 | 110111 | 0 | 1011101 | 1001110 | 11 | 101011110 | 1011110 | 110100 |
Color Harmonies of #F81237
Complementary color
Monochromatic Colors of #F81237
Black with #F81237
Text Example
Text Example
White with #F81237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81237; }
p { color: rgb(248,18,55); }
H1.HeaderClassName
{
color: #F81237;
}
.AnyTagClassName
{
color: #F81237;
}
</style>
background-color css
<style>
a { background-color: #F81237; }
a { background-color: rgb(248,18,55); }
div.DivClassName
{
background-color: #F81237;
}
.BgClassName
{
background-color: #F81237;
}
</style>
border-color css
<style>
span { border-color: #F81237; }
span { border-color: rgb(248,18,55); }
td.TdClassName
{
border-color: #F81237;
}
.TagClassName
{
border-color: #F81237;
}
</style>