Shades of Torch Red #FB223B
Tints of Torch Red #FB223B
RGB
CMYK
RGB Variations
Color information
#FB223B (or 0xFB223B) is known color: Torch Red. HEX triplet: FB, 22 and 3B. RGB value is (251,34,59). Sum of RGB (Red+Green+Blue) = 251+34+59=344 (45% of max value = 765). Red value is 251 (98.44% from 255 or 72.97% from 344); Green value is 34 (13.67% from 255 or 9.88% from 344); Blue value is 59 (23.44% from 255 or 17.15% from 344); Max value from RGB is 251 - color contains mainly: red. Hex color #FB223B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB223B is #04DDC4. Grayscale: #656565. Windows color (decimal): -318917 or 3875579. OLE color: 3875579.
HSL color Cylindrical-coordinate representation of color #FB223B: hue angle of 353.09º 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 #FB223B is Cyan = 0, Magento = 0.86, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 34 | 59 | - |
| CMYK | 0 | 0.86 | 0.76 | 0.02 |
| HSL | 353.09º | 0.96% | 0.56% | - |
| HSV(B) | 353.09º | 0.86% | 0.98% | - |
| XYZ | 41.15 | 21.97 | 6.21 | - |
| YUV | 101.73 | 103.89 | 234.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 34 | 59 | 0 | 0.86 | 0.76 | 0.02 | 353.09 | 0.96 | 0.56 |
| Hex | FB | 22 | 3B | 0 | 56 | 4C | 2 | 161 | 60 | 38 |
| Octal | 373 | 42 | 73 | 0 | 126 | 114 | 2 | 541 | 140 | 70 |
| Binary | 11111011 | 100010 | 111011 | 0 | 1010110 | 1001100 | 10 | 101100001 | 1100000 | 111000 |
Color Harmonies of #FB223B
Complementary color
Monochromatic Colors of #FB223B
Black with #FB223B
Text Example
Text Example
White with #FB223B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB223B; }
p { color: rgb(251,34,59); }
H1.HeaderClassName
{
color: #FB223B;
}
.AnyTagClassName
{
color: #FB223B;
}
</style>
background-color css
<style>
a { background-color: #FB223B; }
a { background-color: rgb(251,34,59); }
div.DivClassName
{
background-color: #FB223B;
}
.BgClassName
{
background-color: #FB223B;
}
</style>
border-color css
<style>
span { border-color: #FB223B; }
span { border-color: rgb(251,34,59); }
td.TdClassName
{
border-color: #FB223B;
}
.TagClassName
{
border-color: #FB223B;
}
</style>