Shades of Torch Red #F81E2F
Tints of Torch Red #F81E2F
RGB
CMYK
RGB Variations
Color information
#F81E2F (or 0xF81E2F) is known color: Torch Red. HEX triplet: F8, 1E and 2F. RGB value is (248,30,47). Sum of RGB (Red+Green+Blue) = 248+30+47=325 (43% of max value = 765). Red value is 248 (97.27% from 255 or 76.31% from 325); Green value is 30 (12.11% from 255 or 9.23% from 325); Blue value is 47 (18.75% from 255 or 14.46% from 325); Max value from RGB is 248 - color contains mainly: red. Hex color #F81E2F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F81E2F is #07E1D0. Grayscale: #616161. Windows color (decimal): -516561 or 3088120. OLE color: 3088120.
HSL color Cylindrical-coordinate representation of color #F81E2F: hue angle of 355.32º 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 #F81E2F is Cyan = 0, Magento = 0.88, Yellow = 0.81 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 30 | 47 | - |
| CMYK | 0 | 0.88 | 0.81 | 0.03 |
| HSL | 355.32º | 0.94% | 0.55% | - |
| HSV(B) | 355.32º | 0.88% | 0.97% | - |
| XYZ | 39.69 | 21.09 | 4.67 | - |
| YUV | 97.12 | 99.72 | 235.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 30 | 47 | 0 | 0.88 | 0.81 | 0.03 | 355.32 | 0.94 | 0.55 |
| Hex | F8 | 1E | 2F | 0 | 58 | 51 | 3 | 163 | 5E | 37 |
| Octal | 370 | 36 | 57 | 0 | 130 | 121 | 3 | 543 | 136 | 67 |
| Binary | 11111000 | 11110 | 101111 | 0 | 1011000 | 1010001 | 11 | 101100011 | 1011110 | 110111 |
Color Harmonies of #F81E2F
Complementary color
Monochromatic Colors of #F81E2F
Black with #F81E2F
Text Example
Text Example
White with #F81E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81E2F; }
p { color: rgb(248,30,47); }
H1.HeaderClassName
{
color: #F81E2F;
}
.AnyTagClassName
{
color: #F81E2F;
}
</style>
background-color css
<style>
a { background-color: #F81E2F; }
a { background-color: rgb(248,30,47); }
div.DivClassName
{
background-color: #F81E2F;
}
.BgClassName
{
background-color: #F81E2F;
}
</style>
border-color css
<style>
span { border-color: #F81E2F; }
span { border-color: rgb(248,30,47); }
td.TdClassName
{
border-color: #F81E2F;
}
.TagClassName
{
border-color: #F81E2F;
}
</style>