Shades of Torch Red #F90B23
Tints of Torch Red #F90B23
RGB
CMYK
RGB Variations
Color information
#F90B23 (or 0xF90B23) is known color: Torch Red. HEX triplet: F9, 0B and 23. RGB value is (249,11,35). Sum of RGB (Red+Green+Blue) = 249+11+35=295 (39% of max value = 765). Red value is 249 (97.66% from 255 or 84.41% from 295); Green value is 11 (4.69% from 255 or 3.73% from 295); Blue value is 35 (14.06% from 255 or 11.86% from 295); Max value from RGB is 249 - color contains mainly: red. Hex color #F90B23 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F90B23 is #06F4DC. Grayscale: #555555. Windows color (decimal): -455901 or 2296825. OLE color: 2296825.
HSL color Cylindrical-coordinate representation of color #F90B23: hue angle of 353.95º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F90B23 is Cyan = 0, Magento = 0.96, Yellow = 0.86 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 11 | 35 | - |
| CMYK | 0 | 0.96 | 0.86 | 0.02 |
| HSL | 353.95º | 0.95% | 0.51% | - |
| HSV(B) | 353.95º | 0.96% | 0.98% | - |
| XYZ | 39.49 | 20.5 | 3.47 | - |
| YUV | 84.9 | 99.85 | 245.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 11 | 35 | 0 | 0.96 | 0.86 | 0.02 | 353.95 | 0.95 | 0.51 |
| Hex | F9 | B | 23 | 0 | 60 | 56 | 2 | 162 | 5F | 33 |
| Octal | 371 | 13 | 43 | 0 | 140 | 126 | 2 | 542 | 137 | 63 |
| Binary | 11111001 | 1011 | 100011 | 0 | 1100000 | 1010110 | 10 | 101100010 | 1011111 | 110011 |
Color Harmonies of #F90B23
Complementary color
Monochromatic Colors of #F90B23
Black with #F90B23
Text Example
Text Example
White with #F90B23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90B23; }
p { color: rgb(249,11,35); }
H1.HeaderClassName
{
color: #F90B23;
}
.AnyTagClassName
{
color: #F90B23;
}
</style>
background-color css
<style>
a { background-color: #F90B23; }
a { background-color: rgb(249,11,35); }
div.DivClassName
{
background-color: #F90B23;
}
.BgClassName
{
background-color: #F90B23;
}
</style>
border-color css
<style>
span { border-color: #F90B23; }
span { border-color: rgb(249,11,35); }
td.TdClassName
{
border-color: #F90B23;
}
.TagClassName
{
border-color: #F90B23;
}
</style>