Shades of Torch Red #FB1545
Tints of Torch Red #FB1545
RGB
CMYK
RGB Variations
Color information
#FB1545 (or 0xFB1545) is known color: Torch Red. HEX triplet: FB, 15 and 45. RGB value is (251,21,69). Sum of RGB (Red+Green+Blue) = 251+21+69=341 (45% of max value = 765). Red value is 251 (98.44% from 255 or 73.61% from 341); Green value is 21 (8.59% from 255 or 6.16% from 341); Blue value is 69 (27.34% from 255 or 20.23% from 341); Max value from RGB is 251 - color contains mainly: red. Hex color #FB1545 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB1545 is #04EABA. Grayscale: #5F5F5F. Windows color (decimal): -322235 or 4527611. OLE color: 4527611.
HSL color Cylindrical-coordinate representation of color #FB1545: hue angle of 347.48º 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 #FB1545 is Cyan = 0, Magento = 0.92, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 21 | 69 | - |
| CMYK | 0 | 0.92 | 0.73 | 0.02 |
| HSL | 347.48º | 0.97% | 0.53% | - |
| HSV(B) | 347.48º | 0.92% | 0.98% | - |
| XYZ | 41.13 | 21.48 | 7.61 | - |
| YUV | 95.24 | 113.2 | 239.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 21 | 69 | 0 | 0.92 | 0.73 | 0.02 | 347.48 | 0.97 | 0.53 |
| Hex | FB | 15 | 45 | 0 | 5C | 49 | 2 | 15B | 61 | 35 |
| Octal | 373 | 25 | 105 | 0 | 134 | 111 | 2 | 533 | 141 | 65 |
| Binary | 11111011 | 10101 | 1000101 | 0 | 1011100 | 1001001 | 10 | 101011011 | 1100001 | 110101 |
Color Harmonies of #FB1545
Complementary color
Monochromatic Colors of #FB1545
Black with #FB1545
Text Example
Text Example
White with #FB1545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB1545; }
p { color: rgb(251,21,69); }
H1.HeaderClassName
{
color: #FB1545;
}
.AnyTagClassName
{
color: #FB1545;
}
</style>
background-color css
<style>
a { background-color: #FB1545; }
a { background-color: rgb(251,21,69); }
div.DivClassName
{
background-color: #FB1545;
}
.BgClassName
{
background-color: #FB1545;
}
</style>
border-color css
<style>
span { border-color: #FB1545; }
span { border-color: rgb(251,21,69); }
td.TdClassName
{
border-color: #FB1545;
}
.TagClassName
{
border-color: #FB1545;
}
</style>