Shades of Torch Red #FB0228
Tints of Torch Red #FB0228
RGB
CMYK
RGB Variations
Color information
#FB0228 (or 0xFB0228) is known color: Torch Red. HEX triplet: FB, 02 and 28. RGB value is (251,2,40). Sum of RGB (Red+Green+Blue) = 251+2+40=293 (38% of max value = 765). Red value is 251 (98.44% from 255 or 85.67% from 293); Green value is 2 (1.17% from 255 or 0.68% from 293); Blue value is 40 (16.02% from 255 or 13.65% from 293); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0228 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB0228 is #04FDD7. Grayscale: #505050. Windows color (decimal): -327128 or 2622203. OLE color: 2622203.
HSL color Cylindrical-coordinate representation of color #FB0228: hue angle of 350.84º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FB0228 is Cyan = 0, Magento = 0.99, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 2 | 40 | - |
| CMYK | 0 | 0.99 | 0.84 | 0.02 |
| HSL | 350.84º | 0.98% | 0.5% | - |
| HSV(B) | 350.84º | 0.99% | 0.98% | - |
| XYZ | 40.19 | 20.71 | 3.89 | - |
| YUV | 80.78 | 104.99 | 249.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 2 | 40 | 0 | 0.99 | 0.84 | 0.02 | 350.84 | 0.98 | 0.5 |
| Hex | FB | 2 | 28 | 0 | 63 | 54 | 2 | 15F | 62 | 32 |
| Octal | 373 | 2 | 50 | 0 | 143 | 124 | 2 | 537 | 142 | 62 |
| Binary | 11111011 | 10 | 101000 | 0 | 1100011 | 1010100 | 10 | 101011111 | 1100010 | 110010 |
Color Harmonies of #FB0228
Complementary color
Monochromatic Colors of #FB0228
Black with #FB0228
Text Example
Text Example
White with #FB0228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0228; }
p { color: rgb(251,2,40); }
H1.HeaderClassName
{
color: #FB0228;
}
.AnyTagClassName
{
color: #FB0228;
}
</style>
background-color css
<style>
a { background-color: #FB0228; }
a { background-color: rgb(251,2,40); }
div.DivClassName
{
background-color: #FB0228;
}
.BgClassName
{
background-color: #FB0228;
}
</style>
border-color css
<style>
span { border-color: #FB0228; }
span { border-color: rgb(251,2,40); }
td.TdClassName
{
border-color: #FB0228;
}
.TagClassName
{
border-color: #FB0228;
}
</style>