Shades of Torch Red #FB2033
Tints of Torch Red #FB2033
RGB
CMYK
RGB Variations
Color information
#FB2033 (or 0xFB2033) is known color: Torch Red. HEX triplet: FB, 20 and 33. RGB value is (251,32,51). Sum of RGB (Red+Green+Blue) = 251+32+51=334 (44% of max value = 765). Red value is 251 (98.44% from 255 or 75.15% from 334); Green value is 32 (12.89% from 255 or 9.58% from 334); Blue value is 51 (20.31% from 255 or 15.27% from 334); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2033 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB2033 is #04DFCC. Grayscale: #636363. Windows color (decimal): -319437 or 3350779. OLE color: 3350779.
HSL color Cylindrical-coordinate representation of color #FB2033: hue angle of 354.79º 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 #FB2033 is Cyan = 0, Magento = 0.87, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 32 | 51 | - |
| CMYK | 0 | 0.87 | 0.80 | 0.02 |
| HSL | 354.79º | 0.96% | 0.55% | - |
| HSV(B) | 354.79º | 0.87% | 0.98% | - |
| XYZ | 40.9 | 21.78 | 5.18 | - |
| YUV | 99.65 | 100.55 | 235.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 32 | 51 | 0 | 0.87 | 0.80 | 0.02 | 354.79 | 0.96 | 0.55 |
| Hex | FB | 20 | 33 | 0 | 57 | 50 | 2 | 163 | 60 | 37 |
| Octal | 373 | 40 | 63 | 0 | 127 | 120 | 2 | 543 | 140 | 67 |
| Binary | 11111011 | 100000 | 110011 | 0 | 1010111 | 1010000 | 10 | 101100011 | 1100000 | 110111 |
Color Harmonies of #FB2033
Complementary color
Monochromatic Colors of #FB2033
Black with #FB2033
Text Example
Text Example
White with #FB2033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2033; }
p { color: rgb(251,32,51); }
H1.HeaderClassName
{
color: #FB2033;
}
.AnyTagClassName
{
color: #FB2033;
}
</style>
background-color css
<style>
a { background-color: #FB2033; }
a { background-color: rgb(251,32,51); }
div.DivClassName
{
background-color: #FB2033;
}
.BgClassName
{
background-color: #FB2033;
}
</style>
border-color css
<style>
span { border-color: #FB2033; }
span { border-color: rgb(251,32,51); }
td.TdClassName
{
border-color: #FB2033;
}
.TagClassName
{
border-color: #FB2033;
}
</style>