Shades of Torch Red #FF003C
Tints of Torch Red #FF003C
RGB
CMYK
RGB Variations
Color information
#FF003C (or 0xFF003C) is known color: Torch Red. HEX triplet: FF, 00 and 3C. RGB value is (255,0,60). Sum of RGB (Red+Green+Blue) = 255+0+60=315 (41% of max value = 765). Red value is 255 (100% from 255 or 80.95% from 315); Green value is 0 (0.39% from 255 or 0% from 315); Blue value is 60 (23.83% from 255 or 19.05% from 315); Max value from RGB is 255 - color contains mainly: red. Hex color #FF003C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF003C is #00FFC3. Grayscale: #535353. Windows color (decimal): -65476 or 3932415. OLE color: 3932415.
HSL color Cylindrical-coordinate representation of color #FF003C: hue angle of 345.88º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FF003C is Cyan = 0, Magento = 1, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 0 | 60 | - |
| CMYK | 0 | 1 | 0.76 | 0 |
| HSL | 345.88º | 1% | 0.5% | - |
| HSV(B) | 345.88º | 1% | 1% | - |
| XYZ | 42.06 | 21.59 | 6.22 | - |
| YUV | 83.09 | 114.98 | 250.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 0 | 60 | 0 | 1 | 0.76 | 0 | 345.88 | 1 | 0.5 |
| Hex | FF | 0 | 3C | 0 | 64 | 4C | 0 | 15A | 64 | 32 |
| Octal | 377 | 0 | 74 | 0 | 144 | 114 | 0 | 532 | 144 | 62 |
| Binary | 11111111 | 0 | 111100 | 0 | 1100100 | 1001100 | 0 | 101011010 | 1100100 | 110010 |
Color Harmonies of #FF003C
Complementary color
Monochromatic Colors of #FF003C
Black with #FF003C
Text Example
Text Example
White with #FF003C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF003C; }
p { color: rgb(255,0,60); }
H1.HeaderClassName
{
color: #FF003C;
}
.AnyTagClassName
{
color: #FF003C;
}
</style>
background-color css
<style>
a { background-color: #FF003C; }
a { background-color: rgb(255,0,60); }
div.DivClassName
{
background-color: #FF003C;
}
.BgClassName
{
background-color: #FF003C;
}
</style>
border-color css
<style>
span { border-color: #FF003C; }
span { border-color: rgb(255,0,60); }
td.TdClassName
{
border-color: #FF003C;
}
.TagClassName
{
border-color: #FF003C;
}
</style>