Shades of Torch Red #FB184E
Tints of Torch Red #FB184E
RGB
CMYK
RGB Variations
Color information
#FB184E (or 0xFB184E) is known color: Torch Red. HEX triplet: FB, 18 and 4E. RGB value is (251,24,78). Sum of RGB (Red+Green+Blue) = 251+24+78=353 (46% of max value = 765). Red value is 251 (98.44% from 255 or 71.10% from 353); Green value is 24 (9.77% from 255 or 6.80% from 353); Blue value is 78 (30.86% from 255 or 22.10% from 353); Max value from RGB is 251 - color contains mainly: red. Hex color #FB184E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #FB184E is #04E7B1. Grayscale: #626262. Windows color (decimal): -321458 or 5118203. OLE color: 5118203.
HSL color Cylindrical-coordinate representation of color #FB184E: hue angle of 345.73º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FB184E is Cyan = 0, Magento = 0.90, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 24 | 78 | - |
| CMYK | 0 | 0.90 | 0.69 | 0.02 |
| HSL | 345.73º | 0.97% | 0.54% | - |
| HSV(B) | 345.73º | 0.9% | 0.98% | - |
| XYZ | 41.49 | 21.71 | 9.21 | - |
| YUV | 98.03 | 116.71 | 237.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 24 | 78 | 0 | 0.90 | 0.69 | 0.02 | 345.73 | 0.97 | 0.54 |
| Hex | FB | 18 | 4E | 0 | 5A | 45 | 2 | 15A | 61 | 36 |
| Octal | 373 | 30 | 116 | 0 | 132 | 105 | 2 | 532 | 141 | 66 |
| Binary | 11111011 | 11000 | 1001110 | 0 | 1011010 | 1000101 | 10 | 101011010 | 1100001 | 110110 |
Color Harmonies of #FB184E
Complementary color
Monochromatic Colors of #FB184E
Black with #FB184E
Text Example
Text Example
White with #FB184E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB184E; }
p { color: rgb(251,24,78); }
H1.HeaderClassName
{
color: #FB184E;
}
.AnyTagClassName
{
color: #FB184E;
}
</style>
background-color css
<style>
a { background-color: #FB184E; }
a { background-color: rgb(251,24,78); }
div.DivClassName
{
background-color: #FB184E;
}
.BgClassName
{
background-color: #FB184E;
}
</style>
border-color css
<style>
span { border-color: #FB184E; }
span { border-color: rgb(251,24,78); }
td.TdClassName
{
border-color: #FB184E;
}
.TagClassName
{
border-color: #FB184E;
}
</style>