Shades of Torch Red #F8033A
Tints of Torch Red #F8033A
RGB
CMYK
RGB Variations
Color information
#F8033A (or 0xF8033A) is known color: Torch Red. HEX triplet: F8, 03 and 3A. RGB value is (248,3,58). Sum of RGB (Red+Green+Blue) = 248+3+58=309 (40% of max value = 765). Red value is 248 (97.27% from 255 or 80.26% from 309); Green value is 3 (1.56% from 255 or 0.97% from 309); Blue value is 58 (23.05% from 255 or 18.77% from 309); Max value from RGB is 248 - color contains mainly: red. Hex color #F8033A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F8033A is #07FCC5. Grayscale: #525252. Windows color (decimal): -523462 or 3802104. OLE color: 3802104.
HSL color Cylindrical-coordinate representation of color #F8033A: hue angle of 346.53º 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 #F8033A is Cyan = 0, Magento = 0.99, Yellow = 0.77 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 3 | 58 | - |
| CMYK | 0 | 0.99 | 0.77 | 0.03 |
| HSL | 346.53º | 0.98% | 0.49% | - |
| HSV(B) | 346.53º | 0.99% | 0.97% | - |
| XYZ | 39.51 | 20.33 | 5.84 | - |
| YUV | 82.53 | 114.17 | 246.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 3 | 58 | 0 | 0.99 | 0.77 | 0.03 | 346.53 | 0.98 | 0.49 |
| Hex | F8 | 3 | 3A | 0 | 63 | 4D | 3 | 15B | 62 | 31 |
| Octal | 370 | 3 | 72 | 0 | 143 | 115 | 3 | 533 | 142 | 61 |
| Binary | 11111000 | 11 | 111010 | 0 | 1100011 | 1001101 | 11 | 101011011 | 1100010 | 110001 |
Color Harmonies of #F8033A
Complementary color
Monochromatic Colors of #F8033A
Black with #F8033A
Text Example
Text Example
White with #F8033A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8033A; }
p { color: rgb(248,3,58); }
H1.HeaderClassName
{
color: #F8033A;
}
.AnyTagClassName
{
color: #F8033A;
}
</style>
background-color css
<style>
a { background-color: #F8033A; }
a { background-color: rgb(248,3,58); }
div.DivClassName
{
background-color: #F8033A;
}
.BgClassName
{
background-color: #F8033A;
}
</style>
border-color css
<style>
span { border-color: #F8033A; }
span { border-color: rgb(248,3,58); }
td.TdClassName
{
border-color: #F8033A;
}
.TagClassName
{
border-color: #F8033A;
}
</style>