Shades of Torch Red #FF013F
Tints of Torch Red #FF013F
RGB
CMYK
RGB Variations
Color information
#FF013F (or 0xFF013F) is known color: Torch Red. HEX triplet: FF, 01 and 3F. RGB value is (255,1,63). Sum of RGB (Red+Green+Blue) = 255+1+63=319 (42% of max value = 765). Red value is 255 (100% from 255 or 79.94% from 319); Green value is 1 (0.78% from 255 or 0.31% from 319); Blue value is 63 (25% from 255 or 19.75% from 319); Max value from RGB is 255 - color contains mainly: red. Hex color #FF013F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FF013F is #00FEC0. Grayscale: #545454. Windows color (decimal): -65217 or 4129279. OLE color: 4129279.
HSL color Cylindrical-coordinate representation of color #FF013F: hue angle of 345.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 #FF013F is Cyan = 0, Magento = 1.00, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 1 | 63 | - |
| CMYK | 0 | 1.00 | 0.75 | 0 |
| HSL | 345.35º | 1% | 0.5% | - |
| HSV(B) | 345.35º | 1% | 1% | - |
| XYZ | 42.15 | 21.64 | 6.66 | - |
| YUV | 84.01 | 116.15 | 249.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 1 | 63 | 0 | 1.00 | 0.75 | 0 | 345.35 | 1 | 0.5 |
| Hex | FF | 1 | 3F | 0 | 64 | 4B | 0 | 159 | 64 | 32 |
| Octal | 377 | 1 | 77 | 0 | 144 | 113 | 0 | 531 | 144 | 62 |
| Binary | 11111111 | 1 | 111111 | 0 | 1100100 | 1001011 | 0 | 101011001 | 1100100 | 110010 |
Color Harmonies of #FF013F
Complementary color
Monochromatic Colors of #FF013F
Black with #FF013F
Text Example
Text Example
White with #FF013F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF013F; }
p { color: rgb(255,1,63); }
H1.HeaderClassName
{
color: #FF013F;
}
.AnyTagClassName
{
color: #FF013F;
}
</style>
background-color css
<style>
a { background-color: #FF013F; }
a { background-color: rgb(255,1,63); }
div.DivClassName
{
background-color: #FF013F;
}
.BgClassName
{
background-color: #FF013F;
}
</style>
border-color css
<style>
span { border-color: #FF013F; }
span { border-color: rgb(255,1,63); }
td.TdClassName
{
border-color: #FF013F;
}
.TagClassName
{
border-color: #FF013F;
}
</style>