Shades of Torch Red #F8033C
Tints of Torch Red #F8033C
RGB
CMYK
RGB Variations
Color information
#F8033C (or 0xF8033C) is known color: Torch Red. HEX triplet: F8, 03 and 3C. RGB value is (248,3,60). Sum of RGB (Red+Green+Blue) = 248+3+60=311 (41% of max value = 765). Red value is 248 (97.27% from 255 or 79.74% from 311); Green value is 3 (1.56% from 255 or 0.96% from 311); Blue value is 60 (23.83% from 255 or 19.29% from 311); Max value from RGB is 248 - color contains mainly: red. Hex color #F8033C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F8033C is #07FCC3. Grayscale: #525252. Windows color (decimal): -523460 or 3933176. OLE color: 3933176.
HSL color Cylindrical-coordinate representation of color #F8033C: hue angle of 346.04º 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 #F8033C is Cyan = 0, Magento = 0.99, Yellow = 0.76 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 3 | 60 | - |
| CMYK | 0 | 0.99 | 0.76 | 0.03 |
| HSL | 346.04º | 0.98% | 0.49% | - |
| HSV(B) | 346.04º | 0.99% | 0.97% | - |
| XYZ | 39.56 | 20.35 | 6.12 | - |
| YUV | 82.75 | 115.17 | 245.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 3 | 60 | 0 | 0.99 | 0.76 | 0.03 | 346.04 | 0.98 | 0.49 |
| Hex | F8 | 3 | 3C | 0 | 63 | 4C | 3 | 15A | 62 | 31 |
| Octal | 370 | 3 | 74 | 0 | 143 | 114 | 3 | 532 | 142 | 61 |
| Binary | 11111000 | 11 | 111100 | 0 | 1100011 | 1001100 | 11 | 101011010 | 1100010 | 110001 |
Color Harmonies of #F8033C
Complementary color
Monochromatic Colors of #F8033C
Black with #F8033C
Text Example
Text Example
White with #F8033C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8033C; }
p { color: rgb(248,3,60); }
H1.HeaderClassName
{
color: #F8033C;
}
.AnyTagClassName
{
color: #F8033C;
}
</style>
background-color css
<style>
a { background-color: #F8033C; }
a { background-color: rgb(248,3,60); }
div.DivClassName
{
background-color: #F8033C;
}
.BgClassName
{
background-color: #F8033C;
}
</style>
border-color css
<style>
span { border-color: #F8033C; }
span { border-color: rgb(248,3,60); }
td.TdClassName
{
border-color: #F8033C;
}
.TagClassName
{
border-color: #F8033C;
}
</style>