Shades of Torch Red #F90329
Tints of Torch Red #F90329
RGB
CMYK
RGB Variations
Color information
#F90329 (or 0xF90329) is known color: Torch Red. HEX triplet: F9, 03 and 29. RGB value is (249,3,41). Sum of RGB (Red+Green+Blue) = 249+3+41=293 (38% of max value = 765). Red value is 249 (97.66% from 255 or 84.98% from 293); Green value is 3 (1.56% from 255 or 1.02% from 293); Blue value is 41 (16.41% from 255 or 13.99% from 293); Max value from RGB is 249 - color contains mainly: red. Hex color #F90329 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F90329 is #06FCD6. Grayscale: #505050. Windows color (decimal): -457943 or 2687993. OLE color: 2687993.
HSL color Cylindrical-coordinate representation of color #F90329: hue angle of 350.73º 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 #F90329 is Cyan = 0, Magento = 0.99, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 3 | 41 | - |
| CMYK | 0 | 0.99 | 0.84 | 0.02 |
| HSL | 350.73º | 0.98% | 0.49% | - |
| HSV(B) | 350.73º | 0.99% | 0.98% | - |
| XYZ | 39.5 | 20.36 | 3.95 | - |
| YUV | 80.89 | 105.5 | 247.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 3 | 41 | 0 | 0.99 | 0.84 | 0.02 | 350.73 | 0.98 | 0.49 |
| Hex | F9 | 3 | 29 | 0 | 63 | 54 | 2 | 15F | 62 | 31 |
| Octal | 371 | 3 | 51 | 0 | 143 | 124 | 2 | 537 | 142 | 61 |
| Binary | 11111001 | 11 | 101001 | 0 | 1100011 | 1010100 | 10 | 101011111 | 1100010 | 110001 |
Color Harmonies of #F90329
Complementary color
Monochromatic Colors of #F90329
Black with #F90329
Text Example
Text Example
White with #F90329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90329; }
p { color: rgb(249,3,41); }
H1.HeaderClassName
{
color: #F90329;
}
.AnyTagClassName
{
color: #F90329;
}
</style>
background-color css
<style>
a { background-color: #F90329; }
a { background-color: rgb(249,3,41); }
div.DivClassName
{
background-color: #F90329;
}
.BgClassName
{
background-color: #F90329;
}
</style>
border-color css
<style>
span { border-color: #F90329; }
span { border-color: rgb(249,3,41); }
td.TdClassName
{
border-color: #F90329;
}
.TagClassName
{
border-color: #F90329;
}
</style>