Shades of Torch Red #FB203A
Tints of Torch Red #FB203A
RGB
CMYK
RGB Variations
Color information
#FB203A (or 0xFB203A) is known color: Torch Red. HEX triplet: FB, 20 and 3A. RGB value is (251,32,58). Sum of RGB (Red+Green+Blue) = 251+32+58=341 (45% of max value = 765). Red value is 251 (98.44% from 255 or 73.61% from 341); Green value is 32 (12.89% from 255 or 9.38% from 341); Blue value is 58 (23.05% from 255 or 17.01% from 341); Max value from RGB is 251 - color contains mainly: red. Hex color #FB203A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB203A is #04DFC5. Grayscale: #646464. Windows color (decimal): -319430 or 3809531. OLE color: 3809531.
HSL color Cylindrical-coordinate representation of color #FB203A: hue angle of 352.88º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FB203A is Cyan = 0, Magento = 0.87, Yellow = 0.77 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 32 | 58 | - |
| CMYK | 0 | 0.87 | 0.77 | 0.02 |
| HSL | 352.88º | 0.96% | 0.55% | - |
| HSV(B) | 352.88º | 0.87% | 0.98% | - |
| XYZ | 41.06 | 21.85 | 6.06 | - |
| YUV | 100.45 | 104.05 | 235.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 32 | 58 | 0 | 0.87 | 0.77 | 0.02 | 352.88 | 0.96 | 0.55 |
| Hex | FB | 20 | 3A | 0 | 57 | 4D | 2 | 161 | 60 | 37 |
| Octal | 373 | 40 | 72 | 0 | 127 | 115 | 2 | 541 | 140 | 67 |
| Binary | 11111011 | 100000 | 111010 | 0 | 1010111 | 1001101 | 10 | 101100001 | 1100000 | 110111 |
Color Harmonies of #FB203A
Complementary color
Monochromatic Colors of #FB203A
Black with #FB203A
Text Example
Text Example
White with #FB203A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB203A; }
p { color: rgb(251,32,58); }
H1.HeaderClassName
{
color: #FB203A;
}
.AnyTagClassName
{
color: #FB203A;
}
</style>
background-color css
<style>
a { background-color: #FB203A; }
a { background-color: rgb(251,32,58); }
div.DivClassName
{
background-color: #FB203A;
}
.BgClassName
{
background-color: #FB203A;
}
</style>
border-color css
<style>
span { border-color: #FB203A; }
span { border-color: rgb(251,32,58); }
td.TdClassName
{
border-color: #FB203A;
}
.TagClassName
{
border-color: #FB203A;
}
</style>