Shades of Torch Red #F90021
Tints of Torch Red #F90021
RGB
CMYK
RGB Variations
Color information
#F90021 (or 0xF90021) is known color: Torch Red. HEX triplet: F9, 00 and 21. RGB value is (249,0,33). Sum of RGB (Red+Green+Blue) = 249+0+33=282 (37% of max value = 765). Red value is 249 (97.66% from 255 or 88.30% from 282); Green value is 0 (0.39% from 255 or 0% from 282); Blue value is 33 (13.28% from 255 or 11.70% from 282); Max value from RGB is 249 - color contains mainly: red. Hex color #F90021 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F90021 is #06FFDE. Grayscale: #4E4E4E. Windows color (decimal): -458719 or 2162937. OLE color: 2162937.
HSL color Cylindrical-coordinate representation of color #F90021: hue angle of 352.05º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F90021 is Cyan = 0, Magento = 1, Yellow = 0.87 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 0 | 33 | - |
| CMYK | 0 | 1 | 0.87 | 0.02 |
| HSL | 352.05º | 1% | 0.49% | - |
| HSV(B) | 352.05º | 1% | 0.98% | - |
| XYZ | 39.34 | 20.25 | 3.27 | - |
| YUV | 78.21 | 102.49 | 249.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 0 | 33 | 0 | 1 | 0.87 | 0.02 | 352.05 | 1 | 0.49 |
| Hex | F9 | 0 | 21 | 0 | 64 | 57 | 2 | 160 | 64 | 31 |
| Octal | 371 | 0 | 41 | 0 | 144 | 127 | 2 | 540 | 144 | 61 |
| Binary | 11111001 | 0 | 100001 | 0 | 1100100 | 1010111 | 10 | 101100000 | 1100100 | 110001 |
Color Harmonies of #F90021
Complementary color
Monochromatic Colors of #F90021
Black with #F90021
Text Example
Text Example
White with #F90021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90021; }
p { color: rgb(249,0,33); }
H1.HeaderClassName
{
color: #F90021;
}
.AnyTagClassName
{
color: #F90021;
}
</style>
background-color css
<style>
a { background-color: #F90021; }
a { background-color: rgb(249,0,33); }
div.DivClassName
{
background-color: #F90021;
}
.BgClassName
{
background-color: #F90021;
}
</style>
border-color css
<style>
span { border-color: #F90021; }
span { border-color: rgb(249,0,33); }
td.TdClassName
{
border-color: #F90021;
}
.TagClassName
{
border-color: #F90021;
}
</style>