Shades of Torch Red #FB0515
Tints of Torch Red #FB0515
RGB
CMYK
RGB Variations
Color information
#FB0515 (or 0xFB0515) is known color: Torch Red. HEX triplet: FB, 05 and 15. RGB value is (251,5,21). Sum of RGB (Red+Green+Blue) = 251+5+21=277 (36% of max value = 765). Red value is 251 (98.44% from 255 or 90.61% from 277); Green value is 5 (2.34% from 255 or 1.81% from 277); Blue value is 21 (8.59% from 255 or 7.58% from 277); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0515 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB0515 is #04FAEA. Grayscale: #505050. Windows color (decimal): -326379 or 1377787. OLE color: 1377787.
HSL color Cylindrical-coordinate representation of color #FB0515: hue angle of 356.1º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FB0515 is Cyan = 0, Magento = 0.98, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 5 | 21 | - |
| CMYK | 0 | 0.98 | 0.92 | 0.02 |
| HSL | 356.1º | 0.97% | 0.5% | - |
| HSV(B) | 356.1º | 0.98% | 0.98% | - |
| XYZ | 39.97 | 20.67 | 2.59 | - |
| YUV | 80.38 | 94.5 | 249.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 5 | 21 | 0 | 0.98 | 0.92 | 0.02 | 356.1 | 0.97 | 0.5 |
| Hex | FB | 5 | 15 | 0 | 62 | 5C | 2 | 164 | 61 | 32 |
| Octal | 373 | 5 | 25 | 0 | 142 | 134 | 2 | 544 | 141 | 62 |
| Binary | 11111011 | 101 | 10101 | 0 | 1100010 | 1011100 | 10 | 101100100 | 1100001 | 110010 |
Color Harmonies of #FB0515
Complementary color
Monochromatic Colors of #FB0515
Black with #FB0515
Text Example
Text Example
White with #FB0515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0515; }
p { color: rgb(251,5,21); }
H1.HeaderClassName
{
color: #FB0515;
}
.AnyTagClassName
{
color: #FB0515;
}
</style>
background-color css
<style>
a { background-color: #FB0515; }
a { background-color: rgb(251,5,21); }
div.DivClassName
{
background-color: #FB0515;
}
.BgClassName
{
background-color: #FB0515;
}
</style>
border-color css
<style>
span { border-color: #FB0515; }
span { border-color: rgb(251,5,21); }
td.TdClassName
{
border-color: #FB0515;
}
.TagClassName
{
border-color: #FB0515;
}
</style>