Shades of Torch Red #F90024
Tints of Torch Red #F90024
RGB
CMYK
RGB Variations
Color information
#F90024 (or 0xF90024) is known color: Torch Red. HEX triplet: F9, 00 and 24. RGB value is (249,0,36). Sum of RGB (Red+Green+Blue) = 249+0+36=285 (37% of max value = 765). Red value is 249 (97.66% from 255 or 87.37% from 285); Green value is 0 (0.39% from 255 or 0% from 285); Blue value is 36 (14.45% from 255 or 12.63% from 285); Max value from RGB is 249 - color contains mainly: red. Hex color #F90024 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F90024 is #06FFDB. Grayscale: #4E4E4E. Windows color (decimal): -458716 or 2359545. OLE color: 2359545.
HSL color Cylindrical-coordinate representation of color #F90024: hue angle of 351.33º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F90024 is Cyan = 0, Magento = 1, Yellow = 0.86 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 0 | 36 | - |
| CMYK | 0 | 1 | 0.86 | 0.02 |
| HSL | 351.33º | 1% | 0.49% | - |
| HSV(B) | 351.33º | 1% | 0.98% | - |
| XYZ | 39.39 | 20.27 | 3.51 | - |
| YUV | 78.56 | 103.99 | 249.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 0 | 36 | 0 | 1 | 0.86 | 0.02 | 351.33 | 1 | 0.49 |
| Hex | F9 | 0 | 24 | 0 | 64 | 56 | 2 | 15F | 64 | 31 |
| Octal | 371 | 0 | 44 | 0 | 144 | 126 | 2 | 537 | 144 | 61 |
| Binary | 11111001 | 0 | 100100 | 0 | 1100100 | 1010110 | 10 | 101011111 | 1100100 | 110001 |
Color Harmonies of #F90024
Complementary color
Monochromatic Colors of #F90024
Black with #F90024
Text Example
Text Example
White with #F90024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90024; }
p { color: rgb(249,0,36); }
H1.HeaderClassName
{
color: #F90024;
}
.AnyTagClassName
{
color: #F90024;
}
</style>
background-color css
<style>
a { background-color: #F90024; }
a { background-color: rgb(249,0,36); }
div.DivClassName
{
background-color: #F90024;
}
.BgClassName
{
background-color: #F90024;
}
</style>
border-color css
<style>
span { border-color: #F90024; }
span { border-color: rgb(249,0,36); }
td.TdClassName
{
border-color: #F90024;
}
.TagClassName
{
border-color: #F90024;
}
</style>