Shades of Torch Red #F8022C
Tints of Torch Red #F8022C
RGB
CMYK
RGB Variations
Color information
#F8022C (or 0xF8022C) is known color: Torch Red. HEX triplet: F8, 02 and 2C. RGB value is (248,2,44). Sum of RGB (Red+Green+Blue) = 248+2+44=294 (38% of max value = 765). Red value is 248 (97.27% from 255 or 84.35% from 294); Green value is 2 (1.17% from 255 or 0.68% from 294); Blue value is 44 (17.58% from 255 or 14.97% from 294); Max value from RGB is 248 - color contains mainly: red. Hex color #F8022C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F8022C is #07FDD3. Grayscale: #505050. Windows color (decimal): -523732 or 2884344. OLE color: 2884344.
HSL color Cylindrical-coordinate representation of color #F8022C: hue angle of 349.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 #F8022C is Cyan = 0, Magento = 0.99, Yellow = 0.82 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 2 | 44 | - |
| CMYK | 0 | 0.99 | 0.82 | 0.03 |
| HSL | 349.76º | 0.98% | 0.49% | - |
| HSV(B) | 349.76º | 0.99% | 0.97% | - |
| XYZ | 39.19 | 20.18 | 4.21 | - |
| YUV | 80.34 | 107.5 | 247.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 2 | 44 | 0 | 0.99 | 0.82 | 0.03 | 349.76 | 0.98 | 0.49 |
| Hex | F8 | 2 | 2C | 0 | 63 | 52 | 3 | 15E | 62 | 31 |
| Octal | 370 | 2 | 54 | 0 | 143 | 122 | 3 | 536 | 142 | 61 |
| Binary | 11111000 | 10 | 101100 | 0 | 1100011 | 1010010 | 11 | 101011110 | 1100010 | 110001 |
Color Harmonies of #F8022C
Complementary color
Monochromatic Colors of #F8022C
Black with #F8022C
Text Example
Text Example
White with #F8022C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8022C; }
p { color: rgb(248,2,44); }
H1.HeaderClassName
{
color: #F8022C;
}
.AnyTagClassName
{
color: #F8022C;
}
</style>
background-color css
<style>
a { background-color: #F8022C; }
a { background-color: rgb(248,2,44); }
div.DivClassName
{
background-color: #F8022C;
}
.BgClassName
{
background-color: #F8022C;
}
</style>
border-color css
<style>
span { border-color: #F8022C; }
span { border-color: rgb(248,2,44); }
td.TdClassName
{
border-color: #F8022C;
}
.TagClassName
{
border-color: #F8022C;
}
</style>