Shades of Torch Red #F9212A
Tints of Torch Red #F9212A
RGB
CMYK
RGB Variations
Color information
#F9212A (or 0xF9212A) is known color: Torch Red. HEX triplet: F9, 21 and 2A. RGB value is (249,33,42). Sum of RGB (Red+Green+Blue) = 249+33+42=324 (42% of max value = 765). Red value is 249 (97.66% from 255 or 76.85% from 324); Green value is 33 (13.28% from 255 or 10.19% from 324); Blue value is 42 (16.80% from 255 or 12.96% from 324); Max value from RGB is 249 - color contains mainly: red. Hex color #F9212A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F9212A is #06DED5. Grayscale: #626262. Windows color (decimal): -450262 or 2761209. OLE color: 2761209.
HSL color Cylindrical-coordinate representation of color #F9212A: hue angle of 357.5º 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 #F9212A is Cyan = 0, Magento = 0.87, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 33 | 42 | - |
| CMYK | 0 | 0.87 | 0.83 | 0.02 |
| HSL | 357.5º | 0.95% | 0.55% | - |
| HSV(B) | 357.5º | 0.87% | 0.98% | - |
| XYZ | 40.03 | 21.39 | 4.21 | - |
| YUV | 98.61 | 96.06 | 235.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 33 | 42 | 0 | 0.87 | 0.83 | 0.02 | 357.5 | 0.95 | 0.55 |
| Hex | F9 | 21 | 2A | 0 | 57 | 53 | 2 | 166 | 5F | 37 |
| Octal | 371 | 41 | 52 | 0 | 127 | 123 | 2 | 546 | 137 | 67 |
| Binary | 11111001 | 100001 | 101010 | 0 | 1010111 | 1010011 | 10 | 101100110 | 1011111 | 110111 |
Color Harmonies of #F9212A
Complementary color
Monochromatic Colors of #F9212A
Black with #F9212A
Text Example
Text Example
White with #F9212A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9212A; }
p { color: rgb(249,33,42); }
H1.HeaderClassName
{
color: #F9212A;
}
.AnyTagClassName
{
color: #F9212A;
}
</style>
background-color css
<style>
a { background-color: #F9212A; }
a { background-color: rgb(249,33,42); }
div.DivClassName
{
background-color: #F9212A;
}
.BgClassName
{
background-color: #F9212A;
}
</style>
border-color css
<style>
span { border-color: #F9212A; }
span { border-color: rgb(249,33,42); }
td.TdClassName
{
border-color: #F9212A;
}
.TagClassName
{
border-color: #F9212A;
}
</style>