Shades of Torch Red #FB0219
Tints of Torch Red #FB0219
RGB
CMYK
RGB Variations
Color information
#FB0219 (or 0xFB0219) is known color: Torch Red. HEX triplet: FB, 02 and 19. RGB value is (251,2,25). Sum of RGB (Red+Green+Blue) = 251+2+25=278 (36% of max value = 765). Red value is 251 (98.44% from 255 or 90.29% from 278); Green value is 2 (1.17% from 255 or 0.72% from 278); Blue value is 25 (10.16% from 255 or 8.99% from 278); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0219 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB0219 is #04FDE6. Grayscale: #4F4F4F. Windows color (decimal): -327143 or 1639163. OLE color: 1639163.
HSL color Cylindrical-coordinate representation of color #FB0219: hue angle of 354.46º 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 #FB0219 is Cyan = 0, Magento = 0.99, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 2 | 25 | - |
| CMYK | 0 | 0.99 | 0.90 | 0.02 |
| HSL | 354.46º | 0.98% | 0.5% | - |
| HSV(B) | 354.46º | 0.99% | 0.98% | - |
| XYZ | 39.98 | 20.62 | 2.79 | - |
| YUV | 79.07 | 97.49 | 250.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 2 | 25 | 0 | 0.99 | 0.90 | 0.02 | 354.46 | 0.98 | 0.5 |
| Hex | FB | 2 | 19 | 0 | 63 | 5A | 2 | 162 | 62 | 32 |
| Octal | 373 | 2 | 31 | 0 | 143 | 132 | 2 | 542 | 142 | 62 |
| Binary | 11111011 | 10 | 11001 | 0 | 1100011 | 1011010 | 10 | 101100010 | 1100010 | 110010 |
Color Harmonies of #FB0219
Complementary color
Monochromatic Colors of #FB0219
Black with #FB0219
Text Example
Text Example
White with #FB0219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0219; }
p { color: rgb(251,2,25); }
H1.HeaderClassName
{
color: #FB0219;
}
.AnyTagClassName
{
color: #FB0219;
}
</style>
background-color css
<style>
a { background-color: #FB0219; }
a { background-color: rgb(251,2,25); }
div.DivClassName
{
background-color: #FB0219;
}
.BgClassName
{
background-color: #FB0219;
}
</style>
border-color css
<style>
span { border-color: #FB0219; }
span { border-color: rgb(251,2,25); }
td.TdClassName
{
border-color: #FB0219;
}
.TagClassName
{
border-color: #FB0219;
}
</style>