Shades of Torch Red #FB0348
Tints of Torch Red #FB0348
RGB
CMYK
RGB Variations
Color information
#FB0348 (or 0xFB0348) is known color: Torch Red. HEX triplet: FB, 03 and 48. RGB value is (251,3,72). Sum of RGB (Red+Green+Blue) = 251+3+72=326 (43% of max value = 765). Red value is 251 (98.44% from 255 or 76.99% from 326); Green value is 3 (1.56% from 255 or 0.92% from 326); Blue value is 72 (28.52% from 255 or 22.09% from 326); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0348 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB0348 is #04FCB7. Grayscale: #545454. Windows color (decimal): -326840 or 4719611. OLE color: 4719611.
HSL color Cylindrical-coordinate representation of color #FB0348: hue angle of 343.31º 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 #FB0348 is Cyan = 0, Magento = 0.99, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 3 | 72 | - |
| CMYK | 0 | 0.99 | 0.71 | 0.02 |
| HSL | 343.31º | 0.98% | 0.5% | - |
| HSV(B) | 343.31º | 0.99% | 0.98% | - |
| XYZ | 40.99 | 21.04 | 8.03 | - |
| YUV | 85.02 | 120.66 | 246.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 3 | 72 | 0 | 0.99 | 0.71 | 0.02 | 343.31 | 0.98 | 0.5 |
| Hex | FB | 3 | 48 | 0 | 63 | 47 | 2 | 157 | 62 | 32 |
| Octal | 373 | 3 | 110 | 0 | 143 | 107 | 2 | 527 | 142 | 62 |
| Binary | 11111011 | 11 | 1001000 | 0 | 1100011 | 1000111 | 10 | 101010111 | 1100010 | 110010 |
Color Harmonies of #FB0348
Complementary color
Monochromatic Colors of #FB0348
Black with #FB0348
Text Example
Text Example
White with #FB0348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0348; }
p { color: rgb(251,3,72); }
H1.HeaderClassName
{
color: #FB0348;
}
.AnyTagClassName
{
color: #FB0348;
}
</style>
background-color css
<style>
a { background-color: #FB0348; }
a { background-color: rgb(251,3,72); }
div.DivClassName
{
background-color: #FB0348;
}
.BgClassName
{
background-color: #FB0348;
}
</style>
border-color css
<style>
span { border-color: #FB0348; }
span { border-color: rgb(251,3,72); }
td.TdClassName
{
border-color: #FB0348;
}
.TagClassName
{
border-color: #FB0348;
}
</style>