Shades of Torch Red #F90730
Tints of Torch Red #F90730
RGB
CMYK
RGB Variations
Color information
#F90730 (or 0xF90730) is known color: Torch Red. HEX triplet: F9, 07 and 30. RGB value is (249,7,48). Sum of RGB (Red+Green+Blue) = 249+7+48=304 (40% of max value = 765). Red value is 249 (97.66% from 255 or 81.91% from 304); Green value is 7 (3.12% from 255 or 2.30% from 304); Blue value is 48 (19.14% from 255 or 15.79% from 304); Max value from RGB is 249 - color contains mainly: red. Hex color #F90730 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F90730 is #06F8CF. Grayscale: #545454. Windows color (decimal): -456912 or 3147769. OLE color: 3147769.
HSL color Cylindrical-coordinate representation of color #F90730: hue angle of 349.83º 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 #F90730 is Cyan = 0, Magento = 0.97, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 7 | 48 | - |
| CMYK | 0 | 0.97 | 0.81 | 0.02 |
| HSL | 349.83º | 0.95% | 0.5% | - |
| HSV(B) | 349.83º | 0.97% | 0.98% | - |
| XYZ | 39.68 | 20.51 | 4.66 | - |
| YUV | 84.03 | 107.67 | 245.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 7 | 48 | 0 | 0.97 | 0.81 | 0.02 | 349.83 | 0.95 | 0.5 |
| Hex | F9 | 7 | 30 | 0 | 61 | 51 | 2 | 15E | 5F | 32 |
| Octal | 371 | 7 | 60 | 0 | 141 | 121 | 2 | 536 | 137 | 62 |
| Binary | 11111001 | 111 | 110000 | 0 | 1100001 | 1010001 | 10 | 101011110 | 1011111 | 110010 |
Color Harmonies of #F90730
Complementary color
Monochromatic Colors of #F90730
Black with #F90730
Text Example
Text Example
White with #F90730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90730; }
p { color: rgb(249,7,48); }
H1.HeaderClassName
{
color: #F90730;
}
.AnyTagClassName
{
color: #F90730;
}
</style>
background-color css
<style>
a { background-color: #F90730; }
a { background-color: rgb(249,7,48); }
div.DivClassName
{
background-color: #F90730;
}
.BgClassName
{
background-color: #F90730;
}
</style>
border-color css
<style>
span { border-color: #F90730; }
span { border-color: rgb(249,7,48); }
td.TdClassName
{
border-color: #F90730;
}
.TagClassName
{
border-color: #F90730;
}
</style>