Shades of Torch Red #F5152D
Tints of Torch Red #F5152D
RGB
CMYK
RGB Variations
Color information
#F5152D (or 0xF5152D) is known color: Torch Red. HEX triplet: F5, 15 and 2D. RGB value is (245,21,45). Sum of RGB (Red+Green+Blue) = 245+21+45=311 (41% of max value = 765). Red value is 245 (96.09% from 255 or 78.78% from 311); Green value is 21 (8.59% from 255 or 6.75% from 311); Blue value is 45 (17.97% from 255 or 14.47% from 311); Max value from RGB is 245 - color contains mainly: red. Hex color #F5152D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F5152D is #0AEAD2. Grayscale: #5A5A5A. Windows color (decimal): -715475 or 2954741. OLE color: 2954741.
HSL color Cylindrical-coordinate representation of color #F5152D: hue angle of 353.57º 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 #F5152D is Cyan = 0, Magento = 0.91, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 21 | 45 | - |
| CMYK | 0 | 0.91 | 0.82 | 0.04 |
| HSL | 353.57º | 0.92% | 0.52% | - |
| HSV(B) | 353.57º | 0.91% | 0.96% | - |
| XYZ | 38.4 | 20.14 | 4.35 | - |
| YUV | 90.71 | 102.21 | 238.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 21 | 45 | 0 | 0.91 | 0.82 | 0.04 | 353.57 | 0.92 | 0.52 |
| Hex | F5 | 15 | 2D | 0 | 5B | 52 | 4 | 162 | 5C | 34 |
| Octal | 365 | 25 | 55 | 0 | 133 | 122 | 4 | 542 | 134 | 64 |
| Binary | 11110101 | 10101 | 101101 | 0 | 1011011 | 1010010 | 100 | 101100010 | 1011100 | 110100 |
Color Harmonies of #F5152D
Complementary color
Monochromatic Colors of #F5152D
Black with #F5152D
Text Example
Text Example
White with #F5152D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5152D; }
p { color: rgb(245,21,45); }
H1.HeaderClassName
{
color: #F5152D;
}
.AnyTagClassName
{
color: #F5152D;
}
</style>
background-color css
<style>
a { background-color: #F5152D; }
a { background-color: rgb(245,21,45); }
div.DivClassName
{
background-color: #F5152D;
}
.BgClassName
{
background-color: #F5152D;
}
</style>
border-color css
<style>
span { border-color: #F5152D; }
span { border-color: rgb(245,21,45); }
td.TdClassName
{
border-color: #F5152D;
}
.TagClassName
{
border-color: #F5152D;
}
</style>