Shades of Torch Red #F5013F
Tints of Torch Red #F5013F
RGB
CMYK
RGB Variations
Color information
#F5013F (or 0xF5013F) is known color: Torch Red. HEX triplet: F5, 01 and 3F. RGB value is (245,1,63). Sum of RGB (Red+Green+Blue) = 245+1+63=309 (40% of max value = 765). Red value is 245 (96.09% from 255 or 79.29% from 309); Green value is 1 (0.78% from 255 or 0.32% from 309); Blue value is 63 (25% from 255 or 20.39% from 309); Max value from RGB is 245 - color contains mainly: red. Hex color #F5013F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F5013F is #0AFEC0. Grayscale: #515151. Windows color (decimal): -720577 or 4129269. OLE color: 4129269.
HSL color Cylindrical-coordinate representation of color #F5013F: hue angle of 344.75º 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 #F5013F is Cyan = 0, Magento = 1.00, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 1 | 63 | - |
| CMYK | 0 | 1.00 | 0.74 | 0.04 |
| HSL | 344.75º | 0.99% | 0.48% | - |
| HSV(B) | 344.75º | 1% | 0.96% | - |
| XYZ | 38.56 | 19.79 | 6.49 | - |
| YUV | 81.02 | 117.84 | 244.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 1 | 63 | 0 | 1.00 | 0.74 | 0.04 | 344.75 | 0.99 | 0.48 |
| Hex | F5 | 1 | 3F | 0 | 64 | 4A | 4 | 159 | 63 | 30 |
| Octal | 365 | 1 | 77 | 0 | 144 | 112 | 4 | 531 | 143 | 60 |
| Binary | 11110101 | 1 | 111111 | 0 | 1100100 | 1001010 | 100 | 101011001 | 1100011 | 110000 |
Color Harmonies of #F5013F
Complementary color
Monochromatic Colors of #F5013F
Black with #F5013F
Text Example
Text Example
White with #F5013F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5013F; }
p { color: rgb(245,1,63); }
H1.HeaderClassName
{
color: #F5013F;
}
.AnyTagClassName
{
color: #F5013F;
}
</style>
background-color css
<style>
a { background-color: #F5013F; }
a { background-color: rgb(245,1,63); }
div.DivClassName
{
background-color: #F5013F;
}
.BgClassName
{
background-color: #F5013F;
}
</style>
border-color css
<style>
span { border-color: #F5013F; }
span { border-color: rgb(245,1,63); }
td.TdClassName
{
border-color: #F5013F;
}
.TagClassName
{
border-color: #F5013F;
}
</style>