Shades of Torch Red #F81A23
Tints of Torch Red #F81A23
RGB
CMYK
RGB Variations
Color information
#F81A23 (or 0xF81A23) is known color: Torch Red. HEX triplet: F8, 1A and 23. RGB value is (248,26,35). Sum of RGB (Red+Green+Blue) = 248+26+35=309 (40% of max value = 765). Red value is 248 (97.27% from 255 or 80.26% from 309); Green value is 26 (10.55% from 255 or 8.41% from 309); Blue value is 35 (14.06% from 255 or 11.33% from 309); Max value from RGB is 248 - color contains mainly: red. Hex color #F81A23 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F81A23 is #07E5DC. Grayscale: #5D5D5D. Windows color (decimal): -517597 or 2300664. OLE color: 2300664.
HSL color Cylindrical-coordinate representation of color #F81A23: hue angle of 357.57º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F81A23 is Cyan = 0, Magento = 0.90, Yellow = 0.86 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 26 | 35 | - |
| CMYK | 0 | 0.90 | 0.86 | 0.03 |
| HSL | 357.57º | 0.94% | 0.54% | - |
| HSV(B) | 357.57º | 0.9% | 0.97% | - |
| XYZ | 39.38 | 20.82 | 3.53 | - |
| YUV | 93.4 | 95.05 | 238.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 26 | 35 | 0 | 0.90 | 0.86 | 0.03 | 357.57 | 0.94 | 0.54 |
| Hex | F8 | 1A | 23 | 0 | 5A | 56 | 3 | 166 | 5E | 36 |
| Octal | 370 | 32 | 43 | 0 | 132 | 126 | 3 | 546 | 136 | 66 |
| Binary | 11111000 | 11010 | 100011 | 0 | 1011010 | 1010110 | 11 | 101100110 | 1011110 | 110110 |
Color Harmonies of #F81A23
Complementary color
Monochromatic Colors of #F81A23
Black with #F81A23
Text Example
Text Example
White with #F81A23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81A23; }
p { color: rgb(248,26,35); }
H1.HeaderClassName
{
color: #F81A23;
}
.AnyTagClassName
{
color: #F81A23;
}
</style>
background-color css
<style>
a { background-color: #F81A23; }
a { background-color: rgb(248,26,35); }
div.DivClassName
{
background-color: #F81A23;
}
.BgClassName
{
background-color: #F81A23;
}
</style>
border-color css
<style>
span { border-color: #F81A23; }
span { border-color: rgb(248,26,35); }
td.TdClassName
{
border-color: #F81A23;
}
.TagClassName
{
border-color: #F81A23;
}
</style>