Shades of Torch Red #F81A3A
Tints of Torch Red #F81A3A
RGB
CMYK
RGB Variations
Color information
#F81A3A (or 0xF81A3A) is known color: Torch Red. HEX triplet: F8, 1A and 3A. RGB value is (248,26,58). Sum of RGB (Red+Green+Blue) = 248+26+58=332 (43% of max value = 765). Red value is 248 (97.27% from 255 or 74.70% from 332); Green value is 26 (10.55% from 255 or 7.83% from 332); Blue value is 58 (23.05% from 255 or 17.47% from 332); Max value from RGB is 248 - color contains mainly: red. Hex color #F81A3A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F81A3A is #07E5C5. Grayscale: #606060. Windows color (decimal): -517574 or 3807992. OLE color: 3807992.
HSL color Cylindrical-coordinate representation of color #F81A3A: hue angle of 351.35º 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 #F81A3A is Cyan = 0, Magento = 0.90, Yellow = 0.77 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 26 | 58 | - |
| CMYK | 0 | 0.90 | 0.77 | 0.03 |
| HSL | 351.35º | 0.94% | 0.54% | - |
| HSV(B) | 351.35º | 0.9% | 0.97% | - |
| XYZ | 39.84 | 21 | 5.96 | - |
| YUV | 96.03 | 106.55 | 236.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 26 | 58 | 0 | 0.90 | 0.77 | 0.03 | 351.35 | 0.94 | 0.54 |
| Hex | F8 | 1A | 3A | 0 | 5A | 4D | 3 | 15F | 5E | 36 |
| Octal | 370 | 32 | 72 | 0 | 132 | 115 | 3 | 537 | 136 | 66 |
| Binary | 11111000 | 11010 | 111010 | 0 | 1011010 | 1001101 | 11 | 101011111 | 1011110 | 110110 |
Color Harmonies of #F81A3A
Complementary color
Monochromatic Colors of #F81A3A
Black with #F81A3A
Text Example
Text Example
White with #F81A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81A3A; }
p { color: rgb(248,26,58); }
H1.HeaderClassName
{
color: #F81A3A;
}
.AnyTagClassName
{
color: #F81A3A;
}
</style>
background-color css
<style>
a { background-color: #F81A3A; }
a { background-color: rgb(248,26,58); }
div.DivClassName
{
background-color: #F81A3A;
}
.BgClassName
{
background-color: #F81A3A;
}
</style>
border-color css
<style>
span { border-color: #F81A3A; }
span { border-color: rgb(248,26,58); }
td.TdClassName
{
border-color: #F81A3A;
}
.TagClassName
{
border-color: #F81A3A;
}
</style>