Shades of Torch Red #F5050C
Tints of Torch Red #F5050C
RGB
CMYK
RGB Variations
Color information
#F5050C (or 0xF5050C) is known color: Torch Red. HEX triplet: F5, 05 and 0C. RGB value is (245,5,12). Sum of RGB (Red+Green+Blue) = 245+5+12=262 (34% of max value = 765). Red value is 245 (96.09% from 255 or 93.51% from 262); Green value is 5 (2.34% from 255 or 1.91% from 262); Blue value is 12 (5.08% from 255 or 4.58% from 262); Max value from RGB is 245 - color contains mainly: red. Hex color #F5050C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F5050C is #0AFAF3. Grayscale: #4D4D4D. Windows color (decimal): -719604 or 787957. OLE color: 787957.
HSL color Cylindrical-coordinate representation of color #F5050C: hue angle of 358.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 #F5050C is Cyan = 0, Magento = 0.98, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 5 | 12 | - |
| CMYK | 0 | 0.98 | 0.95 | 0.04 |
| HSL | 358.25º | 0.96% | 0.49% | - |
| HSV(B) | 358.25º | 0.98% | 0.96% | - |
| XYZ | 37.78 | 19.55 | 2.13 | - |
| YUV | 77.56 | 91.01 | 247.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 5 | 12 | 0 | 0.98 | 0.95 | 0.04 | 358.25 | 0.96 | 0.49 |
| Hex | F5 | 5 | C | 0 | 62 | 5F | 4 | 166 | 60 | 31 |
| Octal | 365 | 5 | 14 | 0 | 142 | 137 | 4 | 546 | 140 | 61 |
| Binary | 11110101 | 101 | 1100 | 0 | 1100010 | 1011111 | 100 | 101100110 | 1100000 | 110001 |
Color Harmonies of #F5050C
Complementary color
Monochromatic Colors of #F5050C
Black with #F5050C
Text Example
Text Example
White with #F5050C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5050C; }
p { color: rgb(245,5,12); }
H1.HeaderClassName
{
color: #F5050C;
}
.AnyTagClassName
{
color: #F5050C;
}
</style>
background-color css
<style>
a { background-color: #F5050C; }
a { background-color: rgb(245,5,12); }
div.DivClassName
{
background-color: #F5050C;
}
.BgClassName
{
background-color: #F5050C;
}
</style>
border-color css
<style>
span { border-color: #F5050C; }
span { border-color: rgb(245,5,12); }
td.TdClassName
{
border-color: #F5050C;
}
.TagClassName
{
border-color: #F5050C;
}
</style>