Shades of Torch Red #FB0945
Tints of Torch Red #FB0945
RGB
CMYK
RGB Variations
Color information
#FB0945 (or 0xFB0945) is known color: Torch Red. HEX triplet: FB, 09 and 45. RGB value is (251,9,69). Sum of RGB (Red+Green+Blue) = 251+9+69=329 (43% of max value = 765). Red value is 251 (98.44% from 255 or 76.29% from 329); Green value is 9 (3.91% from 255 or 2.74% from 329); Blue value is 69 (27.34% from 255 or 20.97% from 329); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0945 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB0945 is #04F6BA. Grayscale: #585858. Windows color (decimal): -325307 or 4524539. OLE color: 4524539.
HSL color Cylindrical-coordinate representation of color #FB0945: hue angle of 345.12º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FB0945 is Cyan = 0, Magento = 0.96, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 9 | 69 | - |
| CMYK | 0 | 0.96 | 0.73 | 0.02 |
| HSL | 345.12º | 0.97% | 0.51% | - |
| HSV(B) | 345.12º | 0.96% | 0.98% | - |
| XYZ | 40.96 | 21.13 | 7.55 | - |
| YUV | 88.2 | 117.17 | 244.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 9 | 69 | 0 | 0.96 | 0.73 | 0.02 | 345.12 | 0.97 | 0.51 |
| Hex | FB | 9 | 45 | 0 | 60 | 49 | 2 | 159 | 61 | 33 |
| Octal | 373 | 11 | 105 | 0 | 140 | 111 | 2 | 531 | 141 | 63 |
| Binary | 11111011 | 1001 | 1000101 | 0 | 1100000 | 1001001 | 10 | 101011001 | 1100001 | 110011 |
Color Harmonies of #FB0945
Complementary color
Monochromatic Colors of #FB0945
Black with #FB0945
Text Example
Text Example
White with #FB0945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0945; }
p { color: rgb(251,9,69); }
H1.HeaderClassName
{
color: #FB0945;
}
.AnyTagClassName
{
color: #FB0945;
}
</style>
background-color css
<style>
a { background-color: #FB0945; }
a { background-color: rgb(251,9,69); }
div.DivClassName
{
background-color: #FB0945;
}
.BgClassName
{
background-color: #FB0945;
}
</style>
border-color css
<style>
span { border-color: #FB0945; }
span { border-color: rgb(251,9,69); }
td.TdClassName
{
border-color: #FB0945;
}
.TagClassName
{
border-color: #FB0945;
}
</style>