Shades of Torch Red #F8003B
Tints of Torch Red #F8003B
RGB
CMYK
RGB Variations
Color information
#F8003B (or 0xF8003B) is known color: Torch Red. HEX triplet: F8, 00 and 3B. RGB value is (248,0,59). Sum of RGB (Red+Green+Blue) = 248+0+59=307 (40% of max value = 765). Red value is 248 (97.27% from 255 or 80.78% from 307); Green value is 0 (0.39% from 255 or 0% from 307); Blue value is 59 (23.44% from 255 or 19.22% from 307); Max value from RGB is 248 - color contains mainly: red. Hex color #F8003B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F8003B is #07FFC4. Grayscale: #505050. Windows color (decimal): -524229 or 3866872. OLE color: 3866872.
HSL color Cylindrical-coordinate representation of color #F8003B: hue angle of 345.73º 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 #F8003B is Cyan = 0, Magento = 1, Yellow = 0.76 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 0 | 59 | - |
| CMYK | 0 | 1 | 0.76 | 0.03 |
| HSL | 345.73º | 1% | 0.49% | - |
| HSV(B) | 345.73º | 1% | 0.97% | - |
| XYZ | 39.5 | 20.27 | 5.97 | - |
| YUV | 80.88 | 115.66 | 247.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 0 | 59 | 0 | 1 | 0.76 | 0.03 | 345.73 | 1 | 0.49 |
| Hex | F8 | 0 | 3B | 0 | 64 | 4C | 3 | 15A | 64 | 31 |
| Octal | 370 | 0 | 73 | 0 | 144 | 114 | 3 | 532 | 144 | 61 |
| Binary | 11111000 | 0 | 111011 | 0 | 1100100 | 1001100 | 11 | 101011010 | 1100100 | 110001 |
Color Harmonies of #F8003B
Complementary color
Monochromatic Colors of #F8003B
Black with #F8003B
Text Example
Text Example
White with #F8003B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8003B; }
p { color: rgb(248,0,59); }
H1.HeaderClassName
{
color: #F8003B;
}
.AnyTagClassName
{
color: #F8003B;
}
</style>
background-color css
<style>
a { background-color: #F8003B; }
a { background-color: rgb(248,0,59); }
div.DivClassName
{
background-color: #F8003B;
}
.BgClassName
{
background-color: #F8003B;
}
</style>
border-color css
<style>
span { border-color: #F8003B; }
span { border-color: rgb(248,0,59); }
td.TdClassName
{
border-color: #F8003B;
}
.TagClassName
{
border-color: #F8003B;
}
</style>