Shades of Torch Red #F9021C
Tints of Torch Red #F9021C
RGB
CMYK
RGB Variations
Color information
#F9021C (or 0xF9021C) is known color: Torch Red. HEX triplet: F9, 02 and 1C. RGB value is (249,2,28). Sum of RGB (Red+Green+Blue) = 249+2+28=279 (36% of max value = 765). Red value is 249 (97.66% from 255 or 89.25% from 279); Green value is 2 (1.17% from 255 or 0.72% from 279); Blue value is 28 (11.33% from 255 or 10.04% from 279); Max value from RGB is 249 - color contains mainly: red. Hex color #F9021C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F9021C is #06FDE3. Grayscale: #4E4E4E. Windows color (decimal): -458212 or 1835769. OLE color: 1835769.
HSL color Cylindrical-coordinate representation of color #F9021C: hue angle of 353.68º 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 #F9021C is Cyan = 0, Magento = 0.99, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 2 | 28 | - |
| CMYK | 0 | 0.99 | 0.89 | 0.02 |
| HSL | 353.68º | 0.98% | 0.49% | - |
| HSV(B) | 353.68º | 0.99% | 0.98% | - |
| XYZ | 39.3 | 20.27 | 2.94 | - |
| YUV | 78.82 | 99.33 | 249.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 2 | 28 | 0 | 0.99 | 0.89 | 0.02 | 353.68 | 0.98 | 0.49 |
| Hex | F9 | 2 | 1C | 0 | 63 | 59 | 2 | 162 | 62 | 31 |
| Octal | 371 | 2 | 34 | 0 | 143 | 131 | 2 | 542 | 142 | 61 |
| Binary | 11111001 | 10 | 11100 | 0 | 1100011 | 1011001 | 10 | 101100010 | 1100010 | 110001 |
Color Harmonies of #F9021C
Complementary color
Monochromatic Colors of #F9021C
Black with #F9021C
Text Example
Text Example
White with #F9021C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9021C; }
p { color: rgb(249,2,28); }
H1.HeaderClassName
{
color: #F9021C;
}
.AnyTagClassName
{
color: #F9021C;
}
</style>
background-color css
<style>
a { background-color: #F9021C; }
a { background-color: rgb(249,2,28); }
div.DivClassName
{
background-color: #F9021C;
}
.BgClassName
{
background-color: #F9021C;
}
</style>
border-color css
<style>
span { border-color: #F9021C; }
span { border-color: rgb(249,2,28); }
td.TdClassName
{
border-color: #F9021C;
}
.TagClassName
{
border-color: #F9021C;
}
</style>