Shades of Torch Red #F8091A
Tints of Torch Red #F8091A
RGB
CMYK
RGB Variations
Color information
#F8091A (or 0xF8091A) is known color: Torch Red. HEX triplet: F8, 09 and 1A. RGB value is (248,9,26). Sum of RGB (Red+Green+Blue) = 248+9+26=283 (37% of max value = 765). Red value is 248 (97.27% from 255 or 87.63% from 283); Green value is 9 (3.91% from 255 or 3.18% from 283); Blue value is 26 (10.55% from 255 or 9.19% from 283); Max value from RGB is 248 - color contains mainly: red. Hex color #F8091A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F8091A is #07F6E5. Grayscale: #525252. Windows color (decimal): -521958 or 1706488. OLE color: 1706488.
HSL color Cylindrical-coordinate representation of color #F8091A: hue angle of 355.73º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F8091A is Cyan = 0, Magento = 0.96, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 9 | 26 | - |
| CMYK | 0 | 0.96 | 0.90 | 0.03 |
| HSL | 355.73º | 0.94% | 0.5% | - |
| HSV(B) | 355.73º | 0.96% | 0.97% | - |
| XYZ | 39 | 20.23 | 2.83 | - |
| YUV | 82.4 | 96.18 | 246.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 9 | 26 | 0 | 0.96 | 0.90 | 0.03 | 355.73 | 0.94 | 0.5 |
| Hex | F8 | 9 | 1A | 0 | 60 | 5A | 3 | 164 | 5E | 32 |
| Octal | 370 | 11 | 32 | 0 | 140 | 132 | 3 | 544 | 136 | 62 |
| Binary | 11111000 | 1001 | 11010 | 0 | 1100000 | 1011010 | 11 | 101100100 | 1011110 | 110010 |
Color Harmonies of #F8091A
Complementary color
Monochromatic Colors of #F8091A
Black with #F8091A
Text Example
Text Example
White with #F8091A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8091A; }
p { color: rgb(248,9,26); }
H1.HeaderClassName
{
color: #F8091A;
}
.AnyTagClassName
{
color: #F8091A;
}
</style>
background-color css
<style>
a { background-color: #F8091A; }
a { background-color: rgb(248,9,26); }
div.DivClassName
{
background-color: #F8091A;
}
.BgClassName
{
background-color: #F8091A;
}
</style>
border-color css
<style>
span { border-color: #F8091A; }
span { border-color: rgb(248,9,26); }
td.TdClassName
{
border-color: #F8091A;
}
.TagClassName
{
border-color: #F8091A;
}
</style>