Shades of Torch Red #FB1541
Tints of Torch Red #FB1541
RGB
CMYK
RGB Variations
Color information
#FB1541 (or 0xFB1541) is known color: Torch Red. HEX triplet: FB, 15 and 41. RGB value is (251,21,65). Sum of RGB (Red+Green+Blue) = 251+21+65=337 (44% of max value = 765). Red value is 251 (98.44% from 255 or 74.48% from 337); Green value is 21 (8.59% from 255 or 6.23% from 337); Blue value is 65 (25.78% from 255 or 19.29% from 337); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1541 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB1541 is #04EABE. Grayscale: #5E5E5E. Windows color (decimal): -322239 or 4265467. OLE color: 4265467.
HSL color Cylindrical-coordinate representation of color #FB1541: hue angle of 348.52º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FB1541 is Cyan = 0, Magento = 0.92, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 21 | 65 | - |
| CMYK | 0 | 0.92 | 0.74 | 0.02 |
| HSL | 348.52º | 0.97% | 0.53% | - |
| HSV(B) | 348.52º | 0.92% | 0.98% | - |
| XYZ | 41.01 | 21.43 | 6.98 | - |
| YUV | 94.79 | 111.2 | 239.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 21 | 65 | 0 | 0.92 | 0.74 | 0.02 | 348.52 | 0.97 | 0.53 |
| Hex | FB | 15 | 41 | 0 | 5C | 4A | 2 | 15D | 61 | 35 |
| Octal | 373 | 25 | 101 | 0 | 134 | 112 | 2 | 535 | 141 | 65 |
| Binary | 11111011 | 10101 | 1000001 | 0 | 1011100 | 1001010 | 10 | 101011101 | 1100001 | 110101 |
Color Harmonies of #FB1541
Complementary color
Monochromatic Colors of #FB1541
Black with #FB1541
Text Example
Text Example
White with #FB1541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1541; }
p { color: rgb(251,21,65); }
H1.HeaderClassName
{
color: #FB1541;
}
.AnyTagClassName
{
color: #FB1541;
}
</style>
background-color css
<style>
a { background-color: #FB1541; }
a { background-color: rgb(251,21,65); }
div.DivClassName
{
background-color: #FB1541;
}
.BgClassName
{
background-color: #FB1541;
}
</style>
border-color css
<style>
span { border-color: #FB1541; }
span { border-color: rgb(251,21,65); }
td.TdClassName
{
border-color: #FB1541;
}
.TagClassName
{
border-color: #FB1541;
}
</style>