Shades of Torch Red #FB0719
Tints of Torch Red #FB0719
RGB
CMYK
RGB Variations
Color information
#FB0719 (or 0xFB0719) is known color: Torch Red. HEX triplet: FB, 07 and 19. RGB value is (251,7,25). Sum of RGB (Red+Green+Blue) = 251+7+25=283 (37% of max value = 765). Red value is 251 (98.44% from 255 or 88.69% from 283); Green value is 7 (3.12% from 255 or 2.47% from 283); Blue value is 25 (10.16% from 255 or 8.83% from 283); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0719 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FB0719 is #04F8E6. Grayscale: #525252. Windows color (decimal): -325863 or 1640443. OLE color: 1640443.
HSL color Cylindrical-coordinate representation of color #FB0719: hue angle of 355.57º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FB0719 is Cyan = 0, Magento = 0.97, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 7 | 25 | - |
| CMYK | 0 | 0.97 | 0.90 | 0.02 |
| HSL | 355.57º | 0.97% | 0.51% | - |
| HSV(B) | 355.57º | 0.97% | 0.98% | - |
| XYZ | 40.04 | 20.73 | 2.81 | - |
| YUV | 82.01 | 95.84 | 248.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 7 | 25 | 0 | 0.97 | 0.90 | 0.02 | 355.57 | 0.97 | 0.51 |
| Hex | FB | 7 | 19 | 0 | 61 | 5A | 2 | 164 | 61 | 33 |
| Octal | 373 | 7 | 31 | 0 | 141 | 132 | 2 | 544 | 141 | 63 |
| Binary | 11111011 | 111 | 11001 | 0 | 1100001 | 1011010 | 10 | 101100100 | 1100001 | 110011 |
Color Harmonies of #FB0719
Complementary color
Monochromatic Colors of #FB0719
Black with #FB0719
Text Example
Text Example
White with #FB0719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0719; }
p { color: rgb(251,7,25); }
H1.HeaderClassName
{
color: #FB0719;
}
.AnyTagClassName
{
color: #FB0719;
}
</style>
background-color css
<style>
a { background-color: #FB0719; }
a { background-color: rgb(251,7,25); }
div.DivClassName
{
background-color: #FB0719;
}
.BgClassName
{
background-color: #FB0719;
}
</style>
border-color css
<style>
span { border-color: #FB0719; }
span { border-color: rgb(251,7,25); }
td.TdClassName
{
border-color: #FB0719;
}
.TagClassName
{
border-color: #FB0719;
}
</style>