Shades of Torch Red #F81E37
Tints of Torch Red #F81E37
RGB
CMYK
RGB Variations
Color information
#F81E37 (or 0xF81E37) is known color: Torch Red. HEX triplet: F8, 1E and 37. RGB value is (248,30,55). Sum of RGB (Red+Green+Blue) = 248+30+55=333 (44% of max value = 765). Red value is 248 (97.27% from 255 or 74.47% from 333); Green value is 30 (12.11% from 255 or 9.01% from 333); Blue value is 55 (21.88% from 255 or 16.52% from 333); Max value from RGB is 248 - color contains mainly: red. Hex color #F81E37 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F81E37 is #07E1C8. Grayscale: #626262. Windows color (decimal): -516553 or 3612408. OLE color: 3612408.
HSL color Cylindrical-coordinate representation of color #F81E37: hue angle of 353.12º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F81E37 is Cyan = 0, Magento = 0.88, Yellow = 0.78 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 30 | 55 | - |
| CMYK | 0 | 0.88 | 0.78 | 0.03 |
| HSL | 353.12º | 0.94% | 0.55% | - |
| HSV(B) | 353.12º | 0.88% | 0.97% | - |
| XYZ | 39.87 | 21.16 | 5.6 | - |
| YUV | 98.03 | 103.72 | 234.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 30 | 55 | 0 | 0.88 | 0.78 | 0.03 | 353.12 | 0.94 | 0.55 |
| Hex | F8 | 1E | 37 | 0 | 58 | 4E | 3 | 161 | 5E | 37 |
| Octal | 370 | 36 | 67 | 0 | 130 | 116 | 3 | 541 | 136 | 67 |
| Binary | 11111000 | 11110 | 110111 | 0 | 1011000 | 1001110 | 11 | 101100001 | 1011110 | 110111 |
Color Harmonies of #F81E37
Complementary color
Monochromatic Colors of #F81E37
Black with #F81E37
Text Example
Text Example
White with #F81E37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81E37; }
p { color: rgb(248,30,55); }
H1.HeaderClassName
{
color: #F81E37;
}
.AnyTagClassName
{
color: #F81E37;
}
</style>
background-color css
<style>
a { background-color: #F81E37; }
a { background-color: rgb(248,30,55); }
div.DivClassName
{
background-color: #F81E37;
}
.BgClassName
{
background-color: #F81E37;
}
</style>
border-color css
<style>
span { border-color: #F81E37; }
span { border-color: rgb(248,30,55); }
td.TdClassName
{
border-color: #F81E37;
}
.TagClassName
{
border-color: #F81E37;
}
</style>