Shades of Torch Red #F80335
Tints of Torch Red #F80335
RGB
CMYK
RGB Variations
Color information
#F80335 (or 0xF80335) is known color: Torch Red. HEX triplet: F8, 03 and 35. RGB value is (248,3,53). Sum of RGB (Red+Green+Blue) = 248+3+53=304 (40% of max value = 765). Red value is 248 (97.27% from 255 or 81.58% from 304); Green value is 3 (1.56% from 255 or 0.99% from 304); Blue value is 53 (21.09% from 255 or 17.43% from 304); Max value from RGB is 248 - color contains mainly: red. Hex color #F80335 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F80335 is #07FCCA. Grayscale: #515151. Windows color (decimal): -523467 or 3474424. OLE color: 3474424.
HSL color Cylindrical-coordinate representation of color #F80335: hue angle of 347.76º 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 #F80335 is Cyan = 0, Magento = 0.99, Yellow = 0.79 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 3 | 53 | - |
| CMYK | 0 | 0.99 | 0.79 | 0.03 |
| HSL | 347.76º | 0.98% | 0.49% | - |
| HSV(B) | 347.76º | 0.99% | 0.97% | - |
| XYZ | 39.39 | 20.28 | 5.21 | - |
| YUV | 81.96 | 111.67 | 246.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 3 | 53 | 0 | 0.99 | 0.79 | 0.03 | 347.76 | 0.98 | 0.49 |
| Hex | F8 | 3 | 35 | 0 | 63 | 4F | 3 | 15C | 62 | 31 |
| Octal | 370 | 3 | 65 | 0 | 143 | 117 | 3 | 534 | 142 | 61 |
| Binary | 11111000 | 11 | 110101 | 0 | 1100011 | 1001111 | 11 | 101011100 | 1100010 | 110001 |
Color Harmonies of #F80335
Complementary color
Monochromatic Colors of #F80335
Black with #F80335
Text Example
Text Example
White with #F80335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F80335; }
p { color: rgb(248,3,53); }
H1.HeaderClassName
{
color: #F80335;
}
.AnyTagClassName
{
color: #F80335;
}
</style>
background-color css
<style>
a { background-color: #F80335; }
a { background-color: rgb(248,3,53); }
div.DivClassName
{
background-color: #F80335;
}
.BgClassName
{
background-color: #F80335;
}
</style>
border-color css
<style>
span { border-color: #F80335; }
span { border-color: rgb(248,3,53); }
td.TdClassName
{
border-color: #F80335;
}
.TagClassName
{
border-color: #F80335;
}
</style>