Shades of Torch Red #F8032F
Tints of Torch Red #F8032F
RGB
CMYK
RGB Variations
Color information
#F8032F (or 0xF8032F) is known color: Torch Red. HEX triplet: F8, 03 and 2F. RGB value is (248,3,47). Sum of RGB (Red+Green+Blue) = 248+3+47=298 (39% of max value = 765). Red value is 248 (97.27% from 255 or 83.22% from 298); Green value is 3 (1.56% from 255 or 1.01% from 298); Blue value is 47 (18.75% from 255 or 15.77% from 298); Max value from RGB is 248 - color contains mainly: red. Hex color #F8032F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F8032F is #07FCD0. Grayscale: #515151. Windows color (decimal): -523473 or 3081208. OLE color: 3081208.
HSL color Cylindrical-coordinate representation of color #F8032F: hue angle of 349.22º 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 #F8032F is Cyan = 0, Magento = 0.99, Yellow = 0.81 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 3 | 47 | - |
| CMYK | 0 | 0.99 | 0.81 | 0.03 |
| HSL | 349.22º | 0.98% | 0.49% | - |
| HSV(B) | 349.22º | 0.99% | 0.97% | - |
| XYZ | 39.26 | 20.23 | 4.52 | - |
| YUV | 81.27 | 108.67 | 246.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 3 | 47 | 0 | 0.99 | 0.81 | 0.03 | 349.22 | 0.98 | 0.49 |
| Hex | F8 | 3 | 2F | 0 | 63 | 51 | 3 | 15D | 62 | 31 |
| Octal | 370 | 3 | 57 | 0 | 143 | 121 | 3 | 535 | 142 | 61 |
| Binary | 11111000 | 11 | 101111 | 0 | 1100011 | 1010001 | 11 | 101011101 | 1100010 | 110001 |
Color Harmonies of #F8032F
Complementary color
Monochromatic Colors of #F8032F
Black with #F8032F
Text Example
Text Example
White with #F8032F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8032F; }
p { color: rgb(248,3,47); }
H1.HeaderClassName
{
color: #F8032F;
}
.AnyTagClassName
{
color: #F8032F;
}
</style>
background-color css
<style>
a { background-color: #F8032F; }
a { background-color: rgb(248,3,47); }
div.DivClassName
{
background-color: #F8032F;
}
.BgClassName
{
background-color: #F8032F;
}
</style>
border-color css
<style>
span { border-color: #F8032F; }
span { border-color: rgb(248,3,47); }
td.TdClassName
{
border-color: #F8032F;
}
.TagClassName
{
border-color: #F8032F;
}
</style>