Shades of Torch Red #FB0212
Tints of Torch Red #FB0212
RGB
CMYK
RGB Variations
Color information
#FB0212 (or 0xFB0212) is known color: Torch Red. HEX triplet: FB, 02 and 12. RGB value is (251,2,18). Sum of RGB (Red+Green+Blue) = 251+2+18=271 (35% of max value = 765). Red value is 251 (98.44% from 255 or 92.62% from 271); Green value is 2 (1.17% from 255 or 0.74% from 271); Blue value is 18 (7.42% from 255 or 6.64% from 271); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0212 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB0212 is #04FDED. Grayscale: #4E4E4E. Windows color (decimal): -327150 or 1180411. OLE color: 1180411.
HSL color Cylindrical-coordinate representation of color #FB0212: hue angle of 356.14º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FB0212 is Cyan = 0, Magento = 0.99, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 2 | 18 | - |
| CMYK | 0 | 0.99 | 0.93 | 0.02 |
| HSL | 356.14º | 0.98% | 0.5% | - |
| HSV(B) | 356.14º | 0.99% | 0.98% | - |
| XYZ | 39.91 | 20.6 | 2.44 | - |
| YUV | 78.28 | 93.99 | 251.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 2 | 18 | 0 | 0.99 | 0.93 | 0.02 | 356.14 | 0.98 | 0.5 |
| Hex | FB | 2 | 12 | 0 | 63 | 5D | 2 | 164 | 62 | 32 |
| Octal | 373 | 2 | 22 | 0 | 143 | 135 | 2 | 544 | 142 | 62 |
| Binary | 11111011 | 10 | 10010 | 0 | 1100011 | 1011101 | 10 | 101100100 | 1100010 | 110010 |
Color Harmonies of #FB0212
Complementary color
Monochromatic Colors of #FB0212
Black with #FB0212
Text Example
Text Example
White with #FB0212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0212; }
p { color: rgb(251,2,18); }
H1.HeaderClassName
{
color: #FB0212;
}
.AnyTagClassName
{
color: #FB0212;
}
</style>
background-color css
<style>
a { background-color: #FB0212; }
a { background-color: rgb(251,2,18); }
div.DivClassName
{
background-color: #FB0212;
}
.BgClassName
{
background-color: #FB0212;
}
</style>
border-color css
<style>
span { border-color: #FB0212; }
span { border-color: rgb(251,2,18); }
td.TdClassName
{
border-color: #FB0212;
}
.TagClassName
{
border-color: #FB0212;
}
</style>