Shades of Torch Red #F90835
Tints of Torch Red #F90835
RGB
CMYK
RGB Variations
Color information
#F90835 (or 0xF90835) is known color: Torch Red. HEX triplet: F9, 08 and 35. RGB value is (249,8,53). Sum of RGB (Red+Green+Blue) = 249+8+53=310 (41% of max value = 765). Red value is 249 (97.66% from 255 or 80.32% from 310); Green value is 8 (3.52% from 255 or 2.58% from 310); Blue value is 53 (21.09% from 255 or 17.10% from 310); Max value from RGB is 249 - color contains mainly: red. Hex color #F90835 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F90835 is #06F7CA. Grayscale: #555555. Windows color (decimal): -456651 or 3475705. OLE color: 3475705.
HSL color Cylindrical-coordinate representation of color #F90835: hue angle of 348.8º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F90835 is Cyan = 0, Magento = 0.97, Yellow = 0.79 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 8 | 53 | - |
| CMYK | 0 | 0.97 | 0.79 | 0.02 |
| HSL | 348.8º | 0.95% | 0.5% | - |
| HSV(B) | 348.8º | 0.97% | 0.98% | - |
| XYZ | 39.8 | 20.57 | 5.24 | - |
| YUV | 85.19 | 109.84 | 244.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 8 | 53 | 0 | 0.97 | 0.79 | 0.02 | 348.8 | 0.95 | 0.5 |
| Hex | F9 | 8 | 35 | 0 | 61 | 4F | 2 | 15D | 5F | 32 |
| Octal | 371 | 10 | 65 | 0 | 141 | 117 | 2 | 535 | 137 | 62 |
| Binary | 11111001 | 1000 | 110101 | 0 | 1100001 | 1001111 | 10 | 101011101 | 1011111 | 110010 |
Color Harmonies of #F90835
Complementary color
Monochromatic Colors of #F90835
Black with #F90835
Text Example
Text Example
White with #F90835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90835; }
p { color: rgb(249,8,53); }
H1.HeaderClassName
{
color: #F90835;
}
.AnyTagClassName
{
color: #F90835;
}
</style>
background-color css
<style>
a { background-color: #F90835; }
a { background-color: rgb(249,8,53); }
div.DivClassName
{
background-color: #F90835;
}
.BgClassName
{
background-color: #F90835;
}
</style>
border-color css
<style>
span { border-color: #F90835; }
span { border-color: rgb(249,8,53); }
td.TdClassName
{
border-color: #F90835;
}
.TagClassName
{
border-color: #F90835;
}
</style>