Shades of Torch Red #FB184B
Tints of Torch Red #FB184B
RGB
CMYK
RGB Variations
Color information
#FB184B (or 0xFB184B) is known color: Torch Red. HEX triplet: FB, 18 and 4B. RGB value is (251,24,75). Sum of RGB (Red+Green+Blue) = 251+24+75=350 (46% of max value = 765). Red value is 251 (98.44% from 255 or 71.71% from 350); Green value is 24 (9.77% from 255 or 6.86% from 350); Blue value is 75 (29.69% from 255 or 21.43% from 350); Max value from RGB is 251 - color contains mainly: red. Hex color #FB184B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB184B is #04E7B4. Grayscale: #616161. Windows color (decimal): -321461 or 4921595. OLE color: 4921595.
HSL color Cylindrical-coordinate representation of color #FB184B: hue angle of 346.52º 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 #FB184B is Cyan = 0, Magento = 0.90, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 24 | 75 | - |
| CMYK | 0 | 0.90 | 0.70 | 0.02 |
| HSL | 346.52º | 0.97% | 0.54% | - |
| HSV(B) | 346.52º | 0.9% | 0.98% | - |
| XYZ | 41.38 | 21.67 | 8.66 | - |
| YUV | 97.69 | 115.21 | 237.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 24 | 75 | 0 | 0.90 | 0.70 | 0.02 | 346.52 | 0.97 | 0.54 |
| Hex | FB | 18 | 4B | 0 | 5A | 46 | 2 | 15B | 61 | 36 |
| Octal | 373 | 30 | 113 | 0 | 132 | 106 | 2 | 533 | 141 | 66 |
| Binary | 11111011 | 11000 | 1001011 | 0 | 1011010 | 1000110 | 10 | 101011011 | 1100001 | 110110 |
Color Harmonies of #FB184B
Complementary color
Monochromatic Colors of #FB184B
Black with #FB184B
Text Example
Text Example
White with #FB184B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB184B; }
p { color: rgb(251,24,75); }
H1.HeaderClassName
{
color: #FB184B;
}
.AnyTagClassName
{
color: #FB184B;
}
</style>
background-color css
<style>
a { background-color: #FB184B; }
a { background-color: rgb(251,24,75); }
div.DivClassName
{
background-color: #FB184B;
}
.BgClassName
{
background-color: #FB184B;
}
</style>
border-color css
<style>
span { border-color: #FB184B; }
span { border-color: rgb(251,24,75); }
td.TdClassName
{
border-color: #FB184B;
}
.TagClassName
{
border-color: #FB184B;
}
</style>