Shades of Torch Red #F4003A
Tints of Torch Red #F4003A
RGB
CMYK
RGB Variations
Color information
#F4003A (or 0xF4003A) is known color: Torch Red. HEX triplet: F4, 00 and 3A. RGB value is (244,0,58). Sum of RGB (Red+Green+Blue) = 244+0+58=302 (40% of max value = 765). Red value is 244 (95.70% from 255 or 80.79% from 302); Green value is 0 (0.39% from 255 or 0% from 302); Blue value is 58 (23.05% from 255 or 19.21% from 302); Max value from RGB is 244 - color contains mainly: red. Hex color #F4003A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F4003A is #0BFFC5. Grayscale: #4F4F4F. Windows color (decimal): -786374 or 3801332. OLE color: 3801332.
HSL color Cylindrical-coordinate representation of color #F4003A: hue angle of 345.74º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F4003A is Cyan = 0, Magento = 1, Yellow = 0.76 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 0 | 58 | - |
| CMYK | 0 | 1 | 0.76 | 0.04 |
| HSL | 345.74º | 1% | 0.48% | - |
| HSV(B) | 345.74º | 1% | 0.96% | - |
| XYZ | 38.07 | 19.54 | 5.77 | - |
| YUV | 79.57 | 115.84 | 245.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 0 | 58 | 0 | 1 | 0.76 | 0.04 | 345.74 | 1 | 0.48 |
| Hex | F4 | 0 | 3A | 0 | 64 | 4C | 4 | 15A | 64 | 30 |
| Octal | 364 | 0 | 72 | 0 | 144 | 114 | 4 | 532 | 144 | 60 |
| Binary | 11110100 | 0 | 111010 | 0 | 1100100 | 1001100 | 100 | 101011010 | 1100100 | 110000 |
Color Harmonies of #F4003A
Complementary color
Monochromatic Colors of #F4003A
Black with #F4003A
Text Example
Text Example
White with #F4003A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4003A; }
p { color: rgb(244,0,58); }
H1.HeaderClassName
{
color: #F4003A;
}
.AnyTagClassName
{
color: #F4003A;
}
</style>
background-color css
<style>
a { background-color: #F4003A; }
a { background-color: rgb(244,0,58); }
div.DivClassName
{
background-color: #F4003A;
}
.BgClassName
{
background-color: #F4003A;
}
</style>
border-color css
<style>
span { border-color: #F4003A; }
span { border-color: rgb(244,0,58); }
td.TdClassName
{
border-color: #F4003A;
}
.TagClassName
{
border-color: #F4003A;
}
</style>