Shades of Torch Red #F4003F
Tints of Torch Red #F4003F
RGB
CMYK
RGB Variations
Color information
#F4003F (or 0xF4003F) is known color: Torch Red. HEX triplet: F4, 00 and 3F. RGB value is (244,0,63). Sum of RGB (Red+Green+Blue) = 244+0+63=307 (40% of max value = 765). Red value is 244 (95.70% from 255 or 79.48% from 307); Green value is 0 (0.39% from 255 or 0% from 307); Blue value is 63 (25% from 255 or 20.52% from 307); Max value from RGB is 244 - color contains mainly: red. Hex color #F4003F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F4003F is #0BFFC0. Grayscale: #505050. Windows color (decimal): -786369 or 4129012. OLE color: 4129012.
HSL color Cylindrical-coordinate representation of color #F4003F: hue angle of 344.51º 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 #F4003F is Cyan = 0, Magento = 1, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 0 | 63 | - |
| CMYK | 0 | 1 | 0.74 | 0.04 |
| HSL | 344.51º | 1% | 0.48% | - |
| HSV(B) | 344.51º | 1% | 0.96% | - |
| XYZ | 38.21 | 19.59 | 6.47 | - |
| YUV | 80.14 | 118.34 | 244.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 0 | 63 | 0 | 1 | 0.74 | 0.04 | 344.51 | 1 | 0.48 |
| Hex | F4 | 0 | 3F | 0 | 64 | 4A | 4 | 159 | 64 | 30 |
| Octal | 364 | 0 | 77 | 0 | 144 | 112 | 4 | 531 | 144 | 60 |
| Binary | 11110100 | 0 | 111111 | 0 | 1100100 | 1001010 | 100 | 101011001 | 1100100 | 110000 |
Color Harmonies of #F4003F
Complementary color
Monochromatic Colors of #F4003F
Black with #F4003F
Text Example
Text Example
White with #F4003F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4003F; }
p { color: rgb(244,0,63); }
H1.HeaderClassName
{
color: #F4003F;
}
.AnyTagClassName
{
color: #F4003F;
}
</style>
background-color css
<style>
a { background-color: #F4003F; }
a { background-color: rgb(244,0,63); }
div.DivClassName
{
background-color: #F4003F;
}
.BgClassName
{
background-color: #F4003F;
}
</style>
border-color css
<style>
span { border-color: #F4003F; }
span { border-color: rgb(244,0,63); }
td.TdClassName
{
border-color: #F4003F;
}
.TagClassName
{
border-color: #F4003F;
}
</style>