Shades of Torch Red #F90736
Tints of Torch Red #F90736
RGB
CMYK
RGB Variations
Color information
#F90736 (or 0xF90736) is known color: Torch Red. HEX triplet: F9, 07 and 36. RGB value is (249,7,54). Sum of RGB (Red+Green+Blue) = 249+7+54=310 (41% of max value = 765). Red value is 249 (97.66% from 255 or 80.32% from 310); Green value is 7 (3.12% from 255 or 2.26% from 310); Blue value is 54 (21.48% from 255 or 17.42% from 310); Max value from RGB is 249 - color contains mainly: red. Hex color #F90736 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F90736 is #06F8C9. Grayscale: #545454. Windows color (decimal): -456906 or 3540985. OLE color: 3540985.
HSL color Cylindrical-coordinate representation of color #F90736: hue angle of 348.35º 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 #F90736 is Cyan = 0, Magento = 0.97, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 7 | 54 | - |
| CMYK | 0 | 0.97 | 0.78 | 0.02 |
| HSL | 348.35º | 0.95% | 0.5% | - |
| HSV(B) | 348.35º | 0.97% | 0.98% | - |
| XYZ | 39.81 | 20.56 | 5.36 | - |
| YUV | 84.72 | 110.67 | 245.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 7 | 54 | 0 | 0.97 | 0.78 | 0.02 | 348.35 | 0.95 | 0.5 |
| Hex | F9 | 7 | 36 | 0 | 61 | 4E | 2 | 15C | 5F | 32 |
| Octal | 371 | 7 | 66 | 0 | 141 | 116 | 2 | 534 | 137 | 62 |
| Binary | 11111001 | 111 | 110110 | 0 | 1100001 | 1001110 | 10 | 101011100 | 1011111 | 110010 |
Color Harmonies of #F90736
Complementary color
Monochromatic Colors of #F90736
Black with #F90736
Text Example
Text Example
White with #F90736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90736; }
p { color: rgb(249,7,54); }
H1.HeaderClassName
{
color: #F90736;
}
.AnyTagClassName
{
color: #F90736;
}
</style>
background-color css
<style>
a { background-color: #F90736; }
a { background-color: rgb(249,7,54); }
div.DivClassName
{
background-color: #F90736;
}
.BgClassName
{
background-color: #F90736;
}
</style>
border-color css
<style>
span { border-color: #F90736; }
span { border-color: rgb(249,7,54); }
td.TdClassName
{
border-color: #F90736;
}
.TagClassName
{
border-color: #F90736;
}
</style>