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