Shades of Torch Red #F8002D
Tints of Torch Red #F8002D
RGB
CMYK
RGB Variations
Color information
#F8002D (or 0xF8002D) is known color: Torch Red. HEX triplet: F8, 00 and 2D. RGB value is (248,0,45). Sum of RGB (Red+Green+Blue) = 248+0+45=293 (38% of max value = 765). Red value is 248 (97.27% from 255 or 84.64% from 293); Green value is 0 (0.39% from 255 or 0% from 293); Blue value is 45 (17.97% from 255 or 15.36% from 293); Max value from RGB is 248 - color contains mainly: red. Hex color #F8002D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F8002D is #07FFD2. Grayscale: #4F4F4F. Windows color (decimal): -524243 or 2949368. OLE color: 2949368.
HSL color Cylindrical-coordinate representation of color #F8002D: hue angle of 349.11º 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 #F8002D is Cyan = 0, Magento = 1, Yellow = 0.82 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 0 | 45 | - |
| CMYK | 0 | 1 | 0.82 | 0.03 |
| HSL | 349.11º | 1% | 0.49% | - |
| HSV(B) | 349.11º | 1% | 0.97% | - |
| XYZ | 39.19 | 20.15 | 4.31 | - |
| YUV | 79.28 | 108.66 | 248.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 0 | 45 | 0 | 1 | 0.82 | 0.03 | 349.11 | 1 | 0.49 |
| Hex | F8 | 0 | 2D | 0 | 64 | 52 | 3 | 15D | 64 | 31 |
| Octal | 370 | 0 | 55 | 0 | 144 | 122 | 3 | 535 | 144 | 61 |
| Binary | 11111000 | 0 | 101101 | 0 | 1100100 | 1010010 | 11 | 101011101 | 1100100 | 110001 |
Color Harmonies of #F8002D
Complementary color
Monochromatic Colors of #F8002D
Black with #F8002D
Text Example
Text Example
White with #F8002D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8002D; }
p { color: rgb(248,0,45); }
H1.HeaderClassName
{
color: #F8002D;
}
.AnyTagClassName
{
color: #F8002D;
}
</style>
background-color css
<style>
a { background-color: #F8002D; }
a { background-color: rgb(248,0,45); }
div.DivClassName
{
background-color: #F8002D;
}
.BgClassName
{
background-color: #F8002D;
}
</style>
border-color css
<style>
span { border-color: #F8002D; }
span { border-color: rgb(248,0,45); }
td.TdClassName
{
border-color: #F8002D;
}
.TagClassName
{
border-color: #F8002D;
}
</style>