Shades of Torch Red #F90731
Tints of Torch Red #F90731
RGB
CMYK
RGB Variations
Color information
#F90731 (or 0xF90731) is known color: Torch Red. HEX triplet: F9, 07 and 31. RGB value is (249,7,49). Sum of RGB (Red+Green+Blue) = 249+7+49=305 (40% of max value = 765). Red value is 249 (97.66% from 255 or 81.64% from 305); Green value is 7 (3.12% from 255 or 2.30% from 305); Blue value is 49 (19.53% from 255 or 16.07% from 305); Max value from RGB is 249 - color contains mainly: red. Hex color #F90731 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F90731 is #06F8CE. Grayscale: #545454. Windows color (decimal): -456911 or 3213305. OLE color: 3213305.
HSL color Cylindrical-coordinate representation of color #F90731: hue angle of 349.59º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F90731 is Cyan = 0, Magento = 0.97, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 7 | 49 | - |
| CMYK | 0 | 0.97 | 0.80 | 0.02 |
| HSL | 349.59º | 0.95% | 0.5% | - |
| HSV(B) | 349.59º | 0.97% | 0.98% | - |
| XYZ | 39.7 | 20.51 | 4.77 | - |
| YUV | 84.15 | 108.17 | 245.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 7 | 49 | 0 | 0.97 | 0.80 | 0.02 | 349.59 | 0.95 | 0.5 |
| Hex | F9 | 7 | 31 | 0 | 61 | 50 | 2 | 15E | 5F | 32 |
| Octal | 371 | 7 | 61 | 0 | 141 | 120 | 2 | 536 | 137 | 62 |
| Binary | 11111001 | 111 | 110001 | 0 | 1100001 | 1010000 | 10 | 101011110 | 1011111 | 110010 |
Color Harmonies of #F90731
Complementary color
Monochromatic Colors of #F90731
Black with #F90731
Text Example
Text Example
White with #F90731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90731; }
p { color: rgb(249,7,49); }
H1.HeaderClassName
{
color: #F90731;
}
.AnyTagClassName
{
color: #F90731;
}
</style>
background-color css
<style>
a { background-color: #F90731; }
a { background-color: rgb(249,7,49); }
div.DivClassName
{
background-color: #F90731;
}
.BgClassName
{
background-color: #F90731;
}
</style>
border-color css
<style>
span { border-color: #F90731; }
span { border-color: rgb(249,7,49); }
td.TdClassName
{
border-color: #F90731;
}
.TagClassName
{
border-color: #F90731;
}
</style>