Shades of Torch Red #F5012C
Tints of Torch Red #F5012C
RGB
CMYK
RGB Variations
Color information
#F5012C (or 0xF5012C) is known color: Torch Red. HEX triplet: F5, 01 and 2C. RGB value is (245,1,44). Sum of RGB (Red+Green+Blue) = 245+1+44=290 (38% of max value = 765). Red value is 245 (96.09% from 255 or 84.48% from 290); Green value is 1 (0.78% from 255 or 0.34% from 290); Blue value is 44 (17.58% from 255 or 15.17% from 290); Max value from RGB is 245 - color contains mainly: red. Hex color #F5012C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F5012C is #0AFED3. Grayscale: #4E4E4E. Windows color (decimal): -720596 or 2884085. OLE color: 2884085.
HSL color Cylindrical-coordinate representation of color #F5012C: hue angle of 349.43º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F5012C is Cyan = 0, Magento = 1.00, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 1 | 44 | - |
| CMYK | 0 | 1.00 | 0.82 | 0.04 |
| HSL | 349.43º | 0.99% | 0.48% | - |
| HSV(B) | 349.43º | 1% | 0.96% | - |
| XYZ | 38.12 | 19.62 | 4.16 | - |
| YUV | 78.86 | 108.34 | 246.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 1 | 44 | 0 | 1.00 | 0.82 | 0.04 | 349.43 | 0.99 | 0.48 |
| Hex | F5 | 1 | 2C | 0 | 64 | 52 | 4 | 15D | 63 | 30 |
| Octal | 365 | 1 | 54 | 0 | 144 | 122 | 4 | 535 | 143 | 60 |
| Binary | 11110101 | 1 | 101100 | 0 | 1100100 | 1010010 | 100 | 101011101 | 1100011 | 110000 |
Color Harmonies of #F5012C
Complementary color
Monochromatic Colors of #F5012C
Black with #F5012C
Text Example
Text Example
White with #F5012C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5012C; }
p { color: rgb(245,1,44); }
H1.HeaderClassName
{
color: #F5012C;
}
.AnyTagClassName
{
color: #F5012C;
}
</style>
background-color css
<style>
a { background-color: #F5012C; }
a { background-color: rgb(245,1,44); }
div.DivClassName
{
background-color: #F5012C;
}
.BgClassName
{
background-color: #F5012C;
}
</style>
border-color css
<style>
span { border-color: #F5012C; }
span { border-color: rgb(245,1,44); }
td.TdClassName
{
border-color: #F5012C;
}
.TagClassName
{
border-color: #F5012C;
}
</style>