Shades of Torch Red #FB1C45
Tints of Torch Red #FB1C45
RGB
CMYK
RGB Variations
Color information
#FB1C45 (or 0xFB1C45) is known color: Torch Red. HEX triplet: FB, 1C and 45. RGB value is (251,28,69). Sum of RGB (Red+Green+Blue) = 251+28+69=348 (46% of max value = 765). Red value is 251 (98.44% from 255 or 72.13% from 348); Green value is 28 (11.33% from 255 or 8.05% from 348); Blue value is 69 (27.34% from 255 or 19.83% from 348); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1C45 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB1C45 is #04E3BA. Grayscale: #636363. Windows color (decimal): -320443 or 4529403. OLE color: 4529403.
HSL color Cylindrical-coordinate representation of color #FB1C45: hue angle of 348.97º 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 #FB1C45 is Cyan = 0, Magento = 0.89, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 28 | 69 | - |
| CMYK | 0 | 0.89 | 0.73 | 0.02 |
| HSL | 348.97º | 0.97% | 0.55% | - |
| HSV(B) | 348.97º | 0.89% | 0.98% | - |
| XYZ | 41.27 | 21.77 | 7.66 | - |
| YUV | 99.35 | 110.88 | 236.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 28 | 69 | 0 | 0.89 | 0.73 | 0.02 | 348.97 | 0.97 | 0.55 |
| Hex | FB | 1C | 45 | 0 | 59 | 49 | 2 | 15D | 61 | 37 |
| Octal | 373 | 34 | 105 | 0 | 131 | 111 | 2 | 535 | 141 | 67 |
| Binary | 11111011 | 11100 | 1000101 | 0 | 1011001 | 1001001 | 10 | 101011101 | 1100001 | 110111 |
Color Harmonies of #FB1C45
Complementary color
Monochromatic Colors of #FB1C45
Black with #FB1C45
Text Example
Text Example
White with #FB1C45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1C45; }
p { color: rgb(251,28,69); }
H1.HeaderClassName
{
color: #FB1C45;
}
.AnyTagClassName
{
color: #FB1C45;
}
</style>
background-color css
<style>
a { background-color: #FB1C45; }
a { background-color: rgb(251,28,69); }
div.DivClassName
{
background-color: #FB1C45;
}
.BgClassName
{
background-color: #FB1C45;
}
</style>
border-color css
<style>
span { border-color: #FB1C45; }
span { border-color: rgb(251,28,69); }
td.TdClassName
{
border-color: #FB1C45;
}
.TagClassName
{
border-color: #FB1C45;
}
</style>