Shades of Torch Red #FB183C
Tints of Torch Red #FB183C
RGB
CMYK
RGB Variations
Color information
#FB183C (or 0xFB183C) is known color: Torch Red. HEX triplet: FB, 18 and 3C. RGB value is (251,24,60). Sum of RGB (Red+Green+Blue) = 251+24+60=335 (44% of max value = 765). Red value is 251 (98.44% from 255 or 74.93% from 335); Green value is 24 (9.77% from 255 or 7.16% from 335); Blue value is 60 (23.83% from 255 or 17.91% from 335); Max value from RGB is 251 - color contains mainly: red. Hex color #FB183C is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB183C is #04E7C3. Grayscale: #606060. Windows color (decimal): -321476 or 3938555. OLE color: 3938555.
HSL color Cylindrical-coordinate representation of color #FB183C: hue angle of 350.48º 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 #FB183C is Cyan = 0, Magento = 0.90, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 24 | 60 | - |
| CMYK | 0 | 0.90 | 0.76 | 0.02 |
| HSL | 350.48º | 0.97% | 0.54% | - |
| HSV(B) | 350.48º | 0.9% | 0.98% | - |
| XYZ | 40.93 | 21.49 | 6.27 | - |
| YUV | 95.98 | 107.71 | 238.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 24 | 60 | 0 | 0.90 | 0.76 | 0.02 | 350.48 | 0.97 | 0.54 |
| Hex | FB | 18 | 3C | 0 | 5A | 4C | 2 | 15E | 61 | 36 |
| Octal | 373 | 30 | 74 | 0 | 132 | 114 | 2 | 536 | 141 | 66 |
| Binary | 11111011 | 11000 | 111100 | 0 | 1011010 | 1001100 | 10 | 101011110 | 1100001 | 110110 |
Color Harmonies of #FB183C
Complementary color
Monochromatic Colors of #FB183C
Black with #FB183C
Text Example
Text Example
White with #FB183C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB183C; }
p { color: rgb(251,24,60); }
H1.HeaderClassName
{
color: #FB183C;
}
.AnyTagClassName
{
color: #FB183C;
}
</style>
background-color css
<style>
a { background-color: #FB183C; }
a { background-color: rgb(251,24,60); }
div.DivClassName
{
background-color: #FB183C;
}
.BgClassName
{
background-color: #FB183C;
}
</style>
border-color css
<style>
span { border-color: #FB183C; }
span { border-color: rgb(251,24,60); }
td.TdClassName
{
border-color: #FB183C;
}
.TagClassName
{
border-color: #FB183C;
}
</style>