Shades of Torch Red #FB0613
Tints of Torch Red #FB0613
RGB
CMYK
RGB Variations
Color information
#FB0613 (or 0xFB0613) is known color: Torch Red. HEX triplet: FB, 06 and 13. RGB value is (251,6,19). Sum of RGB (Red+Green+Blue) = 251+6+19=276 (36% of max value = 765). Red value is 251 (98.44% from 255 or 90.94% from 276); Green value is 6 (2.73% from 255 or 2.17% from 276); Blue value is 19 (7.81% from 255 or 6.88% from 276); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0613 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB0613 is #04F9EC. Grayscale: #505050. Windows color (decimal): -326125 or 1246971. OLE color: 1246971.
HSL color Cylindrical-coordinate representation of color #FB0613: hue angle of 356.82º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FB0613 is Cyan = 0, Magento = 0.98, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 6 | 19 | - |
| CMYK | 0 | 0.98 | 0.92 | 0.02 |
| HSL | 356.82º | 0.97% | 0.5% | - |
| HSV(B) | 356.82º | 0.98% | 0.98% | - |
| XYZ | 39.97 | 20.69 | 2.5 | - |
| YUV | 80.74 | 93.17 | 249.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 6 | 19 | 0 | 0.98 | 0.92 | 0.02 | 356.82 | 0.97 | 0.5 |
| Hex | FB | 6 | 13 | 0 | 62 | 5C | 2 | 165 | 61 | 32 |
| Octal | 373 | 6 | 23 | 0 | 142 | 134 | 2 | 545 | 141 | 62 |
| Binary | 11111011 | 110 | 10011 | 0 | 1100010 | 1011100 | 10 | 101100101 | 1100001 | 110010 |
Color Harmonies of #FB0613
Complementary color
Monochromatic Colors of #FB0613
Black with #FB0613
Text Example
Text Example
White with #FB0613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0613; }
p { color: rgb(251,6,19); }
H1.HeaderClassName
{
color: #FB0613;
}
.AnyTagClassName
{
color: #FB0613;
}
</style>
background-color css
<style>
a { background-color: #FB0613; }
a { background-color: rgb(251,6,19); }
div.DivClassName
{
background-color: #FB0613;
}
.BgClassName
{
background-color: #FB0613;
}
</style>
border-color css
<style>
span { border-color: #FB0613; }
span { border-color: rgb(251,6,19); }
td.TdClassName
{
border-color: #FB0613;
}
.TagClassName
{
border-color: #FB0613;
}
</style>