Shades of Torch Red #F5011C
Tints of Torch Red #F5011C
RGB
CMYK
RGB Variations
Color information
#F5011C (or 0xF5011C) is known color: Torch Red. HEX triplet: F5, 01 and 1C. RGB value is (245,1,28). Sum of RGB (Red+Green+Blue) = 245+1+28=274 (36% of max value = 765). Red value is 245 (96.09% from 255 or 89.42% from 274); Green value is 1 (0.78% from 255 or 0.36% from 274); Blue value is 28 (11.33% from 255 or 10.22% from 274); Max value from RGB is 245 - color contains mainly: red. Hex color #F5011C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F5011C is #0AFEE3. Grayscale: #4D4D4D. Windows color (decimal): -720612 or 1835509. OLE color: 1835509.
HSL color Cylindrical-coordinate representation of color #F5011C: hue angle of 353.36º 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 #F5011C is Cyan = 0, Magento = 1.00, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 1 | 28 | - |
| CMYK | 0 | 1.00 | 0.89 | 0.04 |
| HSL | 353.36º | 0.99% | 0.48% | - |
| HSV(B) | 353.36º | 1% | 0.96% | - |
| XYZ | 37.88 | 19.52 | 2.87 | - |
| YUV | 77.03 | 100.34 | 247.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 1 | 28 | 0 | 1.00 | 0.89 | 0.04 | 353.36 | 0.99 | 0.48 |
| Hex | F5 | 1 | 1C | 0 | 64 | 59 | 4 | 161 | 63 | 30 |
| Octal | 365 | 1 | 34 | 0 | 144 | 131 | 4 | 541 | 143 | 60 |
| Binary | 11110101 | 1 | 11100 | 0 | 1100100 | 1011001 | 100 | 101100001 | 1100011 | 110000 |
Color Harmonies of #F5011C
Complementary color
Monochromatic Colors of #F5011C
Black with #F5011C
Text Example
Text Example
White with #F5011C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5011C; }
p { color: rgb(245,1,28); }
H1.HeaderClassName
{
color: #F5011C;
}
.AnyTagClassName
{
color: #F5011C;
}
</style>
background-color css
<style>
a { background-color: #F5011C; }
a { background-color: rgb(245,1,28); }
div.DivClassName
{
background-color: #F5011C;
}
.BgClassName
{
background-color: #F5011C;
}
</style>
border-color css
<style>
span { border-color: #F5011C; }
span { border-color: rgb(245,1,28); }
td.TdClassName
{
border-color: #F5011C;
}
.TagClassName
{
border-color: #F5011C;
}
</style>