Shades of Torch Red #F9031B
Tints of Torch Red #F9031B
RGB
CMYK
RGB Variations
Color information
#F9031B (or 0xF9031B) is known color: Torch Red. HEX triplet: F9, 03 and 1B. RGB value is (249,3,27). Sum of RGB (Red+Green+Blue) = 249+3+27=279 (36% of max value = 765). Red value is 249 (97.66% from 255 or 89.25% from 279); Green value is 3 (1.56% from 255 or 1.08% from 279); Blue value is 27 (10.94% from 255 or 9.68% from 279); Max value from RGB is 249 - color contains mainly: red. Hex color #F9031B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F9031B is #06FCE4. Grayscale: #4F4F4F. Windows color (decimal): -457957 or 1770489. OLE color: 1770489.
HSL color Cylindrical-coordinate representation of color #F9031B: hue angle of 354.15º 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 #F9031B is Cyan = 0, Magento = 0.99, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 3 | 27 | - |
| CMYK | 0 | 0.99 | 0.89 | 0.02 |
| HSL | 354.15º | 0.98% | 0.49% | - |
| HSV(B) | 354.15º | 0.99% | 0.98% | - |
| XYZ | 39.3 | 20.28 | 2.88 | - |
| YUV | 79.29 | 98.5 | 249.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 3 | 27 | 0 | 0.99 | 0.89 | 0.02 | 354.15 | 0.98 | 0.49 |
| Hex | F9 | 3 | 1B | 0 | 63 | 59 | 2 | 162 | 62 | 31 |
| Octal | 371 | 3 | 33 | 0 | 143 | 131 | 2 | 542 | 142 | 61 |
| Binary | 11111001 | 11 | 11011 | 0 | 1100011 | 1011001 | 10 | 101100010 | 1100010 | 110001 |
Color Harmonies of #F9031B
Complementary color
Monochromatic Colors of #F9031B
Black with #F9031B
Text Example
Text Example
White with #F9031B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9031B; }
p { color: rgb(249,3,27); }
H1.HeaderClassName
{
color: #F9031B;
}
.AnyTagClassName
{
color: #F9031B;
}
</style>
background-color css
<style>
a { background-color: #F9031B; }
a { background-color: rgb(249,3,27); }
div.DivClassName
{
background-color: #F9031B;
}
.BgClassName
{
background-color: #F9031B;
}
</style>
border-color css
<style>
span { border-color: #F9031B; }
span { border-color: rgb(249,3,27); }
td.TdClassName
{
border-color: #F9031B;
}
.TagClassName
{
border-color: #F9031B;
}
</style>