Shades of Torch Red #F81C2F
Tints of Torch Red #F81C2F
RGB
CMYK
RGB Variations
Color information
#F81C2F (or 0xF81C2F) is known color: Torch Red. HEX triplet: F8, 1C and 2F. RGB value is (248,28,47). Sum of RGB (Red+Green+Blue) = 248+28+47=323 (42% of max value = 765). Red value is 248 (97.27% from 255 or 76.78% from 323); Green value is 28 (11.33% from 255 or 8.67% from 323); Blue value is 47 (18.75% from 255 or 14.55% from 323); Max value from RGB is 248 - color contains mainly: red. Hex color #F81C2F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F81C2F is #07E3D0. Grayscale: #606060. Windows color (decimal): -517073 or 3087608. OLE color: 3087608.
HSL color Cylindrical-coordinate representation of color #F81C2F: hue angle of 354.82º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F81C2F is Cyan = 0, Magento = 0.89, Yellow = 0.81 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 28 | 47 | - |
| CMYK | 0 | 0.89 | 0.81 | 0.03 |
| HSL | 354.82º | 0.94% | 0.54% | - |
| HSV(B) | 354.82º | 0.89% | 0.97% | - |
| XYZ | 39.64 | 20.99 | 4.65 | - |
| YUV | 95.95 | 100.39 | 236.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 28 | 47 | 0 | 0.89 | 0.81 | 0.03 | 354.82 | 0.94 | 0.54 |
| Hex | F8 | 1C | 2F | 0 | 59 | 51 | 3 | 163 | 5E | 36 |
| Octal | 370 | 34 | 57 | 0 | 131 | 121 | 3 | 543 | 136 | 66 |
| Binary | 11111000 | 11100 | 101111 | 0 | 1011001 | 1010001 | 11 | 101100011 | 1011110 | 110110 |
Color Harmonies of #F81C2F
Complementary color
Monochromatic Colors of #F81C2F
Black with #F81C2F
Text Example
Text Example
White with #F81C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F81C2F; }
p { color: rgb(248,28,47); }
H1.HeaderClassName
{
color: #F81C2F;
}
.AnyTagClassName
{
color: #F81C2F;
}
</style>
background-color css
<style>
a { background-color: #F81C2F; }
a { background-color: rgb(248,28,47); }
div.DivClassName
{
background-color: #F81C2F;
}
.BgClassName
{
background-color: #F81C2F;
}
</style>
border-color css
<style>
span { border-color: #F81C2F; }
span { border-color: rgb(248,28,47); }
td.TdClassName
{
border-color: #F81C2F;
}
.TagClassName
{
border-color: #F81C2F;
}
</style>