Shades of Torch Red #F4013C
Tints of Torch Red #F4013C
RGB
CMYK
RGB Variations
Color information
#F4013C (or 0xF4013C) is known color: Torch Red. HEX triplet: F4, 01 and 3C. RGB value is (244,1,60). Sum of RGB (Red+Green+Blue) = 244+1+60=305 (40% of max value = 765). Red value is 244 (95.70% from 255 or 80% from 305); Green value is 1 (0.78% from 255 or 0.33% from 305); Blue value is 60 (23.83% from 255 or 19.67% from 305); Max value from RGB is 244 - color contains mainly: red. Hex color #F4013C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F4013C is #0BFEC3. Grayscale: #505050. Windows color (decimal): -786116 or 3932660. OLE color: 3932660.
HSL color Cylindrical-coordinate representation of color #F4013C: hue angle of 345.43º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F4013C is Cyan = 0, Magento = 1.00, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 1 | 60 | - |
| CMYK | 0 | 1.00 | 0.75 | 0.04 |
| HSL | 345.43º | 0.99% | 0.48% | - |
| HSV(B) | 345.43º | 1% | 0.96% | - |
| XYZ | 38.13 | 19.58 | 6.04 | - |
| YUV | 80.38 | 116.51 | 244.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 1 | 60 | 0 | 1.00 | 0.75 | 0.04 | 345.43 | 0.99 | 0.48 |
| Hex | F4 | 1 | 3C | 0 | 64 | 4B | 4 | 159 | 63 | 30 |
| Octal | 364 | 1 | 74 | 0 | 144 | 113 | 4 | 531 | 143 | 60 |
| Binary | 11110100 | 1 | 111100 | 0 | 1100100 | 1001011 | 100 | 101011001 | 1100011 | 110000 |
Color Harmonies of #F4013C
Complementary color
Monochromatic Colors of #F4013C
Black with #F4013C
Text Example
Text Example
White with #F4013C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4013C; }
p { color: rgb(244,1,60); }
H1.HeaderClassName
{
color: #F4013C;
}
.AnyTagClassName
{
color: #F4013C;
}
</style>
background-color css
<style>
a { background-color: #F4013C; }
a { background-color: rgb(244,1,60); }
div.DivClassName
{
background-color: #F4013C;
}
.BgClassName
{
background-color: #F4013C;
}
</style>
border-color css
<style>
span { border-color: #F4013C; }
span { border-color: rgb(244,1,60); }
td.TdClassName
{
border-color: #F4013C;
}
.TagClassName
{
border-color: #F4013C;
}
</style>