Shades of Torch Red #F8021D
Tints of Torch Red #F8021D
RGB
CMYK
RGB Variations
Color information
#F8021D (or 0xF8021D) is known color: Torch Red. HEX triplet: F8, 02 and 1D. RGB value is (248,2,29). Sum of RGB (Red+Green+Blue) = 248+2+29=279 (36% of max value = 765). Red value is 248 (97.27% from 255 or 88.89% from 279); Green value is 2 (1.17% from 255 or 0.72% from 279); Blue value is 29 (11.72% from 255 or 10.39% from 279); Max value from RGB is 248 - color contains mainly: red. Hex color #F8021D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F8021D is #07FDE2. Grayscale: #4E4E4E. Windows color (decimal): -523747 or 1901304. OLE color: 1901304.
HSL color Cylindrical-coordinate representation of color #F8021D: hue angle of 353.41º 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 #F8021D is Cyan = 0, Magento = 0.99, Yellow = 0.88 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 2 | 29 | - |
| CMYK | 0 | 0.99 | 0.88 | 0.03 |
| HSL | 353.41º | 0.98% | 0.49% | - |
| HSV(B) | 353.41º | 0.99% | 0.97% | - |
| XYZ | 38.95 | 20.09 | 2.99 | - |
| YUV | 78.63 | 100 | 248.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 2 | 29 | 0 | 0.99 | 0.88 | 0.03 | 353.41 | 0.98 | 0.49 |
| Hex | F8 | 2 | 1D | 0 | 63 | 58 | 3 | 161 | 62 | 31 |
| Octal | 370 | 2 | 35 | 0 | 143 | 130 | 3 | 541 | 142 | 61 |
| Binary | 11111000 | 10 | 11101 | 0 | 1100011 | 1011000 | 11 | 101100001 | 1100010 | 110001 |
Color Harmonies of #F8021D
Complementary color
Monochromatic Colors of #F8021D
Black with #F8021D
Text Example
Text Example
White with #F8021D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8021D; }
p { color: rgb(248,2,29); }
H1.HeaderClassName
{
color: #F8021D;
}
.AnyTagClassName
{
color: #F8021D;
}
</style>
background-color css
<style>
a { background-color: #F8021D; }
a { background-color: rgb(248,2,29); }
div.DivClassName
{
background-color: #F8021D;
}
.BgClassName
{
background-color: #F8021D;
}
</style>
border-color css
<style>
span { border-color: #F8021D; }
span { border-color: rgb(248,2,29); }
td.TdClassName
{
border-color: #F8021D;
}
.TagClassName
{
border-color: #F8021D;
}
</style>