Shades of Torch Red #FF0113
Tints of Torch Red #FF0113
RGB
CMYK
RGB Variations
Color information
#FF0113 (or 0xFF0113) is known color: Torch Red. HEX triplet: FF, 01 and 13. RGB value is (255,1,19). Sum of RGB (Red+Green+Blue) = 255+1+19=275 (36% of max value = 765). Red value is 255 (100% from 255 or 92.73% from 275); Green value is 1 (0.78% from 255 or 0.36% from 275); Blue value is 19 (7.81% from 255 or 6.91% from 275); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0113 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF0113 is #00FEEC. Grayscale: #4F4F4F. Windows color (decimal): -65261 or 1245695. OLE color: 1245695.
HSL color Cylindrical-coordinate representation of color #FF0113: hue angle of 355.75º 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 #FF0113 is Cyan = 0, Magento = 1.00, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 1 | 19 | - |
| CMYK | 0 | 1.00 | 0.93 | 0 |
| HSL | 355.75º | 1% | 0.5% | - |
| HSV(B) | 355.75º | 1% | 1% | - |
| XYZ | 41.37 | 21.33 | 2.55 | - |
| YUV | 79 | 94.15 | 253.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 1 | 19 | 0 | 1.00 | 0.93 | 0 | 355.75 | 1 | 0.5 |
| Hex | FF | 1 | 13 | 0 | 64 | 5D | 0 | 164 | 64 | 32 |
| Octal | 377 | 1 | 23 | 0 | 144 | 135 | 0 | 544 | 144 | 62 |
| Binary | 11111111 | 1 | 10011 | 0 | 1100100 | 1011101 | 0 | 101100100 | 1100100 | 110010 |
Color Harmonies of #FF0113
Complementary color
Monochromatic Colors of #FF0113
Black with #FF0113
Text Example
Text Example
White with #FF0113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0113; }
p { color: rgb(255,1,19); }
H1.HeaderClassName
{
color: #FF0113;
}
.AnyTagClassName
{
color: #FF0113;
}
</style>
background-color css
<style>
a { background-color: #FF0113; }
a { background-color: rgb(255,1,19); }
div.DivClassName
{
background-color: #FF0113;
}
.BgClassName
{
background-color: #FF0113;
}
</style>
border-color css
<style>
span { border-color: #FF0113; }
span { border-color: rgb(255,1,19); }
td.TdClassName
{
border-color: #FF0113;
}
.TagClassName
{
border-color: #FF0113;
}
</style>