Shades of Torch Red #F92030
Tints of Torch Red #F92030
RGB
CMYK
RGB Variations
Color information
#F92030 (or 0xF92030) is known color: Torch Red. HEX triplet: F9, 20 and 30. RGB value is (249,32,48). Sum of RGB (Red+Green+Blue) = 249+32+48=329 (43% of max value = 765). Red value is 249 (97.66% from 255 or 75.68% from 329); Green value is 32 (12.89% from 255 or 9.73% from 329); Blue value is 48 (19.14% from 255 or 14.59% from 329); Max value from RGB is 249 - color contains mainly: red. Hex color #F92030 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F92030 is #06DFCF. Grayscale: #626262. Windows color (decimal): -450512 or 3154169. OLE color: 3154169.
HSL color Cylindrical-coordinate representation of color #F92030: hue angle of 355.58º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F92030 is Cyan = 0, Magento = 0.87, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 32 | 48 | - |
| CMYK | 0 | 0.87 | 0.81 | 0.02 |
| HSL | 355.58º | 0.95% | 0.55% | - |
| HSV(B) | 355.58º | 0.87% | 0.98% | - |
| XYZ | 40.12 | 21.39 | 4.81 | - |
| YUV | 98.71 | 99.39 | 235.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 32 | 48 | 0 | 0.87 | 0.81 | 0.02 | 355.58 | 0.95 | 0.55 |
| Hex | F9 | 20 | 30 | 0 | 57 | 51 | 2 | 164 | 5F | 37 |
| Octal | 371 | 40 | 60 | 0 | 127 | 121 | 2 | 544 | 137 | 67 |
| Binary | 11111001 | 100000 | 110000 | 0 | 1010111 | 1010001 | 10 | 101100100 | 1011111 | 110111 |
Color Harmonies of #F92030
Complementary color
Monochromatic Colors of #F92030
Black with #F92030
Text Example
Text Example
White with #F92030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F92030; }
p { color: rgb(249,32,48); }
H1.HeaderClassName
{
color: #F92030;
}
.AnyTagClassName
{
color: #F92030;
}
</style>
background-color css
<style>
a { background-color: #F92030; }
a { background-color: rgb(249,32,48); }
div.DivClassName
{
background-color: #F92030;
}
.BgClassName
{
background-color: #F92030;
}
</style>
border-color css
<style>
span { border-color: #F92030; }
span { border-color: rgb(249,32,48); }
td.TdClassName
{
border-color: #F92030;
}
.TagClassName
{
border-color: #F92030;
}
</style>