Shades of Torch Red #FB0512
Tints of Torch Red #FB0512
RGB
CMYK
RGB Variations
Color information
#FB0512 (or 0xFB0512) is known color: Torch Red. HEX triplet: FB, 05 and 12. RGB value is (251,5,18). Sum of RGB (Red+Green+Blue) = 251+5+18=274 (36% of max value = 765). Red value is 251 (98.44% from 255 or 91.61% from 274); Green value is 5 (2.34% from 255 or 1.82% from 274); Blue value is 18 (7.42% from 255 or 6.57% from 274); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0512 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB0512 is #04FAED. Grayscale: #505050. Windows color (decimal): -326382 or 1181179. OLE color: 1181179.
HSL color Cylindrical-coordinate representation of color #FB0512: hue angle of 356.83º 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 #FB0512 is Cyan = 0, Magento = 0.98, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 5 | 18 | - |
| CMYK | 0 | 0.98 | 0.93 | 0.02 |
| HSL | 356.83º | 0.97% | 0.5% | - |
| HSV(B) | 356.83º | 0.98% | 0.98% | - |
| XYZ | 39.95 | 20.66 | 2.45 | - |
| YUV | 80.04 | 93 | 249.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 5 | 18 | 0 | 0.98 | 0.93 | 0.02 | 356.83 | 0.97 | 0.5 |
| Hex | FB | 5 | 12 | 0 | 62 | 5D | 2 | 165 | 61 | 32 |
| Octal | 373 | 5 | 22 | 0 | 142 | 135 | 2 | 545 | 141 | 62 |
| Binary | 11111011 | 101 | 10010 | 0 | 1100010 | 1011101 | 10 | 101100101 | 1100001 | 110010 |
Color Harmonies of #FB0512
Complementary color
Monochromatic Colors of #FB0512
Black with #FB0512
Text Example
Text Example
White with #FB0512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0512; }
p { color: rgb(251,5,18); }
H1.HeaderClassName
{
color: #FB0512;
}
.AnyTagClassName
{
color: #FB0512;
}
</style>
background-color css
<style>
a { background-color: #FB0512; }
a { background-color: rgb(251,5,18); }
div.DivClassName
{
background-color: #FB0512;
}
.BgClassName
{
background-color: #FB0512;
}
</style>
border-color css
<style>
span { border-color: #FB0512; }
span { border-color: rgb(251,5,18); }
td.TdClassName
{
border-color: #FB0512;
}
.TagClassName
{
border-color: #FB0512;
}
</style>