Shades of Torch Red #F90220
Tints of Torch Red #F90220
RGB
CMYK
RGB Variations
Color information
#F90220 (or 0xF90220) is known color: Torch Red. HEX triplet: F9, 02 and 20. RGB value is (249,2,32). Sum of RGB (Red+Green+Blue) = 249+2+32=283 (37% of max value = 765). Red value is 249 (97.66% from 255 or 87.99% from 283); Green value is 2 (1.17% from 255 or 0.71% from 283); Blue value is 32 (12.89% from 255 or 11.31% from 283); Max value from RGB is 249 - color contains mainly: red. Hex color #F90220 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F90220 is #06FDDF. Grayscale: #4F4F4F. Windows color (decimal): -458208 or 2097913. OLE color: 2097913.
HSL color Cylindrical-coordinate representation of color #F90220: hue angle of 352.71º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F90220 is Cyan = 0, Magento = 0.99, Yellow = 0.87 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 2 | 32 | - |
| CMYK | 0 | 0.99 | 0.87 | 0.02 |
| HSL | 352.71º | 0.98% | 0.49% | - |
| HSV(B) | 352.71º | 0.99% | 0.98% | - |
| XYZ | 39.35 | 20.29 | 3.21 | - |
| YUV | 79.27 | 101.33 | 249.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 2 | 32 | 0 | 0.99 | 0.87 | 0.02 | 352.71 | 0.98 | 0.49 |
| Hex | F9 | 2 | 20 | 0 | 63 | 57 | 2 | 161 | 62 | 31 |
| Octal | 371 | 2 | 40 | 0 | 143 | 127 | 2 | 541 | 142 | 61 |
| Binary | 11111001 | 10 | 100000 | 0 | 1100011 | 1010111 | 10 | 101100001 | 1100010 | 110001 |
Color Harmonies of #F90220
Complementary color
Monochromatic Colors of #F90220
Black with #F90220
Text Example
Text Example
White with #F90220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90220; }
p { color: rgb(249,2,32); }
H1.HeaderClassName
{
color: #F90220;
}
.AnyTagClassName
{
color: #F90220;
}
</style>
background-color css
<style>
a { background-color: #F90220; }
a { background-color: rgb(249,2,32); }
div.DivClassName
{
background-color: #F90220;
}
.BgClassName
{
background-color: #F90220;
}
</style>
border-color css
<style>
span { border-color: #F90220; }
span { border-color: rgb(249,2,32); }
td.TdClassName
{
border-color: #F90220;
}
.TagClassName
{
border-color: #F90220;
}
</style>