Shades of Torch Red #F9212F
Tints of Torch Red #F9212F
RGB
CMYK
RGB Variations
Color information
#F9212F (or 0xF9212F) is known color: Torch Red. HEX triplet: F9, 21 and 2F. RGB value is (249,33,47). Sum of RGB (Red+Green+Blue) = 249+33+47=329 (43% of max value = 765). Red value is 249 (97.66% from 255 or 75.68% from 329); Green value is 33 (13.28% from 255 or 10.03% from 329); Blue value is 47 (18.75% from 255 or 14.29% from 329); Max value from RGB is 249 - color contains mainly: red. Hex color #F9212F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9212F is #06DED0. Grayscale: #636363. Windows color (decimal): -450257 or 3088889. OLE color: 3088889.
HSL color Cylindrical-coordinate representation of color #F9212F: hue angle of 356.11º 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 #F9212F is Cyan = 0, Magento = 0.87, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 33 | 47 | - |
| CMYK | 0 | 0.87 | 0.81 | 0.02 |
| HSL | 356.11º | 0.95% | 0.55% | - |
| HSV(B) | 356.11º | 0.87% | 0.98% | - |
| XYZ | 40.12 | 21.43 | 4.71 | - |
| YUV | 99.18 | 98.56 | 234.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 33 | 47 | 0 | 0.87 | 0.81 | 0.02 | 356.11 | 0.95 | 0.55 |
| Hex | F9 | 21 | 2F | 0 | 57 | 51 | 2 | 164 | 5F | 37 |
| Octal | 371 | 41 | 57 | 0 | 127 | 121 | 2 | 544 | 137 | 67 |
| Binary | 11111001 | 100001 | 101111 | 0 | 1010111 | 1010001 | 10 | 101100100 | 1011111 | 110111 |
Color Harmonies of #F9212F
Complementary color
Monochromatic Colors of #F9212F
Black with #F9212F
Text Example
Text Example
White with #F9212F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9212F; }
p { color: rgb(249,33,47); }
H1.HeaderClassName
{
color: #F9212F;
}
.AnyTagClassName
{
color: #F9212F;
}
</style>
background-color css
<style>
a { background-color: #F9212F; }
a { background-color: rgb(249,33,47); }
div.DivClassName
{
background-color: #F9212F;
}
.BgClassName
{
background-color: #F9212F;
}
</style>
border-color css
<style>
span { border-color: #F9212F; }
span { border-color: rgb(249,33,47); }
td.TdClassName
{
border-color: #F9212F;
}
.TagClassName
{
border-color: #F9212F;
}
</style>