Shades of Torch Red #FB0A3C
Tints of Torch Red #FB0A3C
RGB
CMYK
RGB Variations
Color information
#FB0A3C (or 0xFB0A3C) is known color: Torch Red. HEX triplet: FB, 0A and 3C. RGB value is (251,10,60). Sum of RGB (Red+Green+Blue) = 251+10+60=321 (42% of max value = 765). Red value is 251 (98.44% from 255 or 78.19% from 321); Green value is 10 (4.30% from 255 or 3.12% from 321); Blue value is 60 (23.83% from 255 or 18.69% from 321); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0A3C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB0A3C is #04F5C3. Grayscale: #575757. Windows color (decimal): -325060 or 3934971. OLE color: 3934971.
HSL color Cylindrical-coordinate representation of color #FB0A3C: hue angle of 347.55º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FB0A3C is Cyan = 0, Magento = 0.96, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 10 | 60 | - |
| CMYK | 0 | 0.96 | 0.76 | 0.02 |
| HSL | 347.55º | 0.97% | 0.51% | - |
| HSV(B) | 347.55º | 0.96% | 0.98% | - |
| XYZ | 40.71 | 21.05 | 6.19 | - |
| YUV | 87.76 | 112.34 | 244.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 10 | 60 | 0 | 0.96 | 0.76 | 0.02 | 347.55 | 0.97 | 0.51 |
| Hex | FB | A | 3C | 0 | 60 | 4C | 2 | 15C | 61 | 33 |
| Octal | 373 | 12 | 74 | 0 | 140 | 114 | 2 | 534 | 141 | 63 |
| Binary | 11111011 | 1010 | 111100 | 0 | 1100000 | 1001100 | 10 | 101011100 | 1100001 | 110011 |
Color Harmonies of #FB0A3C
Complementary color
Monochromatic Colors of #FB0A3C
Black with #FB0A3C
Text Example
Text Example
White with #FB0A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0A3C; }
p { color: rgb(251,10,60); }
H1.HeaderClassName
{
color: #FB0A3C;
}
.AnyTagClassName
{
color: #FB0A3C;
}
</style>
background-color css
<style>
a { background-color: #FB0A3C; }
a { background-color: rgb(251,10,60); }
div.DivClassName
{
background-color: #FB0A3C;
}
.BgClassName
{
background-color: #FB0A3C;
}
</style>
border-color css
<style>
span { border-color: #FB0A3C; }
span { border-color: rgb(251,10,60); }
td.TdClassName
{
border-color: #FB0A3C;
}
.TagClassName
{
border-color: #FB0A3C;
}
</style>