Shades of Torch Red #F4041D
Tints of Torch Red #F4041D
RGB
CMYK
RGB Variations
Color information
#F4041D (or 0xF4041D) is known color: Torch Red. HEX triplet: F4, 04 and 1D. RGB value is (244,4,29). Sum of RGB (Red+Green+Blue) = 244+4+29=277 (36% of max value = 765). Red value is 244 (95.70% from 255 or 88.09% from 277); Green value is 4 (1.95% from 255 or 1.44% from 277); Blue value is 29 (11.72% from 255 or 10.47% from 277); Max value from RGB is 244 - color contains mainly: red. Hex color #F4041D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F4041D is #0BFBE2. Grayscale: #4E4E4E. Windows color (decimal): -785379 or 1901812. OLE color: 1901812.
HSL color Cylindrical-coordinate representation of color #F4041D: hue angle of 353.75º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F4041D is Cyan = 0, Magento = 0.98, Yellow = 0.88 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 4 | 29 | - |
| CMYK | 0 | 0.98 | 0.88 | 0.04 |
| HSL | 353.75º | 0.97% | 0.49% | - |
| HSV(B) | 353.75º | 0.98% | 0.96% | - |
| XYZ | 37.57 | 19.41 | 2.93 | - |
| YUV | 78.61 | 100.01 | 245.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 4 | 29 | 0 | 0.98 | 0.88 | 0.04 | 353.75 | 0.97 | 0.49 |
| Hex | F4 | 4 | 1D | 0 | 62 | 58 | 4 | 162 | 61 | 31 |
| Octal | 364 | 4 | 35 | 0 | 142 | 130 | 4 | 542 | 141 | 61 |
| Binary | 11110100 | 100 | 11101 | 0 | 1100010 | 1011000 | 100 | 101100010 | 1100001 | 110001 |
Color Harmonies of #F4041D
Complementary color
Monochromatic Colors of #F4041D
Black with #F4041D
Text Example
Text Example
White with #F4041D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4041D; }
p { color: rgb(244,4,29); }
H1.HeaderClassName
{
color: #F4041D;
}
.AnyTagClassName
{
color: #F4041D;
}
</style>
background-color css
<style>
a { background-color: #F4041D; }
a { background-color: rgb(244,4,29); }
div.DivClassName
{
background-color: #F4041D;
}
.BgClassName
{
background-color: #F4041D;
}
</style>
border-color css
<style>
span { border-color: #F4041D; }
span { border-color: rgb(244,4,29); }
td.TdClassName
{
border-color: #F4041D;
}
.TagClassName
{
border-color: #F4041D;
}
</style>