Shades of Torch Red #FB2245
Tints of Torch Red #FB2245
RGB
CMYK
RGB Variations
Color information
#FB2245 (or 0xFB2245) is known color: Torch Red. HEX triplet: FB, 22 and 45. RGB value is (251,34,69). Sum of RGB (Red+Green+Blue) = 251+34+69=354 (46% of max value = 765). Red value is 251 (98.44% from 255 or 70.90% from 354); Green value is 34 (13.67% from 255 or 9.60% from 354); Blue value is 69 (27.34% from 255 or 19.49% from 354); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2245 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB2245 is #04DDBA. Grayscale: #666666. Windows color (decimal): -318907 or 4530939. OLE color: 4530939.
HSL color Cylindrical-coordinate representation of color #FB2245: hue angle of 350.32º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FB2245 is Cyan = 0, Magento = 0.86, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 34 | 69 | - |
| CMYK | 0 | 0.86 | 0.73 | 0.02 |
| HSL | 350.32º | 0.96% | 0.56% | - |
| HSV(B) | 350.32º | 0.86% | 0.98% | - |
| XYZ | 41.43 | 22.08 | 7.71 | - |
| YUV | 102.87 | 108.89 | 233.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 34 | 69 | 0 | 0.86 | 0.73 | 0.02 | 350.32 | 0.96 | 0.56 |
| Hex | FB | 22 | 45 | 0 | 56 | 49 | 2 | 15E | 60 | 38 |
| Octal | 373 | 42 | 105 | 0 | 126 | 111 | 2 | 536 | 140 | 70 |
| Binary | 11111011 | 100010 | 1000101 | 0 | 1010110 | 1001001 | 10 | 101011110 | 1100000 | 111000 |
Color Harmonies of #FB2245
Complementary color
Monochromatic Colors of #FB2245
Black with #FB2245
Text Example
Text Example
White with #FB2245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2245; }
p { color: rgb(251,34,69); }
H1.HeaderClassName
{
color: #FB2245;
}
.AnyTagClassName
{
color: #FB2245;
}
</style>
background-color css
<style>
a { background-color: #FB2245; }
a { background-color: rgb(251,34,69); }
div.DivClassName
{
background-color: #FB2245;
}
.BgClassName
{
background-color: #FB2245;
}
</style>
border-color css
<style>
span { border-color: #FB2245; }
span { border-color: rgb(251,34,69); }
td.TdClassName
{
border-color: #FB2245;
}
.TagClassName
{
border-color: #FB2245;
}
</style>