Shades of Torch Red #FB0445
Tints of Torch Red #FB0445
RGB
CMYK
RGB Variations
Color information
#FB0445 (or 0xFB0445) is known color: Torch Red. HEX triplet: FB, 04 and 45. RGB value is (251,4,69). Sum of RGB (Red+Green+Blue) = 251+4+69=324 (42% of max value = 765). Red value is 251 (98.44% from 255 or 77.47% from 324); Green value is 4 (1.95% from 255 or 1.23% from 324); Blue value is 69 (27.34% from 255 or 21.30% from 324); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0445 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB0445 is #04FBBA. Grayscale: #555555. Windows color (decimal): -326587 or 4523259. OLE color: 4523259.
HSL color Cylindrical-coordinate representation of color #FB0445: hue angle of 344.21º 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 #FB0445 is Cyan = 0, Magento = 0.98, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 4 | 69 | - |
| CMYK | 0 | 0.98 | 0.73 | 0.02 |
| HSL | 344.21º | 0.97% | 0.5% | - |
| HSV(B) | 344.21º | 0.98% | 0.98% | - |
| XYZ | 40.9 | 21.03 | 7.53 | - |
| YUV | 85.26 | 118.83 | 246.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 4 | 69 | 0 | 0.98 | 0.73 | 0.02 | 344.21 | 0.97 | 0.5 |
| Hex | FB | 4 | 45 | 0 | 62 | 49 | 2 | 158 | 61 | 32 |
| Octal | 373 | 4 | 105 | 0 | 142 | 111 | 2 | 530 | 141 | 62 |
| Binary | 11111011 | 100 | 1000101 | 0 | 1100010 | 1001001 | 10 | 101011000 | 1100001 | 110010 |
Color Harmonies of #FB0445
Complementary color
Monochromatic Colors of #FB0445
Black with #FB0445
Text Example
Text Example
White with #FB0445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0445; }
p { color: rgb(251,4,69); }
H1.HeaderClassName
{
color: #FB0445;
}
.AnyTagClassName
{
color: #FB0445;
}
</style>
background-color css
<style>
a { background-color: #FB0445; }
a { background-color: rgb(251,4,69); }
div.DivClassName
{
background-color: #FB0445;
}
.BgClassName
{
background-color: #FB0445;
}
</style>
border-color css
<style>
span { border-color: #FB0445; }
span { border-color: rgb(251,4,69); }
td.TdClassName
{
border-color: #FB0445;
}
.TagClassName
{
border-color: #FB0445;
}
</style>