Shades of Torch Red #F5152F
Tints of Torch Red #F5152F
RGB
CMYK
RGB Variations
Color information
#F5152F (or 0xF5152F) is known color: Torch Red. HEX triplet: F5, 15 and 2F. RGB value is (245,21,47). Sum of RGB (Red+Green+Blue) = 245+21+47=313 (41% of max value = 765). Red value is 245 (96.09% from 255 or 78.27% from 313); Green value is 21 (8.59% from 255 or 6.71% from 313); Blue value is 47 (18.75% from 255 or 15.02% from 313); Max value from RGB is 245 - color contains mainly: red. Hex color #F5152F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F5152F is #0AEAD0. Grayscale: #5B5B5B. Windows color (decimal): -715473 or 3085813. OLE color: 3085813.
HSL color Cylindrical-coordinate representation of color #F5152F: hue angle of 353.04º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F5152F is Cyan = 0, Magento = 0.91, Yellow = 0.81 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 21 | 47 | - |
| CMYK | 0 | 0.91 | 0.81 | 0.04 |
| HSL | 353.04º | 0.92% | 0.52% | - |
| HSV(B) | 353.04º | 0.91% | 0.96% | - |
| XYZ | 38.44 | 20.15 | 4.55 | - |
| YUV | 90.94 | 103.21 | 237.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 21 | 47 | 0 | 0.91 | 0.81 | 0.04 | 353.04 | 0.92 | 0.52 |
| Hex | F5 | 15 | 2F | 0 | 5B | 51 | 4 | 161 | 5C | 34 |
| Octal | 365 | 25 | 57 | 0 | 133 | 121 | 4 | 541 | 134 | 64 |
| Binary | 11110101 | 10101 | 101111 | 0 | 1011011 | 1010001 | 100 | 101100001 | 1011100 | 110100 |
Color Harmonies of #F5152F
Complementary color
Monochromatic Colors of #F5152F
Black with #F5152F
Text Example
Text Example
White with #F5152F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5152F; }
p { color: rgb(245,21,47); }
H1.HeaderClassName
{
color: #F5152F;
}
.AnyTagClassName
{
color: #F5152F;
}
</style>
background-color css
<style>
a { background-color: #F5152F; }
a { background-color: rgb(245,21,47); }
div.DivClassName
{
background-color: #F5152F;
}
.BgClassName
{
background-color: #F5152F;
}
</style>
border-color css
<style>
span { border-color: #F5152F; }
span { border-color: rgb(245,21,47); }
td.TdClassName
{
border-color: #F5152F;
}
.TagClassName
{
border-color: #F5152F;
}
</style>