Shades of Torch Red #FB2337
Tints of Torch Red #FB2337
RGB
CMYK
RGB Variations
Color information
#FB2337 (or 0xFB2337) is known color: Torch Red. HEX triplet: FB, 23 and 37. RGB value is (251,35,55). Sum of RGB (Red+Green+Blue) = 251+35+55=341 (45% of max value = 765). Red value is 251 (98.44% from 255 or 73.61% from 341); Green value is 35 (14.06% from 255 or 10.26% from 341); Blue value is 55 (21.88% from 255 or 16.13% from 341); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2337 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB2337 is #04DCC8. Grayscale: #656565. Windows color (decimal): -318665 or 3613691. OLE color: 3613691.
HSL color Cylindrical-coordinate representation of color #FB2337: hue angle of 354.44º 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 #FB2337 is Cyan = 0, Magento = 0.86, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 35 | 55 | - |
| CMYK | 0 | 0.86 | 0.78 | 0.02 |
| HSL | 354.44º | 0.96% | 0.56% | - |
| HSV(B) | 354.44º | 0.86% | 0.98% | - |
| XYZ | 41.07 | 21.99 | 5.69 | - |
| YUV | 101.86 | 101.56 | 234.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 35 | 55 | 0 | 0.86 | 0.78 | 0.02 | 354.44 | 0.96 | 0.56 |
| Hex | FB | 23 | 37 | 0 | 56 | 4E | 2 | 162 | 60 | 38 |
| Octal | 373 | 43 | 67 | 0 | 126 | 116 | 2 | 542 | 140 | 70 |
| Binary | 11111011 | 100011 | 110111 | 0 | 1010110 | 1001110 | 10 | 101100010 | 1100000 | 111000 |
Color Harmonies of #FB2337
Complementary color
Monochromatic Colors of #FB2337
Black with #FB2337
Text Example
Text Example
White with #FB2337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2337; }
p { color: rgb(251,35,55); }
H1.HeaderClassName
{
color: #FB2337;
}
.AnyTagClassName
{
color: #FB2337;
}
</style>
background-color css
<style>
a { background-color: #FB2337; }
a { background-color: rgb(251,35,55); }
div.DivClassName
{
background-color: #FB2337;
}
.BgClassName
{
background-color: #FB2337;
}
</style>
border-color css
<style>
span { border-color: #FB2337; }
span { border-color: rgb(251,35,55); }
td.TdClassName
{
border-color: #FB2337;
}
.TagClassName
{
border-color: #FB2337;
}
</style>