Shades of Torch Red #F90023
Tints of Torch Red #F90023
RGB
CMYK
RGB Variations
Color information
#F90023 (or 0xF90023) is known color: Torch Red. HEX triplet: F9, 00 and 23. RGB value is (249,0,35). Sum of RGB (Red+Green+Blue) = 249+0+35=284 (37% of max value = 765). Red value is 249 (97.66% from 255 or 87.68% from 284); Green value is 0 (0.39% from 255 or 0% from 284); Blue value is 35 (14.06% from 255 or 12.32% from 284); Max value from RGB is 249 - color contains mainly: red. Hex color #F90023 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F90023 is #06FFDC. Grayscale: #4E4E4E. Windows color (decimal): -458717 or 2294009. OLE color: 2294009.
HSL color Cylindrical-coordinate representation of color #F90023: hue angle of 351.57º 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 #F90023 is Cyan = 0, Magento = 1, Yellow = 0.86 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 0 | 35 | - |
| CMYK | 0 | 1 | 0.86 | 0.02 |
| HSL | 351.57º | 1% | 0.49% | - |
| HSV(B) | 351.57º | 1% | 0.98% | - |
| XYZ | 39.37 | 20.26 | 3.43 | - |
| YUV | 78.44 | 103.49 | 249.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 0 | 35 | 0 | 1 | 0.86 | 0.02 | 351.57 | 1 | 0.49 |
| Hex | F9 | 0 | 23 | 0 | 64 | 56 | 2 | 160 | 64 | 31 |
| Octal | 371 | 0 | 43 | 0 | 144 | 126 | 2 | 540 | 144 | 61 |
| Binary | 11111001 | 0 | 100011 | 0 | 1100100 | 1010110 | 10 | 101100000 | 1100100 | 110001 |
Color Harmonies of #F90023
Complementary color
Monochromatic Colors of #F90023
Black with #F90023
Text Example
Text Example
White with #F90023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90023; }
p { color: rgb(249,0,35); }
H1.HeaderClassName
{
color: #F90023;
}
.AnyTagClassName
{
color: #F90023;
}
</style>
background-color css
<style>
a { background-color: #F90023; }
a { background-color: rgb(249,0,35); }
div.DivClassName
{
background-color: #F90023;
}
.BgClassName
{
background-color: #F90023;
}
</style>
border-color css
<style>
span { border-color: #F90023; }
span { border-color: rgb(249,0,35); }
td.TdClassName
{
border-color: #F90023;
}
.TagClassName
{
border-color: #F90023;
}
</style>