Shades of Torch Red #F4041A
Tints of Torch Red #F4041A
RGB
CMYK
RGB Variations
Color information
#F4041A (or 0xF4041A) is known color: Torch Red. HEX triplet: F4, 04 and 1A. RGB value is (244,4,26). Sum of RGB (Red+Green+Blue) = 244+4+26=274 (36% of max value = 765). Red value is 244 (95.70% from 255 or 89.05% from 274); Green value is 4 (1.95% from 255 or 1.46% from 274); Blue value is 26 (10.55% from 255 or 9.49% from 274); Max value from RGB is 244 - color contains mainly: red. Hex color #F4041A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F4041A is #0BFBE5. Grayscale: #4E4E4E. Windows color (decimal): -785382 or 1705204. OLE color: 1705204.
HSL color Cylindrical-coordinate representation of color #F4041A: hue angle of 354.5º 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 #F4041A is Cyan = 0, Magento = 0.98, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 4 | 26 | - |
| CMYK | 0 | 0.98 | 0.89 | 0.04 |
| HSL | 354.5º | 0.97% | 0.49% | - |
| HSV(B) | 354.5º | 0.98% | 0.96% | - |
| XYZ | 37.54 | 19.39 | 2.74 | - |
| YUV | 78.27 | 98.51 | 246.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 4 | 26 | 0 | 0.98 | 0.89 | 0.04 | 354.5 | 0.97 | 0.49 |
| Hex | F4 | 4 | 1A | 0 | 62 | 59 | 4 | 162 | 61 | 31 |
| Octal | 364 | 4 | 32 | 0 | 142 | 131 | 4 | 542 | 141 | 61 |
| Binary | 11110100 | 100 | 11010 | 0 | 1100010 | 1011001 | 100 | 101100010 | 1100001 | 110001 |
Color Harmonies of #F4041A
Complementary color
Monochromatic Colors of #F4041A
Black with #F4041A
Text Example
Text Example
White with #F4041A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4041A; }
p { color: rgb(244,4,26); }
H1.HeaderClassName
{
color: #F4041A;
}
.AnyTagClassName
{
color: #F4041A;
}
</style>
background-color css
<style>
a { background-color: #F4041A; }
a { background-color: rgb(244,4,26); }
div.DivClassName
{
background-color: #F4041A;
}
.BgClassName
{
background-color: #F4041A;
}
</style>
border-color css
<style>
span { border-color: #F4041A; }
span { border-color: rgb(244,4,26); }
td.TdClassName
{
border-color: #F4041A;
}
.TagClassName
{
border-color: #F4041A;
}
</style>