Shades of Torch Red #F80345
Tints of Torch Red #F80345
RGB
CMYK
RGB Variations
Color information
#F80345 (or 0xF80345) is known color: Torch Red. HEX triplet: F8, 03 and 45. RGB value is (248,3,69). Sum of RGB (Red+Green+Blue) = 248+3+69=320 (42% of max value = 765). Red value is 248 (97.27% from 255 or 77.5% from 320); Green value is 3 (1.56% from 255 or 0.94% from 320); Blue value is 69 (27.34% from 255 or 21.56% from 320); Max value from RGB is 248 - color contains mainly: red. Hex color #F80345 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F80345 is #07FCBA. Grayscale: #535353. Windows color (decimal): -523451 or 4523000. OLE color: 4523000.
HSL color Cylindrical-coordinate representation of color #F80345: hue angle of 343.84º 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 #F80345 is Cyan = 0, Magento = 0.99, Yellow = 0.72 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 3 | 69 | - |
| CMYK | 0 | 0.99 | 0.72 | 0.03 |
| HSL | 343.84º | 0.98% | 0.49% | - |
| HSV(B) | 343.84º | 0.99% | 0.97% | - |
| XYZ | 39.82 | 20.45 | 7.48 | - |
| YUV | 83.78 | 119.67 | 245.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 3 | 69 | 0 | 0.99 | 0.72 | 0.03 | 343.84 | 0.98 | 0.49 |
| Hex | F8 | 3 | 45 | 0 | 63 | 48 | 3 | 158 | 62 | 31 |
| Octal | 370 | 3 | 105 | 0 | 143 | 110 | 3 | 530 | 142 | 61 |
| Binary | 11111000 | 11 | 1000101 | 0 | 1100011 | 1001000 | 11 | 101011000 | 1100010 | 110001 |
Color Harmonies of #F80345
Complementary color
Monochromatic Colors of #F80345
Black with #F80345
Text Example
Text Example
White with #F80345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80345; }
p { color: rgb(248,3,69); }
H1.HeaderClassName
{
color: #F80345;
}
.AnyTagClassName
{
color: #F80345;
}
</style>
background-color css
<style>
a { background-color: #F80345; }
a { background-color: rgb(248,3,69); }
div.DivClassName
{
background-color: #F80345;
}
.BgClassName
{
background-color: #F80345;
}
</style>
border-color css
<style>
span { border-color: #F80345; }
span { border-color: rgb(248,3,69); }
td.TdClassName
{
border-color: #F80345;
}
.TagClassName
{
border-color: #F80345;
}
</style>