Shades of Torch Red #FF013D
Tints of Torch Red #FF013D
RGB
CMYK
RGB Variations
Color information
#FF013D (or 0xFF013D) is known color: Torch Red. HEX triplet: FF, 01 and 3D. RGB value is (255,1,61). Sum of RGB (Red+Green+Blue) = 255+1+61=317 (41% of max value = 765). Red value is 255 (100% from 255 or 80.44% from 317); Green value is 1 (0.78% from 255 or 0.32% from 317); Blue value is 61 (24.22% from 255 or 19.24% from 317); Max value from RGB is 255 - color contains mainly: red. Hex color #FF013D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF013D is #00FEC2. Grayscale: #535353. Windows color (decimal): -65219 or 3998207. OLE color: 3998207.
HSL color Cylindrical-coordinate representation of color #FF013D: hue angle of 345.83º 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 #FF013D is Cyan = 0, Magento = 1.00, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 1 | 61 | - |
| CMYK | 0 | 1.00 | 0.76 | 0 |
| HSL | 345.83º | 1% | 0.5% | - |
| HSV(B) | 345.83º | 1% | 1% | - |
| XYZ | 42.09 | 21.62 | 6.37 | - |
| YUV | 83.79 | 115.15 | 250.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 1 | 61 | 0 | 1.00 | 0.76 | 0 | 345.83 | 1 | 0.5 |
| Hex | FF | 1 | 3D | 0 | 64 | 4C | 0 | 15A | 64 | 32 |
| Octal | 377 | 1 | 75 | 0 | 144 | 114 | 0 | 532 | 144 | 62 |
| Binary | 11111111 | 1 | 111101 | 0 | 1100100 | 1001100 | 0 | 101011010 | 1100100 | 110010 |
Color Harmonies of #FF013D
Complementary color
Monochromatic Colors of #FF013D
Black with #FF013D
Text Example
Text Example
White with #FF013D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF013D; }
p { color: rgb(255,1,61); }
H1.HeaderClassName
{
color: #FF013D;
}
.AnyTagClassName
{
color: #FF013D;
}
</style>
background-color css
<style>
a { background-color: #FF013D; }
a { background-color: rgb(255,1,61); }
div.DivClassName
{
background-color: #FF013D;
}
.BgClassName
{
background-color: #FF013D;
}
</style>
border-color css
<style>
span { border-color: #FF013D; }
span { border-color: rgb(255,1,61); }
td.TdClassName
{
border-color: #FF013D;
}
.TagClassName
{
border-color: #FF013D;
}
</style>