Shades of Torch Red #F8002B
Tints of Torch Red #F8002B
RGB
CMYK
RGB Variations
Color information
#F8002B (or 0xF8002B) is known color: Torch Red. HEX triplet: F8, 00 and 2B. RGB value is (248,0,43). Sum of RGB (Red+Green+Blue) = 248+0+43=291 (38% of max value = 765). Red value is 248 (97.27% from 255 or 85.22% from 291); Green value is 0 (0.39% from 255 or 0% from 291); Blue value is 43 (17.19% from 255 or 14.78% from 291); Max value from RGB is 248 - color contains mainly: red. Hex color #F8002B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F8002B is #07FFD4. Grayscale: #4F4F4F. Windows color (decimal): -524245 or 2818296. OLE color: 2818296.
HSL color Cylindrical-coordinate representation of color #F8002B: hue angle of 349.6º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F8002B is Cyan = 0, Magento = 1, Yellow = 0.83 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 0 | 43 | - |
| CMYK | 0 | 1 | 0.83 | 0.03 |
| HSL | 349.6º | 1% | 0.49% | - |
| HSV(B) | 349.6º | 1% | 0.97% | - |
| XYZ | 39.15 | 20.13 | 4.11 | - |
| YUV | 79.05 | 107.66 | 248.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 0 | 43 | 0 | 1 | 0.83 | 0.03 | 349.6 | 1 | 0.49 |
| Hex | F8 | 0 | 2B | 0 | 64 | 53 | 3 | 15E | 64 | 31 |
| Octal | 370 | 0 | 53 | 0 | 144 | 123 | 3 | 536 | 144 | 61 |
| Binary | 11111000 | 0 | 101011 | 0 | 1100100 | 1010011 | 11 | 101011110 | 1100100 | 110001 |
Color Harmonies of #F8002B
Complementary color
Monochromatic Colors of #F8002B
Black with #F8002B
Text Example
Text Example
White with #F8002B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8002B; }
p { color: rgb(248,0,43); }
H1.HeaderClassName
{
color: #F8002B;
}
.AnyTagClassName
{
color: #F8002B;
}
</style>
background-color css
<style>
a { background-color: #F8002B; }
a { background-color: rgb(248,0,43); }
div.DivClassName
{
background-color: #F8002B;
}
.BgClassName
{
background-color: #F8002B;
}
</style>
border-color css
<style>
span { border-color: #F8002B; }
span { border-color: rgb(248,0,43); }
td.TdClassName
{
border-color: #F8002B;
}
.TagClassName
{
border-color: #F8002B;
}
</style>