Shades of Torch Red #F9212B
Tints of Torch Red #F9212B
RGB
CMYK
RGB Variations
Color information
#F9212B (or 0xF9212B) is known color: Torch Red. HEX triplet: F9, 21 and 2B. RGB value is (249,33,43). Sum of RGB (Red+Green+Blue) = 249+33+43=325 (43% of max value = 765). Red value is 249 (97.66% from 255 or 76.62% from 325); Green value is 33 (13.28% from 255 or 10.15% from 325); Blue value is 43 (17.19% from 255 or 13.23% from 325); Max value from RGB is 249 - color contains mainly: red. Hex color #F9212B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9212B is #06DED4. Grayscale: #626262. Windows color (decimal): -450261 or 2826745. OLE color: 2826745.
HSL color Cylindrical-coordinate representation of color #F9212B: hue angle of 357.22º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F9212B is Cyan = 0, Magento = 0.87, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 33 | 43 | - |
| CMYK | 0 | 0.87 | 0.83 | 0.02 |
| HSL | 357.22º | 0.95% | 0.55% | - |
| HSV(B) | 357.22º | 0.87% | 0.98% | - |
| XYZ | 40.05 | 21.4 | 4.31 | - |
| YUV | 98.72 | 96.56 | 235.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 33 | 43 | 0 | 0.87 | 0.83 | 0.02 | 357.22 | 0.95 | 0.55 |
| Hex | F9 | 21 | 2B | 0 | 57 | 53 | 2 | 165 | 5F | 37 |
| Octal | 371 | 41 | 53 | 0 | 127 | 123 | 2 | 545 | 137 | 67 |
| Binary | 11111001 | 100001 | 101011 | 0 | 1010111 | 1010011 | 10 | 101100101 | 1011111 | 110111 |
Color Harmonies of #F9212B
Complementary color
Monochromatic Colors of #F9212B
Black with #F9212B
Text Example
Text Example
White with #F9212B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9212B; }
p { color: rgb(249,33,43); }
H1.HeaderClassName
{
color: #F9212B;
}
.AnyTagClassName
{
color: #F9212B;
}
</style>
background-color css
<style>
a { background-color: #F9212B; }
a { background-color: rgb(249,33,43); }
div.DivClassName
{
background-color: #F9212B;
}
.BgClassName
{
background-color: #F9212B;
}
</style>
border-color css
<style>
span { border-color: #F9212B; }
span { border-color: rgb(249,33,43); }
td.TdClassName
{
border-color: #F9212B;
}
.TagClassName
{
border-color: #F9212B;
}
</style>