Shades of Torch Red #F90A1F
Tints of Torch Red #F90A1F
RGB
CMYK
RGB Variations
Color information
#F90A1F (or 0xF90A1F) is known color: Torch Red. HEX triplet: F9, 0A and 1F. RGB value is (249,10,31). Sum of RGB (Red+Green+Blue) = 249+10+31=290 (38% of max value = 765). Red value is 249 (97.66% from 255 or 85.86% from 290); Green value is 10 (4.30% from 255 or 3.45% from 290); Blue value is 31 (12.5% from 255 or 10.69% from 290); Max value from RGB is 249 - color contains mainly: red. Hex color #F90A1F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F90A1F is #06F5E0. Grayscale: #545454. Windows color (decimal): -456161 or 2034425. OLE color: 2034425.
HSL color Cylindrical-coordinate representation of color #F90A1F: hue angle of 354.73º 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 #F90A1F is Cyan = 0, Magento = 0.96, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 10 | 31 | - |
| CMYK | 0 | 0.96 | 0.88 | 0.02 |
| HSL | 354.73º | 0.95% | 0.51% | - |
| HSV(B) | 354.73º | 0.96% | 0.98% | - |
| XYZ | 39.42 | 20.46 | 3.17 | - |
| YUV | 83.86 | 98.18 | 245.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 10 | 31 | 0 | 0.96 | 0.88 | 0.02 | 354.73 | 0.95 | 0.51 |
| Hex | F9 | A | 1F | 0 | 60 | 58 | 2 | 163 | 5F | 33 |
| Octal | 371 | 12 | 37 | 0 | 140 | 130 | 2 | 543 | 137 | 63 |
| Binary | 11111001 | 1010 | 11111 | 0 | 1100000 | 1011000 | 10 | 101100011 | 1011111 | 110011 |
Color Harmonies of #F90A1F
Complementary color
Monochromatic Colors of #F90A1F
Black with #F90A1F
Text Example
Text Example
White with #F90A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90A1F; }
p { color: rgb(249,10,31); }
H1.HeaderClassName
{
color: #F90A1F;
}
.AnyTagClassName
{
color: #F90A1F;
}
</style>
background-color css
<style>
a { background-color: #F90A1F; }
a { background-color: rgb(249,10,31); }
div.DivClassName
{
background-color: #F90A1F;
}
.BgClassName
{
background-color: #F90A1F;
}
</style>
border-color css
<style>
span { border-color: #F90A1F; }
span { border-color: rgb(249,10,31); }
td.TdClassName
{
border-color: #F90A1F;
}
.TagClassName
{
border-color: #F90A1F;
}
</style>