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