Shades of Torch Red #FB0448
Tints of Torch Red #FB0448
RGB
CMYK
RGB Variations
Color information
#FB0448 (or 0xFB0448) is known color: Torch Red. HEX triplet: FB, 04 and 48. RGB value is (251,4,72). Sum of RGB (Red+Green+Blue) = 251+4+72=327 (43% of max value = 765). Red value is 251 (98.44% from 255 or 76.76% from 327); Green value is 4 (1.95% from 255 or 1.22% from 327); Blue value is 72 (28.52% from 255 or 22.02% from 327); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0448 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB0448 is #04FBB7. Grayscale: #555555. Windows color (decimal): -326584 or 4719867. OLE color: 4719867.
HSL color Cylindrical-coordinate representation of color #FB0448: hue angle of 343.48º 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 #FB0448 is Cyan = 0, Magento = 0.98, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 4 | 72 | - |
| CMYK | 0 | 0.98 | 0.71 | 0.02 |
| HSL | 343.48º | 0.97% | 0.5% | - |
| HSV(B) | 343.48º | 0.98% | 0.98% | - |
| XYZ | 41 | 21.06 | 8.04 | - |
| YUV | 85.61 | 120.33 | 245.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 4 | 72 | 0 | 0.98 | 0.71 | 0.02 | 343.48 | 0.97 | 0.5 |
| Hex | FB | 4 | 48 | 0 | 62 | 47 | 2 | 157 | 61 | 32 |
| Octal | 373 | 4 | 110 | 0 | 142 | 107 | 2 | 527 | 141 | 62 |
| Binary | 11111011 | 100 | 1001000 | 0 | 1100010 | 1000111 | 10 | 101010111 | 1100001 | 110010 |
Color Harmonies of #FB0448
Complementary color
Monochromatic Colors of #FB0448
Black with #FB0448
Text Example
Text Example
White with #FB0448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0448; }
p { color: rgb(251,4,72); }
H1.HeaderClassName
{
color: #FB0448;
}
.AnyTagClassName
{
color: #FB0448;
}
</style>
background-color css
<style>
a { background-color: #FB0448; }
a { background-color: rgb(251,4,72); }
div.DivClassName
{
background-color: #FB0448;
}
.BgClassName
{
background-color: #FB0448;
}
</style>
border-color css
<style>
span { border-color: #FB0448; }
span { border-color: rgb(251,4,72); }
td.TdClassName
{
border-color: #FB0448;
}
.TagClassName
{
border-color: #FB0448;
}
</style>