Shades of Torch Red #FB0227
Tints of Torch Red #FB0227
RGB
CMYK
RGB Variations
Color information
#FB0227 (or 0xFB0227) is known color: Torch Red. HEX triplet: FB, 02 and 27. RGB value is (251,2,39). Sum of RGB (Red+Green+Blue) = 251+2+39=292 (38% of max value = 765). Red value is 251 (98.44% from 255 or 85.96% from 292); Green value is 2 (1.17% from 255 or 0.68% from 292); Blue value is 39 (15.62% from 255 or 13.36% from 292); Max value from RGB is 251 - color contains mainly: red. Hex color #FB0227 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #FB0227 is #04FDD8. Grayscale: #505050. Windows color (decimal): -327129 or 2556667. OLE color: 2556667.
HSL color Cylindrical-coordinate representation of color #FB0227: hue angle of 351.08º 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 #FB0227 is Cyan = 0, Magento = 0.99, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 2 | 39 | - |
| CMYK | 0 | 0.99 | 0.84 | 0.02 |
| HSL | 351.08º | 0.98% | 0.5% | - |
| HSV(B) | 351.08º | 0.99% | 0.98% | - |
| XYZ | 40.17 | 20.7 | 3.8 | - |
| YUV | 80.67 | 104.49 | 249.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 2 | 39 | 0 | 0.99 | 0.84 | 0.02 | 351.08 | 0.98 | 0.5 |
| Hex | FB | 2 | 27 | 0 | 63 | 54 | 2 | 15F | 62 | 32 |
| Octal | 373 | 2 | 47 | 0 | 143 | 124 | 2 | 537 | 142 | 62 |
| Binary | 11111011 | 10 | 100111 | 0 | 1100011 | 1010100 | 10 | 101011111 | 1100010 | 110010 |
Color Harmonies of #FB0227
Complementary color
Monochromatic Colors of #FB0227
Black with #FB0227
Text Example
Text Example
White with #FB0227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB0227; }
p { color: rgb(251,2,39); }
H1.HeaderClassName
{
color: #FB0227;
}
.AnyTagClassName
{
color: #FB0227;
}
</style>
background-color css
<style>
a { background-color: #FB0227; }
a { background-color: rgb(251,2,39); }
div.DivClassName
{
background-color: #FB0227;
}
.BgClassName
{
background-color: #FB0227;
}
</style>
border-color css
<style>
span { border-color: #FB0227; }
span { border-color: rgb(251,2,39); }
td.TdClassName
{
border-color: #FB0227;
}
.TagClassName
{
border-color: #FB0227;
}
</style>