Shades of Torch Red #F81A30
Tints of Torch Red #F81A30
RGB
CMYK
RGB Variations
Color information
#F81A30 (or 0xF81A30) is known color: Torch Red. HEX triplet: F8, 1A and 30. RGB value is (248,26,48). Sum of RGB (Red+Green+Blue) = 248+26+48=322 (42% of max value = 765). Red value is 248 (97.27% from 255 or 77.02% from 322); Green value is 26 (10.55% from 255 or 8.07% from 322); Blue value is 48 (19.14% from 255 or 14.91% from 322); Max value from RGB is 248 - color contains mainly: red. Hex color #F81A30 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F81A30 is #07E5CF. Grayscale: #5F5F5F. Windows color (decimal): -517584 or 3152632. OLE color: 3152632.
HSL color Cylindrical-coordinate representation of color #F81A30: hue angle of 354.05º 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 #F81A30 is Cyan = 0, Magento = 0.90, Yellow = 0.81 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 26 | 48 | - |
| CMYK | 0 | 0.90 | 0.81 | 0.03 |
| HSL | 354.05º | 0.94% | 0.54% | - |
| HSV(B) | 354.05º | 0.9% | 0.97% | - |
| XYZ | 39.61 | 20.91 | 4.74 | - |
| YUV | 94.89 | 101.55 | 237.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 26 | 48 | 0 | 0.90 | 0.81 | 0.03 | 354.05 | 0.94 | 0.54 |
| Hex | F8 | 1A | 30 | 0 | 5A | 51 | 3 | 162 | 5E | 36 |
| Octal | 370 | 32 | 60 | 0 | 132 | 121 | 3 | 542 | 136 | 66 |
| Binary | 11111000 | 11010 | 110000 | 0 | 1011010 | 1010001 | 11 | 101100010 | 1011110 | 110110 |
Color Harmonies of #F81A30
Complementary color
Monochromatic Colors of #F81A30
Black with #F81A30
Text Example
Text Example
White with #F81A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81A30; }
p { color: rgb(248,26,48); }
H1.HeaderClassName
{
color: #F81A30;
}
.AnyTagClassName
{
color: #F81A30;
}
</style>
background-color css
<style>
a { background-color: #F81A30; }
a { background-color: rgb(248,26,48); }
div.DivClassName
{
background-color: #F81A30;
}
.BgClassName
{
background-color: #F81A30;
}
</style>
border-color css
<style>
span { border-color: #F81A30; }
span { border-color: rgb(248,26,48); }
td.TdClassName
{
border-color: #F81A30;
}
.TagClassName
{
border-color: #F81A30;
}
</style>