Shades of Torch Red #FB0919
Tints of Torch Red #FB0919
RGB
CMYK
RGB Variations
Color information
#FB0919 (or 0xFB0919) is known color: Torch Red. HEX triplet: FB, 09 and 19. RGB value is (251,9,25). Sum of RGB (Red+Green+Blue) = 251+9+25=285 (37% of max value = 765). Red value is 251 (98.44% from 255 or 88.07% from 285); Green value is 9 (3.91% from 255 or 3.16% from 285); Blue value is 25 (10.16% from 255 or 8.77% from 285); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0919 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB0919 is #04F6E6. Grayscale: #535353. Windows color (decimal): -325351 or 1640955. OLE color: 1640955.
HSL color Cylindrical-coordinate representation of color #FB0919: hue angle of 356.03º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FB0919 is Cyan = 0, Magento = 0.96, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 9 | 25 | - |
| CMYK | 0 | 0.96 | 0.90 | 0.02 |
| HSL | 356.03º | 0.97% | 0.51% | - |
| HSV(B) | 356.03º | 0.96% | 0.98% | - |
| XYZ | 40.06 | 20.77 | 2.82 | - |
| YUV | 83.18 | 95.17 | 247.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 9 | 25 | 0 | 0.96 | 0.90 | 0.02 | 356.03 | 0.97 | 0.51 |
| Hex | FB | 9 | 19 | 0 | 60 | 5A | 2 | 164 | 61 | 33 |
| Octal | 373 | 11 | 31 | 0 | 140 | 132 | 2 | 544 | 141 | 63 |
| Binary | 11111011 | 1001 | 11001 | 0 | 1100000 | 1011010 | 10 | 101100100 | 1100001 | 110011 |
Color Harmonies of #FB0919
Complementary color
Monochromatic Colors of #FB0919
Black with #FB0919
Text Example
Text Example
White with #FB0919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0919; }
p { color: rgb(251,9,25); }
H1.HeaderClassName
{
color: #FB0919;
}
.AnyTagClassName
{
color: #FB0919;
}
</style>
background-color css
<style>
a { background-color: #FB0919; }
a { background-color: rgb(251,9,25); }
div.DivClassName
{
background-color: #FB0919;
}
.BgClassName
{
background-color: #FB0919;
}
</style>
border-color css
<style>
span { border-color: #FB0919; }
span { border-color: rgb(251,9,25); }
td.TdClassName
{
border-color: #FB0919;
}
.TagClassName
{
border-color: #FB0919;
}
</style>