Shades of Torch Red #F4031F
Tints of Torch Red #F4031F
RGB
CMYK
RGB Variations
Color information
#F4031F (or 0xF4031F) is known color: Torch Red. HEX triplet: F4, 03 and 1F. RGB value is (244,3,31). Sum of RGB (Red+Green+Blue) = 244+3+31=278 (36% of max value = 765). Red value is 244 (95.70% from 255 or 87.77% from 278); Green value is 3 (1.56% from 255 or 1.08% from 278); Blue value is 31 (12.5% from 255 or 11.15% from 278); Max value from RGB is 244 - color contains mainly: red. Hex color #F4031F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F4031F is #0BFCE0. Grayscale: #4E4E4E. Windows color (decimal): -785633 or 2032628. OLE color: 2032628.
HSL color Cylindrical-coordinate representation of color #F4031F: hue angle of 353.03º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F4031F is Cyan = 0, Magento = 0.99, Yellow = 0.87 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 3 | 31 | - |
| CMYK | 0 | 0.99 | 0.87 | 0.04 |
| HSL | 353.03º | 0.98% | 0.48% | - |
| HSV(B) | 353.03º | 0.99% | 0.96% | - |
| XYZ | 37.59 | 19.4 | 3.06 | - |
| YUV | 78.25 | 101.34 | 246.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 3 | 31 | 0 | 0.99 | 0.87 | 0.04 | 353.03 | 0.98 | 0.48 |
| Hex | F4 | 3 | 1F | 0 | 63 | 57 | 4 | 161 | 62 | 30 |
| Octal | 364 | 3 | 37 | 0 | 143 | 127 | 4 | 541 | 142 | 60 |
| Binary | 11110100 | 11 | 11111 | 0 | 1100011 | 1010111 | 100 | 101100001 | 1100010 | 110000 |
Color Harmonies of #F4031F
Complementary color
Monochromatic Colors of #F4031F
Black with #F4031F
Text Example
Text Example
White with #F4031F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4031F; }
p { color: rgb(244,3,31); }
H1.HeaderClassName
{
color: #F4031F;
}
.AnyTagClassName
{
color: #F4031F;
}
</style>
background-color css
<style>
a { background-color: #F4031F; }
a { background-color: rgb(244,3,31); }
div.DivClassName
{
background-color: #F4031F;
}
.BgClassName
{
background-color: #F4031F;
}
</style>
border-color css
<style>
span { border-color: #F4031F; }
span { border-color: rgb(244,3,31); }
td.TdClassName
{
border-color: #F4031F;
}
.TagClassName
{
border-color: #F4031F;
}
</style>