Shades of Torch Red #FB0443
Tints of Torch Red #FB0443
RGB
CMYK
RGB Variations
Color information
#FB0443 (or 0xFB0443) is known color: Torch Red. HEX triplet: FB, 04 and 43. RGB value is (251,4,67). Sum of RGB (Red+Green+Blue) = 251+4+67=322 (42% of max value = 765). Red value is 251 (98.44% from 255 or 77.95% from 322); Green value is 4 (1.95% from 255 or 1.24% from 322); Blue value is 67 (26.56% from 255 or 20.81% from 322); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0443 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB0443 is #04FBBC. Grayscale: #555555. Windows color (decimal): -326589 or 4392187. OLE color: 4392187.
HSL color Cylindrical-coordinate representation of color #FB0443: hue angle of 344.7º 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 #FB0443 is Cyan = 0, Magento = 0.98, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 4 | 67 | - |
| CMYK | 0 | 0.98 | 0.73 | 0.02 |
| HSL | 344.7º | 0.97% | 0.5% | - |
| HSV(B) | 344.7º | 0.98% | 0.98% | - |
| XYZ | 40.84 | 21 | 7.21 | - |
| YUV | 85.04 | 117.83 | 246.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 4 | 67 | 0 | 0.98 | 0.73 | 0.02 | 344.7 | 0.97 | 0.5 |
| Hex | FB | 4 | 43 | 0 | 62 | 49 | 2 | 159 | 61 | 32 |
| Octal | 373 | 4 | 103 | 0 | 142 | 111 | 2 | 531 | 141 | 62 |
| Binary | 11111011 | 100 | 1000011 | 0 | 1100010 | 1001001 | 10 | 101011001 | 1100001 | 110010 |
Color Harmonies of #FB0443
Complementary color
Monochromatic Colors of #FB0443
Black with #FB0443
Text Example
Text Example
White with #FB0443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0443; }
p { color: rgb(251,4,67); }
H1.HeaderClassName
{
color: #FB0443;
}
.AnyTagClassName
{
color: #FB0443;
}
</style>
background-color css
<style>
a { background-color: #FB0443; }
a { background-color: rgb(251,4,67); }
div.DivClassName
{
background-color: #FB0443;
}
.BgClassName
{
background-color: #FB0443;
}
</style>
border-color css
<style>
span { border-color: #FB0443; }
span { border-color: rgb(251,4,67); }
td.TdClassName
{
border-color: #FB0443;
}
.TagClassName
{
border-color: #FB0443;
}
</style>