Shades of Torch Red #F90A1E
Tints of Torch Red #F90A1E
RGB
CMYK
RGB Variations
Color information
#F90A1E (or 0xF90A1E) is known color: Torch Red. HEX triplet: F9, 0A and 1E. RGB value is (249,10,30). Sum of RGB (Red+Green+Blue) = 249+10+30=289 (38% of max value = 765). Red value is 249 (97.66% from 255 or 86.16% from 289); Green value is 10 (4.30% from 255 or 3.46% from 289); Blue value is 30 (12.11% from 255 or 10.38% from 289); Max value from RGB is 249 - color contains mainly: red. Hex color #F90A1E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F90A1E is #06F5E1. Grayscale: #535353. Windows color (decimal): -456162 or 1968889. OLE color: 1968889.
HSL color Cylindrical-coordinate representation of color #F90A1E: hue angle of 354.98º 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 #F90A1E is Cyan = 0, Magento = 0.96, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 10 | 30 | - |
| CMYK | 0 | 0.96 | 0.88 | 0.02 |
| HSL | 354.98º | 0.95% | 0.51% | - |
| HSV(B) | 354.98º | 0.96% | 0.98% | - |
| XYZ | 39.41 | 20.45 | 3.1 | - |
| YUV | 83.74 | 97.68 | 245.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 10 | 30 | 0 | 0.96 | 0.88 | 0.02 | 354.98 | 0.95 | 0.51 |
| Hex | F9 | A | 1E | 0 | 60 | 58 | 2 | 163 | 5F | 33 |
| Octal | 371 | 12 | 36 | 0 | 140 | 130 | 2 | 543 | 137 | 63 |
| Binary | 11111001 | 1010 | 11110 | 0 | 1100000 | 1011000 | 10 | 101100011 | 1011111 | 110011 |
Color Harmonies of #F90A1E
Complementary color
Monochromatic Colors of #F90A1E
Black with #F90A1E
Text Example
Text Example
White with #F90A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90A1E; }
p { color: rgb(249,10,30); }
H1.HeaderClassName
{
color: #F90A1E;
}
.AnyTagClassName
{
color: #F90A1E;
}
</style>
background-color css
<style>
a { background-color: #F90A1E; }
a { background-color: rgb(249,10,30); }
div.DivClassName
{
background-color: #F90A1E;
}
.BgClassName
{
background-color: #F90A1E;
}
</style>
border-color css
<style>
span { border-color: #F90A1E; }
span { border-color: rgb(249,10,30); }
td.TdClassName
{
border-color: #F90A1E;
}
.TagClassName
{
border-color: #F90A1E;
}
</style>