Shades of Torch Red #F5052C
Tints of Torch Red #F5052C
RGB
CMYK
RGB Variations
Color information
#F5052C (or 0xF5052C) is known color: Torch Red. HEX triplet: F5, 05 and 2C. RGB value is (245,5,44). Sum of RGB (Red+Green+Blue) = 245+5+44=294 (38% of max value = 765). Red value is 245 (96.09% from 255 or 83.33% from 294); Green value is 5 (2.34% from 255 or 1.70% from 294); Blue value is 44 (17.58% from 255 or 14.97% from 294); Max value from RGB is 245 - color contains mainly: red. Hex color #F5052C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F5052C is #0AFAD3. Grayscale: #515151. Windows color (decimal): -719572 or 2885109. OLE color: 2885109.
HSL color Cylindrical-coordinate representation of color #F5052C: hue angle of 350.25º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F5052C is Cyan = 0, Magento = 0.98, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 5 | 44 | - |
| CMYK | 0 | 0.98 | 0.82 | 0.04 |
| HSL | 350.25º | 0.96% | 0.49% | - |
| HSV(B) | 350.25º | 0.98% | 0.96% | - |
| XYZ | 38.17 | 19.7 | 4.17 | - |
| YUV | 81.21 | 107.01 | 244.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 5 | 44 | 0 | 0.98 | 0.82 | 0.04 | 350.25 | 0.96 | 0.49 |
| Hex | F5 | 5 | 2C | 0 | 62 | 52 | 4 | 15E | 60 | 31 |
| Octal | 365 | 5 | 54 | 0 | 142 | 122 | 4 | 536 | 140 | 61 |
| Binary | 11110101 | 101 | 101100 | 0 | 1100010 | 1010010 | 100 | 101011110 | 1100000 | 110001 |
Color Harmonies of #F5052C
Complementary color
Monochromatic Colors of #F5052C
Black with #F5052C
Text Example
Text Example
White with #F5052C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5052C; }
p { color: rgb(245,5,44); }
H1.HeaderClassName
{
color: #F5052C;
}
.AnyTagClassName
{
color: #F5052C;
}
</style>
background-color css
<style>
a { background-color: #F5052C; }
a { background-color: rgb(245,5,44); }
div.DivClassName
{
background-color: #F5052C;
}
.BgClassName
{
background-color: #F5052C;
}
</style>
border-color css
<style>
span { border-color: #F5052C; }
span { border-color: rgb(245,5,44); }
td.TdClassName
{
border-color: #F5052C;
}
.TagClassName
{
border-color: #F5052C;
}
</style>