Shades of Torch Red #F80237
Tints of Torch Red #F80237
RGB
CMYK
RGB Variations
Color information
#F80237 (or 0xF80237) is known color: Torch Red. HEX triplet: F8, 02 and 37. RGB value is (248,2,55). Sum of RGB (Red+Green+Blue) = 248+2+55=305 (40% of max value = 765). Red value is 248 (97.27% from 255 or 81.31% from 305); Green value is 2 (1.17% from 255 or 0.66% from 305); Blue value is 55 (21.88% from 255 or 18.03% from 305); Max value from RGB is 248 - color contains mainly: red. Hex color #F80237 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F80237 is #07FDC8. Grayscale: #515151. Windows color (decimal): -523721 or 3605240. OLE color: 3605240.
HSL color Cylindrical-coordinate representation of color #F80237: hue angle of 347.07º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F80237 is Cyan = 0, Magento = 0.99, Yellow = 0.78 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 2 | 55 | - |
| CMYK | 0 | 0.99 | 0.78 | 0.03 |
| HSL | 347.07º | 0.98% | 0.49% | - |
| HSV(B) | 347.07º | 0.99% | 0.97% | - |
| XYZ | 39.42 | 20.28 | 5.45 | - |
| YUV | 81.6 | 113 | 246.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 2 | 55 | 0 | 0.99 | 0.78 | 0.03 | 347.07 | 0.98 | 0.49 |
| Hex | F8 | 2 | 37 | 0 | 63 | 4E | 3 | 15B | 62 | 31 |
| Octal | 370 | 2 | 67 | 0 | 143 | 116 | 3 | 533 | 142 | 61 |
| Binary | 11111000 | 10 | 110111 | 0 | 1100011 | 1001110 | 11 | 101011011 | 1100010 | 110001 |
Color Harmonies of #F80237
Complementary color
Monochromatic Colors of #F80237
Black with #F80237
Text Example
Text Example
White with #F80237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80237; }
p { color: rgb(248,2,55); }
H1.HeaderClassName
{
color: #F80237;
}
.AnyTagClassName
{
color: #F80237;
}
</style>
background-color css
<style>
a { background-color: #F80237; }
a { background-color: rgb(248,2,55); }
div.DivClassName
{
background-color: #F80237;
}
.BgClassName
{
background-color: #F80237;
}
</style>
border-color css
<style>
span { border-color: #F80237; }
span { border-color: rgb(248,2,55); }
td.TdClassName
{
border-color: #F80237;
}
.TagClassName
{
border-color: #F80237;
}
</style>