Shades of Torch Red #FB013C
Tints of Torch Red #FB013C
RGB
CMYK
RGB Variations
Color information
#FB013C (or 0xFB013C) is known color: Torch Red. HEX triplet: FB, 01 and 3C. RGB value is (251,1,60). Sum of RGB (Red+Green+Blue) = 251+1+60=312 (41% of max value = 765). Red value is 251 (98.44% from 255 or 80.45% from 312); Green value is 1 (0.78% from 255 or 0.32% from 312); Blue value is 60 (23.83% from 255 or 19.23% from 312); Max value from RGB is 251 - color contains mainly: red. Hex color #FB013C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB013C is #04FEC3. Grayscale: #525252. Windows color (decimal): -327364 or 3932667. OLE color: 3932667.
HSL color Cylindrical-coordinate representation of color #FB013C: hue angle of 345.84º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FB013C is Cyan = 0, Magento = 1.00, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 1 | 60 | - |
| CMYK | 0 | 1.00 | 0.76 | 0.02 |
| HSL | 345.84º | 0.99% | 0.49% | - |
| HSV(B) | 345.84º | 1% | 0.98% | - |
| XYZ | 40.61 | 20.86 | 6.16 | - |
| YUV | 82.48 | 115.33 | 248.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 1 | 60 | 0 | 1.00 | 0.76 | 0.02 | 345.84 | 0.99 | 0.49 |
| Hex | FB | 1 | 3C | 0 | 64 | 4C | 2 | 15A | 63 | 31 |
| Octal | 373 | 1 | 74 | 0 | 144 | 114 | 2 | 532 | 143 | 61 |
| Binary | 11111011 | 1 | 111100 | 0 | 1100100 | 1001100 | 10 | 101011010 | 1100011 | 110001 |
Color Harmonies of #FB013C
Complementary color
Monochromatic Colors of #FB013C
Black with #FB013C
Text Example
Text Example
White with #FB013C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB013C; }
p { color: rgb(251,1,60); }
H1.HeaderClassName
{
color: #FB013C;
}
.AnyTagClassName
{
color: #FB013C;
}
</style>
background-color css
<style>
a { background-color: #FB013C; }
a { background-color: rgb(251,1,60); }
div.DivClassName
{
background-color: #FB013C;
}
.BgClassName
{
background-color: #FB013C;
}
</style>
border-color css
<style>
span { border-color: #FB013C; }
span { border-color: rgb(251,1,60); }
td.TdClassName
{
border-color: #FB013C;
}
.TagClassName
{
border-color: #FB013C;
}
</style>