Shades of Torch Red #FB033A
Tints of Torch Red #FB033A
RGB
CMYK
RGB Variations
Color information
#FB033A (or 0xFB033A) is known color: Torch Red. HEX triplet: FB, 03 and 3A. RGB value is (251,3,58). Sum of RGB (Red+Green+Blue) = 251+3+58=312 (41% of max value = 765). Red value is 251 (98.44% from 255 or 80.45% from 312); Green value is 3 (1.56% from 255 or 0.96% from 312); Blue value is 58 (23.05% from 255 or 18.59% from 312); Max value from RGB is 251 - color contains mainly: red. Hex color #FB033A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB033A is #04FCC5. Grayscale: #535353. Windows color (decimal): -326854 or 3802107. OLE color: 3802107.
HSL color Cylindrical-coordinate representation of color #FB033A: hue angle of 346.69º 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 #FB033A is Cyan = 0, Magento = 0.99, Yellow = 0.77 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 3 | 58 | - |
| CMYK | 0 | 0.99 | 0.77 | 0.02 |
| HSL | 346.69º | 0.98% | 0.5% | - |
| HSV(B) | 346.69º | 0.99% | 0.98% | - |
| XYZ | 40.58 | 20.88 | 5.89 | - |
| YUV | 83.42 | 113.66 | 247.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 3 | 58 | 0 | 0.99 | 0.77 | 0.02 | 346.69 | 0.98 | 0.5 |
| Hex | FB | 3 | 3A | 0 | 63 | 4D | 2 | 15B | 62 | 32 |
| Octal | 373 | 3 | 72 | 0 | 143 | 115 | 2 | 533 | 142 | 62 |
| Binary | 11111011 | 11 | 111010 | 0 | 1100011 | 1001101 | 10 | 101011011 | 1100010 | 110010 |
Color Harmonies of #FB033A
Complementary color
Monochromatic Colors of #FB033A
Black with #FB033A
Text Example
Text Example
White with #FB033A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB033A; }
p { color: rgb(251,3,58); }
H1.HeaderClassName
{
color: #FB033A;
}
.AnyTagClassName
{
color: #FB033A;
}
</style>
background-color css
<style>
a { background-color: #FB033A; }
a { background-color: rgb(251,3,58); }
div.DivClassName
{
background-color: #FB033A;
}
.BgClassName
{
background-color: #FB033A;
}
</style>
border-color css
<style>
span { border-color: #FB033A; }
span { border-color: rgb(251,3,58); }
td.TdClassName
{
border-color: #FB033A;
}
.TagClassName
{
border-color: #FB033A;
}
</style>