Shades of Torch Red #FB183B
Tints of Torch Red #FB183B
RGB
CMYK
RGB Variations
Color information
#FB183B (or 0xFB183B) is known color: Torch Red. HEX triplet: FB, 18 and 3B. RGB value is (251,24,59). Sum of RGB (Red+Green+Blue) = 251+24+59=334 (44% of max value = 765). Red value is 251 (98.44% from 255 or 75.15% from 334); Green value is 24 (9.77% from 255 or 7.19% from 334); Blue value is 59 (23.44% from 255 or 17.66% from 334); Max value from RGB is 251 - color contains mainly: red. Hex color #FB183B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB183B is #04E7C4. Grayscale: #5F5F5F. Windows color (decimal): -321477 or 3873019. OLE color: 3873019.
HSL color Cylindrical-coordinate representation of color #FB183B: hue angle of 350.75º 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 #FB183B is Cyan = 0, Magento = 0.90, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 24 | 59 | - |
| CMYK | 0 | 0.90 | 0.76 | 0.02 |
| HSL | 350.75º | 0.97% | 0.54% | - |
| HSV(B) | 350.75º | 0.9% | 0.98% | - |
| XYZ | 40.9 | 21.48 | 6.13 | - |
| YUV | 95.86 | 107.21 | 238.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 24 | 59 | 0 | 0.90 | 0.76 | 0.02 | 350.75 | 0.97 | 0.54 |
| Hex | FB | 18 | 3B | 0 | 5A | 4C | 2 | 15F | 61 | 36 |
| Octal | 373 | 30 | 73 | 0 | 132 | 114 | 2 | 537 | 141 | 66 |
| Binary | 11111011 | 11000 | 111011 | 0 | 1011010 | 1001100 | 10 | 101011111 | 1100001 | 110110 |
Color Harmonies of #FB183B
Complementary color
Monochromatic Colors of #FB183B
Black with #FB183B
Text Example
Text Example
White with #FB183B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB183B; }
p { color: rgb(251,24,59); }
H1.HeaderClassName
{
color: #FB183B;
}
.AnyTagClassName
{
color: #FB183B;
}
</style>
background-color css
<style>
a { background-color: #FB183B; }
a { background-color: rgb(251,24,59); }
div.DivClassName
{
background-color: #FB183B;
}
.BgClassName
{
background-color: #FB183B;
}
</style>
border-color css
<style>
span { border-color: #FB183B; }
span { border-color: rgb(251,24,59); }
td.TdClassName
{
border-color: #FB183B;
}
.TagClassName
{
border-color: #FB183B;
}
</style>