Shades of Torch Red #F90E2F
Tints of Torch Red #F90E2F
RGB
CMYK
RGB Variations
Color information
#F90E2F (or 0xF90E2F) is known color: Torch Red. HEX triplet: F9, 0E and 2F. RGB value is (249,14,47). Sum of RGB (Red+Green+Blue) = 249+14+47=310 (41% of max value = 765). Red value is 249 (97.66% from 255 or 80.32% from 310); Green value is 14 (5.86% from 255 or 4.52% from 310); Blue value is 47 (18.75% from 255 or 15.16% from 310); Max value from RGB is 249 - color contains mainly: red. Hex color #F90E2F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F90E2F is #06F1D0. Grayscale: #585858. Windows color (decimal): -455121 or 3084025. OLE color: 3084025.
HSL color Cylindrical-coordinate representation of color #F90E2F: hue angle of 351.57º 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 #F90E2F is Cyan = 0, Magento = 0.94, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 14 | 47 | - |
| CMYK | 0 | 0.94 | 0.81 | 0.02 |
| HSL | 351.57º | 0.95% | 0.52% | - |
| HSV(B) | 351.57º | 0.94% | 0.98% | - |
| XYZ | 39.74 | 20.66 | 4.58 | - |
| YUV | 88.03 | 104.86 | 242.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 14 | 47 | 0 | 0.94 | 0.81 | 0.02 | 351.57 | 0.95 | 0.52 |
| Hex | F9 | E | 2F | 0 | 5E | 51 | 2 | 160 | 5F | 34 |
| Octal | 371 | 16 | 57 | 0 | 136 | 121 | 2 | 540 | 137 | 64 |
| Binary | 11111001 | 1110 | 101111 | 0 | 1011110 | 1010001 | 10 | 101100000 | 1011111 | 110100 |
Color Harmonies of #F90E2F
Complementary color
Monochromatic Colors of #F90E2F
Black with #F90E2F
Text Example
Text Example
White with #F90E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90E2F; }
p { color: rgb(249,14,47); }
H1.HeaderClassName
{
color: #F90E2F;
}
.AnyTagClassName
{
color: #F90E2F;
}
</style>
background-color css
<style>
a { background-color: #F90E2F; }
a { background-color: rgb(249,14,47); }
div.DivClassName
{
background-color: #F90E2F;
}
.BgClassName
{
background-color: #F90E2F;
}
</style>
border-color css
<style>
span { border-color: #F90E2F; }
span { border-color: rgb(249,14,47); }
td.TdClassName
{
border-color: #F90E2F;
}
.TagClassName
{
border-color: #F90E2F;
}
</style>