Shades of Torch Red #F81E32
Tints of Torch Red #F81E32
RGB
CMYK
RGB Variations
Color information
#F81E32 (or 0xF81E32) is known color: Torch Red. HEX triplet: F8, 1E and 32. RGB value is (248,30,50). Sum of RGB (Red+Green+Blue) = 248+30+50=328 (43% of max value = 765). Red value is 248 (97.27% from 255 or 75.61% from 328); Green value is 30 (12.11% from 255 or 9.15% from 328); Blue value is 50 (19.92% from 255 or 15.24% from 328); Max value from RGB is 248 - color contains mainly: red. Hex color #F81E32 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F81E32 is #07E1CD. Grayscale: #616161. Windows color (decimal): -516558 or 3284728. OLE color: 3284728.
HSL color Cylindrical-coordinate representation of color #F81E32: hue angle of 354.5º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F81E32 is Cyan = 0, Magento = 0.88, Yellow = 0.80 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 30 | 50 | - |
| CMYK | 0 | 0.88 | 0.80 | 0.03 |
| HSL | 354.5º | 0.94% | 0.55% | - |
| HSV(B) | 354.5º | 0.88% | 0.97% | - |
| XYZ | 39.75 | 21.12 | 5 | - |
| YUV | 97.46 | 101.22 | 235.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 30 | 50 | 0 | 0.88 | 0.80 | 0.03 | 354.5 | 0.94 | 0.55 |
| Hex | F8 | 1E | 32 | 0 | 58 | 50 | 3 | 162 | 5E | 37 |
| Octal | 370 | 36 | 62 | 0 | 130 | 120 | 3 | 542 | 136 | 67 |
| Binary | 11111000 | 11110 | 110010 | 0 | 1011000 | 1010000 | 11 | 101100010 | 1011110 | 110111 |
Color Harmonies of #F81E32
Complementary color
Monochromatic Colors of #F81E32
Black with #F81E32
Text Example
Text Example
White with #F81E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81E32; }
p { color: rgb(248,30,50); }
H1.HeaderClassName
{
color: #F81E32;
}
.AnyTagClassName
{
color: #F81E32;
}
</style>
background-color css
<style>
a { background-color: #F81E32; }
a { background-color: rgb(248,30,50); }
div.DivClassName
{
background-color: #F81E32;
}
.BgClassName
{
background-color: #F81E32;
}
</style>
border-color css
<style>
span { border-color: #F81E32; }
span { border-color: rgb(248,30,50); }
td.TdClassName
{
border-color: #F81E32;
}
.TagClassName
{
border-color: #F81E32;
}
</style>