Shades of Torch Red #F81334
Tints of Torch Red #F81334
RGB
CMYK
RGB Variations
Color information
#F81334 (or 0xF81334) is known color: Torch Red. HEX triplet: F8, 13 and 34. RGB value is (248,19,52). Sum of RGB (Red+Green+Blue) = 248+19+52=319 (42% of max value = 765). Red value is 248 (97.27% from 255 or 77.74% from 319); Green value is 19 (7.81% from 255 or 5.96% from 319); Blue value is 52 (20.70% from 255 or 16.30% from 319); Max value from RGB is 248 - color contains mainly: red. Hex color #F81334 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F81334 is #07ECCB. Grayscale: #5B5B5B. Windows color (decimal): -519372 or 3412984. OLE color: 3412984.
HSL color Cylindrical-coordinate representation of color #F81334: hue angle of 351.35º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F81334 is Cyan = 0, Magento = 0.92, Yellow = 0.79 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 19 | 52 | - |
| CMYK | 0 | 0.92 | 0.79 | 0.03 |
| HSL | 351.35º | 0.94% | 0.52% | - |
| HSV(B) | 351.35º | 0.92% | 0.97% | - |
| XYZ | 39.56 | 20.67 | 5.15 | - |
| YUV | 91.23 | 105.87 | 239.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 19 | 52 | 0 | 0.92 | 0.79 | 0.03 | 351.35 | 0.94 | 0.52 |
| Hex | F8 | 13 | 34 | 0 | 5C | 4F | 3 | 15F | 5E | 34 |
| Octal | 370 | 23 | 64 | 0 | 134 | 117 | 3 | 537 | 136 | 64 |
| Binary | 11111000 | 10011 | 110100 | 0 | 1011100 | 1001111 | 11 | 101011111 | 1011110 | 110100 |
Color Harmonies of #F81334
Complementary color
Monochromatic Colors of #F81334
Black with #F81334
Text Example
Text Example
White with #F81334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81334; }
p { color: rgb(248,19,52); }
H1.HeaderClassName
{
color: #F81334;
}
.AnyTagClassName
{
color: #F81334;
}
</style>
background-color css
<style>
a { background-color: #F81334; }
a { background-color: rgb(248,19,52); }
div.DivClassName
{
background-color: #F81334;
}
.BgClassName
{
background-color: #F81334;
}
</style>
border-color css
<style>
span { border-color: #F81334; }
span { border-color: rgb(248,19,52); }
td.TdClassName
{
border-color: #F81334;
}
.TagClassName
{
border-color: #F81334;
}
</style>