Shades of Torch Red #F8212A
Tints of Torch Red #F8212A
RGB
CMYK
RGB Variations
Color information
#F8212A (or 0xF8212A) is known color: Torch Red. HEX triplet: F8, 21 and 2A. RGB value is (248,33,42). Sum of RGB (Red+Green+Blue) = 248+33+42=323 (42% of max value = 765). Red value is 248 (97.27% from 255 or 76.78% from 323); Green value is 33 (13.28% from 255 or 10.22% from 323); Blue value is 42 (16.80% from 255 or 13.00% from 323); Max value from RGB is 248 - color contains mainly: red. Hex color #F8212A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F8212A is #07DED5. Grayscale: #626262. Windows color (decimal): -515798 or 2761208. OLE color: 2761208.
HSL color Cylindrical-coordinate representation of color #F8212A: hue angle of 357.49º 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 #F8212A is Cyan = 0, Magento = 0.87, Yellow = 0.83 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 33 | 42 | - |
| CMYK | 0 | 0.87 | 0.83 | 0.03 |
| HSL | 357.49º | 0.94% | 0.55% | - |
| HSV(B) | 357.49º | 0.87% | 0.97% | - |
| XYZ | 39.67 | 21.21 | 4.19 | - |
| YUV | 98.31 | 96.23 | 234.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 33 | 42 | 0 | 0.87 | 0.83 | 0.03 | 357.49 | 0.94 | 0.55 |
| Hex | F8 | 21 | 2A | 0 | 57 | 53 | 3 | 165 | 5E | 37 |
| Octal | 370 | 41 | 52 | 0 | 127 | 123 | 3 | 545 | 136 | 67 |
| Binary | 11111000 | 100001 | 101010 | 0 | 1010111 | 1010011 | 11 | 101100101 | 1011110 | 110111 |
Color Harmonies of #F8212A
Complementary color
Monochromatic Colors of #F8212A
Black with #F8212A
Text Example
Text Example
White with #F8212A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8212A; }
p { color: rgb(248,33,42); }
H1.HeaderClassName
{
color: #F8212A;
}
.AnyTagClassName
{
color: #F8212A;
}
</style>
background-color css
<style>
a { background-color: #F8212A; }
a { background-color: rgb(248,33,42); }
div.DivClassName
{
background-color: #F8212A;
}
.BgClassName
{
background-color: #F8212A;
}
</style>
border-color css
<style>
span { border-color: #F8212A; }
span { border-color: rgb(248,33,42); }
td.TdClassName
{
border-color: #F8212A;
}
.TagClassName
{
border-color: #F8212A;
}
</style>