Shades of Torch Red #F90A1C
Tints of Torch Red #F90A1C
RGB
CMYK
RGB Variations
Color information
#F90A1C (or 0xF90A1C) is known color: Torch Red. HEX triplet: F9, 0A and 1C. RGB value is (249,10,28). Sum of RGB (Red+Green+Blue) = 249+10+28=287 (38% of max value = 765). Red value is 249 (97.66% from 255 or 86.76% from 287); Green value is 10 (4.30% from 255 or 3.48% from 287); Blue value is 28 (11.33% from 255 or 9.76% from 287); Max value from RGB is 249 - color contains mainly: red. Hex color #F90A1C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F90A1C is #06F5E3. Grayscale: #535353. Windows color (decimal): -456164 or 1837817. OLE color: 1837817.
HSL color Cylindrical-coordinate representation of color #F90A1C: hue angle of 355.48º 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 #F90A1C is Cyan = 0, Magento = 0.96, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 10 | 28 | - |
| CMYK | 0 | 0.96 | 0.89 | 0.02 |
| HSL | 355.48º | 0.95% | 0.51% | - |
| HSV(B) | 355.48º | 0.96% | 0.98% | - |
| XYZ | 39.39 | 20.44 | 2.97 | - |
| YUV | 83.51 | 96.68 | 246.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 10 | 28 | 0 | 0.96 | 0.89 | 0.02 | 355.48 | 0.95 | 0.51 |
| Hex | F9 | A | 1C | 0 | 60 | 59 | 2 | 163 | 5F | 33 |
| Octal | 371 | 12 | 34 | 0 | 140 | 131 | 2 | 543 | 137 | 63 |
| Binary | 11111001 | 1010 | 11100 | 0 | 1100000 | 1011001 | 10 | 101100011 | 1011111 | 110011 |
Color Harmonies of #F90A1C
Complementary color
Monochromatic Colors of #F90A1C
Black with #F90A1C
Text Example
Text Example
White with #F90A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F90A1C; }
p { color: rgb(249,10,28); }
H1.HeaderClassName
{
color: #F90A1C;
}
.AnyTagClassName
{
color: #F90A1C;
}
</style>
background-color css
<style>
a { background-color: #F90A1C; }
a { background-color: rgb(249,10,28); }
div.DivClassName
{
background-color: #F90A1C;
}
.BgClassName
{
background-color: #F90A1C;
}
</style>
border-color css
<style>
span { border-color: #F90A1C; }
span { border-color: rgb(249,10,28); }
td.TdClassName
{
border-color: #F90A1C;
}
.TagClassName
{
border-color: #F90A1C;
}
</style>