Shades of Torch Red #FF0613
Tints of Torch Red #FF0613
RGB
CMYK
RGB Variations
Color information
#FF0613 (or 0xFF0613) is known color: Torch Red. HEX triplet: FF, 06 and 13. RGB value is (255,6,19). Sum of RGB (Red+Green+Blue) = 255+6+19=280 (37% of max value = 765). Red value is 255 (100% from 255 or 91.07% from 280); Green value is 6 (2.73% from 255 or 2.14% from 280); Blue value is 19 (7.81% from 255 or 6.79% from 280); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0613 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF0613 is #00F9EC. Grayscale: #525252. Windows color (decimal): -63981 or 1246975. OLE color: 1246975.
HSL color Cylindrical-coordinate representation of color #FF0613: hue angle of 356.87º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FF0613 is Cyan = 0, Magento = 0.98, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 6 | 19 | - |
| CMYK | 0 | 0.98 | 0.93 | 0 |
| HSL | 356.87º | 1% | 0.51% | - |
| HSV(B) | 356.87º | 0.98% | 1% | - |
| XYZ | 41.42 | 21.44 | 2.57 | - |
| YUV | 81.93 | 92.49 | 251.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 6 | 19 | 0 | 0.98 | 0.93 | 0 | 356.87 | 1 | 0.51 |
| Hex | FF | 6 | 13 | 0 | 62 | 5D | 0 | 165 | 64 | 33 |
| Octal | 377 | 6 | 23 | 0 | 142 | 135 | 0 | 545 | 144 | 63 |
| Binary | 11111111 | 110 | 10011 | 0 | 1100010 | 1011101 | 0 | 101100101 | 1100100 | 110011 |
Color Harmonies of #FF0613
Complementary color
Monochromatic Colors of #FF0613
Black with #FF0613
Text Example
Text Example
White with #FF0613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0613; }
p { color: rgb(255,6,19); }
H1.HeaderClassName
{
color: #FF0613;
}
.AnyTagClassName
{
color: #FF0613;
}
</style>
background-color css
<style>
a { background-color: #FF0613; }
a { background-color: rgb(255,6,19); }
div.DivClassName
{
background-color: #FF0613;
}
.BgClassName
{
background-color: #FF0613;
}
</style>
border-color css
<style>
span { border-color: #FF0613; }
span { border-color: rgb(255,6,19); }
td.TdClassName
{
border-color: #FF0613;
}
.TagClassName
{
border-color: #FF0613;
}
</style>