Shades of Torch Red #F0003C
Tints of Torch Red #F0003C
RGB
CMYK
RGB Variations
Color information
#F0003C (or 0xF0003C) is known color: Torch Red. HEX triplet: F0, 00 and 3C. RGB value is (240,0,60). Sum of RGB (Red+Green+Blue) = 240+0+60=300 (39% of max value = 765). Red value is 240 (94.14% from 255 or 80% from 300); Green value is 0 (0.39% from 255 or 0% from 300); Blue value is 60 (23.83% from 255 or 20% from 300); Max value from RGB is 240 - color contains mainly: red. Hex color #F0003C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #F0003C is #0FFFC3. Grayscale: #4E4E4E. Windows color (decimal): -1048516 or 3932400. OLE color: 3932400.
HSL color Cylindrical-coordinate representation of color #F0003C: hue angle of 345º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F0003C is Cyan = 0, Magento = 1, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 0 | 60 | - |
| CMYK | 0 | 1 | 0.75 | 0.06 |
| HSL | 345º | 1% | 0.47% | - |
| HSV(B) | 345º | 1% | 0.94% | - |
| XYZ | 36.75 | 18.85 | 5.98 | - |
| YUV | 78.6 | 117.51 | 243.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 0 | 60 | 0 | 1 | 0.75 | 0.06 | 345 | 1 | 0.47 |
| Hex | F0 | 0 | 3C | 0 | 64 | 4B | 6 | 159 | 64 | 2F |
| Octal | 360 | 0 | 74 | 0 | 144 | 113 | 6 | 531 | 144 | 57 |
| Binary | 11110000 | 0 | 111100 | 0 | 1100100 | 1001011 | 110 | 101011001 | 1100100 | 101111 |
Color Harmonies of #F0003C
Complementary color
Monochromatic Colors of #F0003C
Black with #F0003C
Text Example
Text Example
White with #F0003C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0003C; }
p { color: rgb(240,0,60); }
H1.HeaderClassName
{
color: #F0003C;
}
.AnyTagClassName
{
color: #F0003C;
}
</style>
background-color css
<style>
a { background-color: #F0003C; }
a { background-color: rgb(240,0,60); }
div.DivClassName
{
background-color: #F0003C;
}
.BgClassName
{
background-color: #F0003C;
}
</style>
border-color css
<style>
span { border-color: #F0003C; }
span { border-color: rgb(240,0,60); }
td.TdClassName
{
border-color: #F0003C;
}
.TagClassName
{
border-color: #F0003C;
}
</style>