Shades of Torch Red #FB2133
Tints of Torch Red #FB2133
RGB
CMYK
RGB Variations
Color information
#FB2133 (or 0xFB2133) is known color: Torch Red. HEX triplet: FB, 21 and 33. RGB value is (251,33,51). Sum of RGB (Red+Green+Blue) = 251+33+51=335 (44% of max value = 765). Red value is 251 (98.44% from 255 or 74.93% from 335); Green value is 33 (13.28% from 255 or 9.85% from 335); Blue value is 51 (20.31% from 255 or 15.22% from 335); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2133 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB2133 is #04DECC. Grayscale: #646464. Windows color (decimal): -319181 or 3351035. OLE color: 3351035.
HSL color Cylindrical-coordinate representation of color #FB2133: hue angle of 355.05º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FB2133 is Cyan = 0, Magento = 0.87, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 33 | 51 | - |
| CMYK | 0 | 0.87 | 0.80 | 0.02 |
| HSL | 355.05º | 0.96% | 0.56% | - |
| HSV(B) | 355.05º | 0.87% | 0.98% | - |
| XYZ | 40.93 | 21.84 | 5.19 | - |
| YUV | 100.23 | 100.22 | 235.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 33 | 51 | 0 | 0.87 | 0.80 | 0.02 | 355.05 | 0.96 | 0.56 |
| Hex | FB | 21 | 33 | 0 | 57 | 50 | 2 | 163 | 60 | 38 |
| Octal | 373 | 41 | 63 | 0 | 127 | 120 | 2 | 543 | 140 | 70 |
| Binary | 11111011 | 100001 | 110011 | 0 | 1010111 | 1010000 | 10 | 101100011 | 1100000 | 111000 |
Color Harmonies of #FB2133
Complementary color
Monochromatic Colors of #FB2133
Black with #FB2133
Text Example
Text Example
White with #FB2133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2133; }
p { color: rgb(251,33,51); }
H1.HeaderClassName
{
color: #FB2133;
}
.AnyTagClassName
{
color: #FB2133;
}
</style>
background-color css
<style>
a { background-color: #FB2133; }
a { background-color: rgb(251,33,51); }
div.DivClassName
{
background-color: #FB2133;
}
.BgClassName
{
background-color: #FB2133;
}
</style>
border-color css
<style>
span { border-color: #FB2133; }
span { border-color: rgb(251,33,51); }
td.TdClassName
{
border-color: #FB2133;
}
.TagClassName
{
border-color: #FB2133;
}
</style>