Shades of Torch Red #F5031F
Tints of Torch Red #F5031F
RGB
CMYK
RGB Variations
Color information
#F5031F (or 0xF5031F) is known color: Torch Red. HEX triplet: F5, 03 and 1F. RGB value is (245,3,31). Sum of RGB (Red+Green+Blue) = 245+3+31=279 (36% of max value = 765). Red value is 245 (96.09% from 255 or 87.81% from 279); Green value is 3 (1.56% from 255 or 1.08% from 279); Blue value is 31 (12.5% from 255 or 11.11% from 279); Max value from RGB is 245 - color contains mainly: red. Hex color #F5031F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F5031F is #0AFCE0. Grayscale: #4E4E4E. Windows color (decimal): -720097 or 2032629. OLE color: 2032629.
HSL color Cylindrical-coordinate representation of color #F5031F: hue angle of 353.06º 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 #F5031F is Cyan = 0, Magento = 0.99, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 3 | 31 | - |
| CMYK | 0 | 0.99 | 0.87 | 0.04 |
| HSL | 353.06º | 0.98% | 0.49% | - |
| HSV(B) | 353.06º | 0.99% | 0.96% | - |
| XYZ | 37.94 | 19.58 | 3.08 | - |
| YUV | 78.55 | 101.17 | 246.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 3 | 31 | 0 | 0.99 | 0.87 | 0.04 | 353.06 | 0.98 | 0.49 |
| Hex | F5 | 3 | 1F | 0 | 63 | 57 | 4 | 161 | 62 | 31 |
| Octal | 365 | 3 | 37 | 0 | 143 | 127 | 4 | 541 | 142 | 61 |
| Binary | 11110101 | 11 | 11111 | 0 | 1100011 | 1010111 | 100 | 101100001 | 1100010 | 110001 |
Color Harmonies of #F5031F
Complementary color
Monochromatic Colors of #F5031F
Black with #F5031F
Text Example
Text Example
White with #F5031F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5031F; }
p { color: rgb(245,3,31); }
H1.HeaderClassName
{
color: #F5031F;
}
.AnyTagClassName
{
color: #F5031F;
}
</style>
background-color css
<style>
a { background-color: #F5031F; }
a { background-color: rgb(245,3,31); }
div.DivClassName
{
background-color: #F5031F;
}
.BgClassName
{
background-color: #F5031F;
}
</style>
border-color css
<style>
span { border-color: #F5031F; }
span { border-color: rgb(245,3,31); }
td.TdClassName
{
border-color: #F5031F;
}
.TagClassName
{
border-color: #F5031F;
}
</style>