Shades of Torch Red #FF003A
Tints of Torch Red #FF003A
RGB
CMYK
RGB Variations
Color information
#FF003A (or 0xFF003A) is known color: Torch Red. HEX triplet: FF, 00 and 3A. RGB value is (255,0,58). Sum of RGB (Red+Green+Blue) = 255+0+58=313 (41% of max value = 765). Red value is 255 (100% from 255 or 81.47% from 313); Green value is 0 (0.39% from 255 or 0% from 313); Blue value is 58 (23.05% from 255 or 18.53% from 313); Max value from RGB is 255 - color contains mainly: red. Hex color #FF003A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF003A is #00FFC5. Grayscale: #525252. Windows color (decimal): -65478 or 3801343. OLE color: 3801343.
HSL color Cylindrical-coordinate representation of color #FF003A: hue angle of 346.35º 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 #FF003A is Cyan = 0, Magento = 1, Yellow = 0.77 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 0 | 58 | - |
| CMYK | 0 | 1 | 0.77 | 0 |
| HSL | 346.35º | 1% | 0.5% | - |
| HSV(B) | 346.35º | 1% | 1% | - |
| XYZ | 42 | 21.57 | 5.95 | - |
| YUV | 82.86 | 113.98 | 250.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 0 | 58 | 0 | 1 | 0.77 | 0 | 346.35 | 1 | 0.5 |
| Hex | FF | 0 | 3A | 0 | 64 | 4D | 0 | 15A | 64 | 32 |
| Octal | 377 | 0 | 72 | 0 | 144 | 115 | 0 | 532 | 144 | 62 |
| Binary | 11111111 | 0 | 111010 | 0 | 1100100 | 1001101 | 0 | 101011010 | 1100100 | 110010 |
Color Harmonies of #FF003A
Complementary color
Monochromatic Colors of #FF003A
Black with #FF003A
Text Example
Text Example
White with #FF003A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF003A; }
p { color: rgb(255,0,58); }
H1.HeaderClassName
{
color: #FF003A;
}
.AnyTagClassName
{
color: #FF003A;
}
</style>
background-color css
<style>
a { background-color: #FF003A; }
a { background-color: rgb(255,0,58); }
div.DivClassName
{
background-color: #FF003A;
}
.BgClassName
{
background-color: #FF003A;
}
</style>
border-color css
<style>
span { border-color: #FF003A; }
span { border-color: rgb(255,0,58); }
td.TdClassName
{
border-color: #FF003A;
}
.TagClassName
{
border-color: #FF003A;
}
</style>