Shades of Torch Red #F8212F
Tints of Torch Red #F8212F
RGB
CMYK
RGB Variations
Color information
#F8212F (or 0xF8212F) is known color: Torch Red. HEX triplet: F8, 21 and 2F. RGB value is (248,33,47). Sum of RGB (Red+Green+Blue) = 248+33+47=328 (43% of max value = 765). Red value is 248 (97.27% from 255 or 75.61% from 328); Green value is 33 (13.28% from 255 or 10.06% from 328); Blue value is 47 (18.75% from 255 or 14.33% from 328); Max value from RGB is 248 - color contains mainly: red. Hex color #F8212F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F8212F is #07DED0. Grayscale: #636363. Windows color (decimal): -515793 or 3088888. OLE color: 3088888.
HSL color Cylindrical-coordinate representation of color #F8212F: hue angle of 356.09º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F8212F is Cyan = 0, Magento = 0.87, Yellow = 0.81 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 33 | 47 | - |
| CMYK | 0 | 0.87 | 0.81 | 0.03 |
| HSL | 356.09º | 0.94% | 0.55% | - |
| HSV(B) | 356.09º | 0.87% | 0.97% | - |
| XYZ | 39.77 | 21.25 | 4.69 | - |
| YUV | 98.88 | 98.73 | 234.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 33 | 47 | 0 | 0.87 | 0.81 | 0.03 | 356.09 | 0.94 | 0.55 |
| Hex | F8 | 21 | 2F | 0 | 57 | 51 | 3 | 164 | 5E | 37 |
| Octal | 370 | 41 | 57 | 0 | 127 | 121 | 3 | 544 | 136 | 67 |
| Binary | 11111000 | 100001 | 101111 | 0 | 1010111 | 1010001 | 11 | 101100100 | 1011110 | 110111 |
Color Harmonies of #F8212F
Complementary color
Monochromatic Colors of #F8212F
Black with #F8212F
Text Example
Text Example
White with #F8212F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8212F; }
p { color: rgb(248,33,47); }
H1.HeaderClassName
{
color: #F8212F;
}
.AnyTagClassName
{
color: #F8212F;
}
</style>
background-color css
<style>
a { background-color: #F8212F; }
a { background-color: rgb(248,33,47); }
div.DivClassName
{
background-color: #F8212F;
}
.BgClassName
{
background-color: #F8212F;
}
</style>
border-color css
<style>
span { border-color: #F8212F; }
span { border-color: rgb(248,33,47); }
td.TdClassName
{
border-color: #F8212F;
}
.TagClassName
{
border-color: #F8212F;
}
</style>