Shades of Torch Red #FB1B43
Tints of Torch Red #FB1B43
RGB
CMYK
RGB Variations
Color information
#FB1B43 (or 0xFB1B43) is known color: Torch Red. HEX triplet: FB, 1B and 43. RGB value is (251,27,67). Sum of RGB (Red+Green+Blue) = 251+27+67=345 (45% of max value = 765). Red value is 251 (98.44% from 255 or 72.75% from 345); Green value is 27 (10.94% from 255 or 7.83% from 345); Blue value is 67 (26.56% from 255 or 19.42% from 345); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1B43 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB1B43 is #04E4BC. Grayscale: #626262. Windows color (decimal): -320701 or 4398075. OLE color: 4398075.
HSL color Cylindrical-coordinate representation of color #FB1B43: hue angle of 349.29º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FB1B43 is Cyan = 0, Magento = 0.89, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 27 | 67 | - |
| CMYK | 0 | 0.89 | 0.73 | 0.02 |
| HSL | 349.29º | 0.97% | 0.55% | - |
| HSV(B) | 349.29º | 0.89% | 0.98% | - |
| XYZ | 41.19 | 21.7 | 7.33 | - |
| YUV | 98.54 | 110.21 | 236.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 27 | 67 | 0 | 0.89 | 0.73 | 0.02 | 349.29 | 0.97 | 0.55 |
| Hex | FB | 1B | 43 | 0 | 59 | 49 | 2 | 15D | 61 | 37 |
| Octal | 373 | 33 | 103 | 0 | 131 | 111 | 2 | 535 | 141 | 67 |
| Binary | 11111011 | 11011 | 1000011 | 0 | 1011001 | 1001001 | 10 | 101011101 | 1100001 | 110111 |
Color Harmonies of #FB1B43
Complementary color
Monochromatic Colors of #FB1B43
Black with #FB1B43
Text Example
Text Example
White with #FB1B43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1B43; }
p { color: rgb(251,27,67); }
H1.HeaderClassName
{
color: #FB1B43;
}
.AnyTagClassName
{
color: #FB1B43;
}
</style>
background-color css
<style>
a { background-color: #FB1B43; }
a { background-color: rgb(251,27,67); }
div.DivClassName
{
background-color: #FB1B43;
}
.BgClassName
{
background-color: #FB1B43;
}
</style>
border-color css
<style>
span { border-color: #FB1B43; }
span { border-color: rgb(251,27,67); }
td.TdClassName
{
border-color: #FB1B43;
}
.TagClassName
{
border-color: #FB1B43;
}
</style>