Shades of Torch Red #F5032F
Tints of Torch Red #F5032F
RGB
CMYK
RGB Variations
Color information
#F5032F (or 0xF5032F) is known color: Torch Red. HEX triplet: F5, 03 and 2F. RGB value is (245,3,47). Sum of RGB (Red+Green+Blue) = 245+3+47=295 (39% of max value = 765). Red value is 245 (96.09% from 255 or 83.05% from 295); Green value is 3 (1.56% from 255 or 1.02% from 295); Blue value is 47 (18.75% from 255 or 15.93% from 295); Max value from RGB is 245 - color contains mainly: red. Hex color #F5032F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F5032F is #0AFCD0. Grayscale: #505050. Windows color (decimal): -720081 or 3081205. OLE color: 3081205.
HSL color Cylindrical-coordinate representation of color #F5032F: hue angle of 349.09º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F5032F is Cyan = 0, Magento = 0.99, Yellow = 0.81 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 3 | 47 | - |
| CMYK | 0 | 0.99 | 0.81 | 0.04 |
| HSL | 349.09º | 0.98% | 0.49% | - |
| HSV(B) | 349.09º | 0.99% | 0.96% | - |
| XYZ | 38.2 | 19.68 | 4.48 | - |
| YUV | 80.37 | 109.17 | 245.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 3 | 47 | 0 | 0.99 | 0.81 | 0.04 | 349.09 | 0.98 | 0.49 |
| Hex | F5 | 3 | 2F | 0 | 63 | 51 | 4 | 15D | 62 | 31 |
| Octal | 365 | 3 | 57 | 0 | 143 | 121 | 4 | 535 | 142 | 61 |
| Binary | 11110101 | 11 | 101111 | 0 | 1100011 | 1010001 | 100 | 101011101 | 1100010 | 110001 |
Color Harmonies of #F5032F
Complementary color
Monochromatic Colors of #F5032F
Black with #F5032F
Text Example
Text Example
White with #F5032F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5032F; }
p { color: rgb(245,3,47); }
H1.HeaderClassName
{
color: #F5032F;
}
.AnyTagClassName
{
color: #F5032F;
}
</style>
background-color css
<style>
a { background-color: #F5032F; }
a { background-color: rgb(245,3,47); }
div.DivClassName
{
background-color: #F5032F;
}
.BgClassName
{
background-color: #F5032F;
}
</style>
border-color css
<style>
span { border-color: #F5032F; }
span { border-color: rgb(245,3,47); }
td.TdClassName
{
border-color: #F5032F;
}
.TagClassName
{
border-color: #F5032F;
}
</style>