Shades of Torch Red #FB1443
Tints of Torch Red #FB1443
RGB
CMYK
RGB Variations
Color information
#FB1443 (or 0xFB1443) is known color: Torch Red. HEX triplet: FB, 14 and 43. RGB value is (251,20,67). Sum of RGB (Red+Green+Blue) = 251+20+67=338 (44% of max value = 765). Red value is 251 (98.44% from 255 or 74.26% from 338); Green value is 20 (8.20% from 255 or 5.92% from 338); Blue value is 67 (26.56% from 255 or 19.82% from 338); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1443 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB1443 is #04EBBC. Grayscale: #5E5E5E. Windows color (decimal): -322493 or 4396283. OLE color: 4396283.
HSL color Cylindrical-coordinate representation of color #FB1443: hue angle of 347.79º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FB1443 is Cyan = 0, Magento = 0.92, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 20 | 67 | - |
| CMYK | 0 | 0.92 | 0.73 | 0.02 |
| HSL | 347.79º | 0.97% | 0.53% | - |
| HSV(B) | 347.79º | 0.92% | 0.98% | - |
| XYZ | 41.05 | 21.41 | 7.28 | - |
| YUV | 94.43 | 112.53 | 239.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 20 | 67 | 0 | 0.92 | 0.73 | 0.02 | 347.79 | 0.97 | 0.53 |
| Hex | FB | 14 | 43 | 0 | 5C | 49 | 2 | 15C | 61 | 35 |
| Octal | 373 | 24 | 103 | 0 | 134 | 111 | 2 | 534 | 141 | 65 |
| Binary | 11111011 | 10100 | 1000011 | 0 | 1011100 | 1001001 | 10 | 101011100 | 1100001 | 110101 |
Color Harmonies of #FB1443
Complementary color
Monochromatic Colors of #FB1443
Black with #FB1443
Text Example
Text Example
White with #FB1443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1443; }
p { color: rgb(251,20,67); }
H1.HeaderClassName
{
color: #FB1443;
}
.AnyTagClassName
{
color: #FB1443;
}
</style>
background-color css
<style>
a { background-color: #FB1443; }
a { background-color: rgb(251,20,67); }
div.DivClassName
{
background-color: #FB1443;
}
.BgClassName
{
background-color: #FB1443;
}
</style>
border-color css
<style>
span { border-color: #FB1443; }
span { border-color: rgb(251,20,67); }
td.TdClassName
{
border-color: #FB1443;
}
.TagClassName
{
border-color: #FB1443;
}
</style>