Shades of Torch Red #FB2227
Tints of Torch Red #FB2227
RGB
CMYK
RGB Variations
Color information
#FB2227 (or 0xFB2227) is known color: Torch Red. HEX triplet: FB, 22 and 27. RGB value is (251,34,39). Sum of RGB (Red+Green+Blue) = 251+34+39=324 (42% of max value = 765). Red value is 251 (98.44% from 255 or 77.47% from 324); Green value is 34 (13.67% from 255 or 10.49% from 324); Blue value is 39 (15.62% from 255 or 12.04% from 324); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2227 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB2227 is #04DDD8. Grayscale: #636363. Windows color (decimal): -318937 or 2564859. OLE color: 2564859.
HSL color Cylindrical-coordinate representation of color #FB2227: hue angle of 358.62º 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 #FB2227 is Cyan = 0, Magento = 0.86, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 34 | 39 | - |
| CMYK | 0 | 0.86 | 0.84 | 0.02 |
| HSL | 358.62º | 0.96% | 0.56% | - |
| HSV(B) | 358.62º | 0.86% | 0.98% | - |
| XYZ | 40.72 | 21.8 | 3.98 | - |
| YUV | 99.45 | 93.89 | 236.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 34 | 39 | 0 | 0.86 | 0.84 | 0.02 | 358.62 | 0.96 | 0.56 |
| Hex | FB | 22 | 27 | 0 | 56 | 54 | 2 | 167 | 60 | 38 |
| Octal | 373 | 42 | 47 | 0 | 126 | 124 | 2 | 547 | 140 | 70 |
| Binary | 11111011 | 100010 | 100111 | 0 | 1010110 | 1010100 | 10 | 101100111 | 1100000 | 111000 |
Color Harmonies of #FB2227
Complementary color
Monochromatic Colors of #FB2227
Black with #FB2227
Text Example
Text Example
White with #FB2227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2227; }
p { color: rgb(251,34,39); }
H1.HeaderClassName
{
color: #FB2227;
}
.AnyTagClassName
{
color: #FB2227;
}
</style>
background-color css
<style>
a { background-color: #FB2227; }
a { background-color: rgb(251,34,39); }
div.DivClassName
{
background-color: #FB2227;
}
.BgClassName
{
background-color: #FB2227;
}
</style>
border-color css
<style>
span { border-color: #FB2227; }
span { border-color: rgb(251,34,39); }
td.TdClassName
{
border-color: #FB2227;
}
.TagClassName
{
border-color: #FB2227;
}
</style>