Shades of Torch Red #F8061D
Tints of Torch Red #F8061D
RGB
CMYK
RGB Variations
Color information
#F8061D (or 0xF8061D) is known color: Torch Red. HEX triplet: F8, 06 and 1D. RGB value is (248,6,29). Sum of RGB (Red+Green+Blue) = 248+6+29=283 (37% of max value = 765). Red value is 248 (97.27% from 255 or 87.63% from 283); Green value is 6 (2.73% from 255 or 2.12% from 283); Blue value is 29 (11.72% from 255 or 10.25% from 283); Max value from RGB is 248 - color contains mainly: red. Hex color #F8061D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F8061D is #07F9E2. Grayscale: #515151. Windows color (decimal): -522723 or 1902328. OLE color: 1902328.
HSL color Cylindrical-coordinate representation of color #F8061D: hue angle of 354.3º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F8061D is Cyan = 0, Magento = 0.98, Yellow = 0.88 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 6 | 29 | - |
| CMYK | 0 | 0.98 | 0.88 | 0.03 |
| HSL | 354.3º | 0.95% | 0.5% | - |
| HSV(B) | 354.3º | 0.98% | 0.97% | - |
| XYZ | 39 | 20.18 | 3 | - |
| YUV | 80.98 | 98.67 | 247.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 6 | 29 | 0 | 0.98 | 0.88 | 0.03 | 354.3 | 0.95 | 0.5 |
| Hex | F8 | 6 | 1D | 0 | 62 | 58 | 3 | 162 | 5F | 32 |
| Octal | 370 | 6 | 35 | 0 | 142 | 130 | 3 | 542 | 137 | 62 |
| Binary | 11111000 | 110 | 11101 | 0 | 1100010 | 1011000 | 11 | 101100010 | 1011111 | 110010 |
Color Harmonies of #F8061D
Complementary color
Monochromatic Colors of #F8061D
Black with #F8061D
Text Example
Text Example
White with #F8061D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8061D; }
p { color: rgb(248,6,29); }
H1.HeaderClassName
{
color: #F8061D;
}
.AnyTagClassName
{
color: #F8061D;
}
</style>
background-color css
<style>
a { background-color: #F8061D; }
a { background-color: rgb(248,6,29); }
div.DivClassName
{
background-color: #F8061D;
}
.BgClassName
{
background-color: #F8061D;
}
</style>
border-color css
<style>
span { border-color: #F8061D; }
span { border-color: rgb(248,6,29); }
td.TdClassName
{
border-color: #F8061D;
}
.TagClassName
{
border-color: #F8061D;
}
</style>