Shades of Torch Red #F8021B
Tints of Torch Red #F8021B
RGB
CMYK
RGB Variations
Color information
#F8021B (or 0xF8021B) is known color: Torch Red. HEX triplet: F8, 02 and 1B. RGB value is (248,2,27). Sum of RGB (Red+Green+Blue) = 248+2+27=277 (36% of max value = 765). Red value is 248 (97.27% from 255 or 89.53% from 277); Green value is 2 (1.17% from 255 or 0.72% from 277); Blue value is 27 (10.94% from 255 or 9.75% from 277); Max value from RGB is 248 - color contains mainly: red. Hex color #F8021B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F8021B is #07FDE4. Grayscale: #4E4E4E. Windows color (decimal): -523749 or 1770232. OLE color: 1770232.
HSL color Cylindrical-coordinate representation of color #F8021B: hue angle of 353.9º 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 #F8021B is Cyan = 0, Magento = 0.99, Yellow = 0.89 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 2 | 27 | - |
| CMYK | 0 | 0.99 | 0.89 | 0.03 |
| HSL | 353.9º | 0.98% | 0.49% | - |
| HSV(B) | 353.9º | 0.99% | 0.97% | - |
| XYZ | 38.93 | 20.08 | 2.86 | - |
| YUV | 78.4 | 99 | 248.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 2 | 27 | 0 | 0.99 | 0.89 | 0.03 | 353.9 | 0.98 | 0.49 |
| Hex | F8 | 2 | 1B | 0 | 63 | 59 | 3 | 162 | 62 | 31 |
| Octal | 370 | 2 | 33 | 0 | 143 | 131 | 3 | 542 | 142 | 61 |
| Binary | 11111000 | 10 | 11011 | 0 | 1100011 | 1011001 | 11 | 101100010 | 1100010 | 110001 |
Color Harmonies of #F8021B
Complementary color
Monochromatic Colors of #F8021B
Black with #F8021B
Text Example
Text Example
White with #F8021B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8021B; }
p { color: rgb(248,2,27); }
H1.HeaderClassName
{
color: #F8021B;
}
.AnyTagClassName
{
color: #F8021B;
}
</style>
background-color css
<style>
a { background-color: #F8021B; }
a { background-color: rgb(248,2,27); }
div.DivClassName
{
background-color: #F8021B;
}
.BgClassName
{
background-color: #F8021B;
}
</style>
border-color css
<style>
span { border-color: #F8021B; }
span { border-color: rgb(248,2,27); }
td.TdClassName
{
border-color: #F8021B;
}
.TagClassName
{
border-color: #F8021B;
}
</style>