Shades of Torch Red #FB203F
Tints of Torch Red #FB203F
RGB
CMYK
RGB Variations
Color information
#FB203F (or 0xFB203F) is known color: Torch Red. HEX triplet: FB, 20 and 3F. RGB value is (251,32,63). Sum of RGB (Red+Green+Blue) = 251+32+63=346 (45% of max value = 765). Red value is 251 (98.44% from 255 or 72.54% from 346); Green value is 32 (12.89% from 255 or 9.25% from 346); Blue value is 63 (25% from 255 or 18.21% from 346); Max value from RGB is 251 - color contains mainly: red. Hex color #FB203F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB203F is #04DFC0. Grayscale: #656565. Windows color (decimal): -319425 or 4137211. OLE color: 4137211.
HSL color Cylindrical-coordinate representation of color #FB203F: hue angle of 351.51º 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 #FB203F is Cyan = 0, Magento = 0.87, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 32 | 63 | - |
| CMYK | 0 | 0.87 | 0.75 | 0.02 |
| HSL | 351.51º | 0.96% | 0.55% | - |
| HSV(B) | 351.51º | 0.87% | 0.98% | - |
| XYZ | 41.2 | 21.9 | 6.76 | - |
| YUV | 101.02 | 106.55 | 234.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 32 | 63 | 0 | 0.87 | 0.75 | 0.02 | 351.51 | 0.96 | 0.55 |
| Hex | FB | 20 | 3F | 0 | 57 | 4B | 2 | 160 | 60 | 37 |
| Octal | 373 | 40 | 77 | 0 | 127 | 113 | 2 | 540 | 140 | 67 |
| Binary | 11111011 | 100000 | 111111 | 0 | 1010111 | 1001011 | 10 | 101100000 | 1100000 | 110111 |
Color Harmonies of #FB203F
Complementary color
Monochromatic Colors of #FB203F
Black with #FB203F
Text Example
Text Example
White with #FB203F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB203F; }
p { color: rgb(251,32,63); }
H1.HeaderClassName
{
color: #FB203F;
}
.AnyTagClassName
{
color: #FB203F;
}
</style>
background-color css
<style>
a { background-color: #FB203F; }
a { background-color: rgb(251,32,63); }
div.DivClassName
{
background-color: #FB203F;
}
.BgClassName
{
background-color: #FB203F;
}
</style>
border-color css
<style>
span { border-color: #FB203F; }
span { border-color: rgb(251,32,63); }
td.TdClassName
{
border-color: #FB203F;
}
.TagClassName
{
border-color: #FB203F;
}
</style>