Shades of Torch Red #F81534
Tints of Torch Red #F81534
RGB
CMYK
RGB Variations
Color information
#F81534 (or 0xF81534) is known color: Torch Red. HEX triplet: F8, 15 and 34. RGB value is (248,21,52). Sum of RGB (Red+Green+Blue) = 248+21+52=321 (42% of max value = 765). Red value is 248 (97.27% from 255 or 77.26% from 321); Green value is 21 (8.59% from 255 or 6.54% from 321); Blue value is 52 (20.70% from 255 or 16.20% from 321); Max value from RGB is 248 - color contains mainly: red. Hex color #F81534 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F81534 is #07EACB. Grayscale: #5C5C5C. Windows color (decimal): -518860 or 3413496. OLE color: 3413496.
HSL color Cylindrical-coordinate representation of color #F81534: hue angle of 351.81º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F81534 is Cyan = 0, Magento = 0.92, Yellow = 0.79 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 21 | 52 | - |
| CMYK | 0 | 0.92 | 0.79 | 0.03 |
| HSL | 351.81º | 0.94% | 0.53% | - |
| HSV(B) | 351.81º | 0.92% | 0.97% | - |
| XYZ | 39.6 | 20.74 | 5.17 | - |
| YUV | 92.41 | 105.21 | 238.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 21 | 52 | 0 | 0.92 | 0.79 | 0.03 | 351.81 | 0.94 | 0.53 |
| Hex | F8 | 15 | 34 | 0 | 5C | 4F | 3 | 160 | 5E | 35 |
| Octal | 370 | 25 | 64 | 0 | 134 | 117 | 3 | 540 | 136 | 65 |
| Binary | 11111000 | 10101 | 110100 | 0 | 1011100 | 1001111 | 11 | 101100000 | 1011110 | 110101 |
Color Harmonies of #F81534
Complementary color
Monochromatic Colors of #F81534
Black with #F81534
Text Example
Text Example
White with #F81534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81534; }
p { color: rgb(248,21,52); }
H1.HeaderClassName
{
color: #F81534;
}
.AnyTagClassName
{
color: #F81534;
}
</style>
background-color css
<style>
a { background-color: #F81534; }
a { background-color: rgb(248,21,52); }
div.DivClassName
{
background-color: #F81534;
}
.BgClassName
{
background-color: #F81534;
}
</style>
border-color css
<style>
span { border-color: #F81534; }
span { border-color: rgb(248,21,52); }
td.TdClassName
{
border-color: #F81534;
}
.TagClassName
{
border-color: #F81534;
}
</style>