Shades of Torch Red #FB2045
Tints of Torch Red #FB2045
RGB
CMYK
RGB Variations
Color information
#FB2045 (or 0xFB2045) is known color: Torch Red. HEX triplet: FB, 20 and 45. RGB value is (251,32,69). Sum of RGB (Red+Green+Blue) = 251+32+69=352 (46% of max value = 765). Red value is 251 (98.44% from 255 or 71.31% from 352); Green value is 32 (12.89% from 255 or 9.09% from 352); Blue value is 69 (27.34% from 255 or 19.60% from 352); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2045 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB2045 is #04DFBA. Grayscale: #656565. Windows color (decimal): -319419 or 4530427. OLE color: 4530427.
HSL color Cylindrical-coordinate representation of color #FB2045: hue angle of 349.86º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FB2045 is Cyan = 0, Magento = 0.87, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 32 | 69 | - |
| CMYK | 0 | 0.87 | 0.73 | 0.02 |
| HSL | 349.86º | 0.96% | 0.55% | - |
| HSV(B) | 349.86º | 0.87% | 0.98% | - |
| XYZ | 41.37 | 21.97 | 7.69 | - |
| YUV | 101.7 | 109.55 | 234.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 32 | 69 | 0 | 0.87 | 0.73 | 0.02 | 349.86 | 0.96 | 0.55 |
| Hex | FB | 20 | 45 | 0 | 57 | 49 | 2 | 15E | 60 | 37 |
| Octal | 373 | 40 | 105 | 0 | 127 | 111 | 2 | 536 | 140 | 67 |
| Binary | 11111011 | 100000 | 1000101 | 0 | 1010111 | 1001001 | 10 | 101011110 | 1100000 | 110111 |
Color Harmonies of #FB2045
Complementary color
Monochromatic Colors of #FB2045
Black with #FB2045
Text Example
Text Example
White with #FB2045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2045; }
p { color: rgb(251,32,69); }
H1.HeaderClassName
{
color: #FB2045;
}
.AnyTagClassName
{
color: #FB2045;
}
</style>
background-color css
<style>
a { background-color: #FB2045; }
a { background-color: rgb(251,32,69); }
div.DivClassName
{
background-color: #FB2045;
}
.BgClassName
{
background-color: #FB2045;
}
</style>
border-color css
<style>
span { border-color: #FB2045; }
span { border-color: rgb(251,32,69); }
td.TdClassName
{
border-color: #FB2045;
}
.TagClassName
{
border-color: #FB2045;
}
</style>