Shades of Torch Red #FF013B
Tints of Torch Red #FF013B
RGB
CMYK
RGB Variations
Color information
#FF013B (or 0xFF013B) is known color: Torch Red. HEX triplet: FF, 01 and 3B. RGB value is (255,1,59). Sum of RGB (Red+Green+Blue) = 255+1+59=315 (41% of max value = 765). Red value is 255 (100% from 255 or 80.95% from 315); Green value is 1 (0.78% from 255 or 0.32% from 315); Blue value is 59 (23.44% from 255 or 18.73% from 315); Max value from RGB is 255 - color contains mainly: red. Hex color #FF013B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF013B is #00FEC4. Grayscale: #535353. Windows color (decimal): -65221 or 3867135. OLE color: 3867135.
HSL color Cylindrical-coordinate representation of color #FF013B: hue angle of 346.3º 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 #FF013B is Cyan = 0, Magento = 1.00, Yellow = 0.77 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 1 | 59 | - |
| CMYK | 0 | 1.00 | 0.77 | 0 |
| HSL | 346.3º | 1% | 0.5% | - |
| HSV(B) | 346.3º | 1% | 1% | - |
| XYZ | 42.04 | 21.6 | 6.09 | - |
| YUV | 83.56 | 114.15 | 250.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 1 | 59 | 0 | 1.00 | 0.77 | 0 | 346.3 | 1 | 0.5 |
| Hex | FF | 1 | 3B | 0 | 64 | 4D | 0 | 15A | 64 | 32 |
| Octal | 377 | 1 | 73 | 0 | 144 | 115 | 0 | 532 | 144 | 62 |
| Binary | 11111111 | 1 | 111011 | 0 | 1100100 | 1001101 | 0 | 101011010 | 1100100 | 110010 |
Color Harmonies of #FF013B
Complementary color
Monochromatic Colors of #FF013B
Black with #FF013B
Text Example
Text Example
White with #FF013B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF013B; }
p { color: rgb(255,1,59); }
H1.HeaderClassName
{
color: #FF013B;
}
.AnyTagClassName
{
color: #FF013B;
}
</style>
background-color css
<style>
a { background-color: #FF013B; }
a { background-color: rgb(255,1,59); }
div.DivClassName
{
background-color: #FF013B;
}
.BgClassName
{
background-color: #FF013B;
}
</style>
border-color css
<style>
span { border-color: #FF013B; }
span { border-color: rgb(255,1,59); }
td.TdClassName
{
border-color: #FF013B;
}
.TagClassName
{
border-color: #FF013B;
}
</style>