Shades of Torch Red #F90F23
Tints of Torch Red #F90F23
RGB
CMYK
RGB Variations
Color information
#F90F23 (or 0xF90F23) is known color: Torch Red. HEX triplet: F9, 0F and 23. RGB value is (249,15,35). Sum of RGB (Red+Green+Blue) = 249+15+35=299 (39% of max value = 765). Red value is 249 (97.66% from 255 or 83.28% from 299); Green value is 15 (6.25% from 255 or 5.02% from 299); Blue value is 35 (14.06% from 255 or 11.71% from 299); Max value from RGB is 249 - color contains mainly: red. Hex color #F90F23 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F90F23 is #06F0DC. Grayscale: #575757. Windows color (decimal): -454877 or 2297849. OLE color: 2297849.
HSL color Cylindrical-coordinate representation of color #F90F23: hue angle of 354.87º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F90F23 is Cyan = 0, Magento = 0.94, Yellow = 0.86 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 15 | 35 | - |
| CMYK | 0 | 0.94 | 0.86 | 0.02 |
| HSL | 354.87º | 0.95% | 0.52% | - |
| HSV(B) | 354.87º | 0.94% | 0.98% | - |
| XYZ | 39.54 | 20.6 | 3.48 | - |
| YUV | 87.25 | 98.52 | 243.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 15 | 35 | 0 | 0.94 | 0.86 | 0.02 | 354.87 | 0.95 | 0.52 |
| Hex | F9 | F | 23 | 0 | 5E | 56 | 2 | 163 | 5F | 34 |
| Octal | 371 | 17 | 43 | 0 | 136 | 126 | 2 | 543 | 137 | 64 |
| Binary | 11111001 | 1111 | 100011 | 0 | 1011110 | 1010110 | 10 | 101100011 | 1011111 | 110100 |
Color Harmonies of #F90F23
Complementary color
Monochromatic Colors of #F90F23
Black with #F90F23
Text Example
Text Example
White with #F90F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90F23; }
p { color: rgb(249,15,35); }
H1.HeaderClassName
{
color: #F90F23;
}
.AnyTagClassName
{
color: #F90F23;
}
</style>
background-color css
<style>
a { background-color: #F90F23; }
a { background-color: rgb(249,15,35); }
div.DivClassName
{
background-color: #F90F23;
}
.BgClassName
{
background-color: #F90F23;
}
</style>
border-color css
<style>
span { border-color: #F90F23; }
span { border-color: rgb(249,15,35); }
td.TdClassName
{
border-color: #F90F23;
}
.TagClassName
{
border-color: #F90F23;
}
</style>