Shades of Torch Red #FB033C
Tints of Torch Red #FB033C
RGB
CMYK
RGB Variations
Color information
#FB033C (or 0xFB033C) is known color: Torch Red. HEX triplet: FB, 03 and 3C. RGB value is (251,3,60). Sum of RGB (Red+Green+Blue) = 251+3+60=314 (41% of max value = 765). Red value is 251 (98.44% from 255 or 79.94% from 314); Green value is 3 (1.56% from 255 or 0.96% from 314); Blue value is 60 (23.83% from 255 or 19.11% from 314); Max value from RGB is 251 - color contains mainly: red. Hex color #FB033C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB033C is #04FCC3. Grayscale: #535353. Windows color (decimal): -326852 or 3933179. OLE color: 3933179.
HSL color Cylindrical-coordinate representation of color #FB033C: hue angle of 346.21º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FB033C is Cyan = 0, Magento = 0.99, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 3 | 60 | - |
| CMYK | 0 | 0.99 | 0.76 | 0.02 |
| HSL | 346.21º | 0.98% | 0.5% | - |
| HSV(B) | 346.21º | 0.99% | 0.98% | - |
| XYZ | 40.63 | 20.9 | 6.17 | - |
| YUV | 83.65 | 114.66 | 247.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 3 | 60 | 0 | 0.99 | 0.76 | 0.02 | 346.21 | 0.98 | 0.5 |
| Hex | FB | 3 | 3C | 0 | 63 | 4C | 2 | 15A | 62 | 32 |
| Octal | 373 | 3 | 74 | 0 | 143 | 114 | 2 | 532 | 142 | 62 |
| Binary | 11111011 | 11 | 111100 | 0 | 1100011 | 1001100 | 10 | 101011010 | 1100010 | 110010 |
Color Harmonies of #FB033C
Complementary color
Monochromatic Colors of #FB033C
Black with #FB033C
Text Example
Text Example
White with #FB033C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB033C; }
p { color: rgb(251,3,60); }
H1.HeaderClassName
{
color: #FB033C;
}
.AnyTagClassName
{
color: #FB033C;
}
</style>
background-color css
<style>
a { background-color: #FB033C; }
a { background-color: rgb(251,3,60); }
div.DivClassName
{
background-color: #FB033C;
}
.BgClassName
{
background-color: #FB033C;
}
</style>
border-color css
<style>
span { border-color: #FB033C; }
span { border-color: rgb(251,3,60); }
td.TdClassName
{
border-color: #FB033C;
}
.TagClassName
{
border-color: #FB033C;
}
</style>