Shades of Torch Red #FB2232
Tints of Torch Red #FB2232
RGB
CMYK
RGB Variations
Color information
#FB2232 (or 0xFB2232) is known color: Torch Red. HEX triplet: FB, 22 and 32. RGB value is (251,34,50). Sum of RGB (Red+Green+Blue) = 251+34+50=335 (44% of max value = 765). Red value is 251 (98.44% from 255 or 74.93% from 335); Green value is 34 (13.67% from 255 or 10.15% from 335); Blue value is 50 (19.92% from 255 or 14.93% from 335); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2232 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB2232 is #04DDCD. Grayscale: #646464. Windows color (decimal): -318926 or 3285755. OLE color: 3285755.
HSL color Cylindrical-coordinate representation of color #FB2232: hue angle of 355.58º 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 #FB2232 is Cyan = 0, Magento = 0.86, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 34 | 50 | - |
| CMYK | 0 | 0.86 | 0.80 | 0.02 |
| HSL | 355.58º | 0.96% | 0.56% | - |
| HSV(B) | 355.58º | 0.86% | 0.98% | - |
| XYZ | 40.93 | 21.88 | 5.08 | - |
| YUV | 100.71 | 99.39 | 235.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 34 | 50 | 0 | 0.86 | 0.80 | 0.02 | 355.58 | 0.96 | 0.56 |
| Hex | FB | 22 | 32 | 0 | 56 | 50 | 2 | 164 | 60 | 38 |
| Octal | 373 | 42 | 62 | 0 | 126 | 120 | 2 | 544 | 140 | 70 |
| Binary | 11111011 | 100010 | 110010 | 0 | 1010110 | 1010000 | 10 | 101100100 | 1100000 | 111000 |
Color Harmonies of #FB2232
Complementary color
Monochromatic Colors of #FB2232
Black with #FB2232
Text Example
Text Example
White with #FB2232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2232; }
p { color: rgb(251,34,50); }
H1.HeaderClassName
{
color: #FB2232;
}
.AnyTagClassName
{
color: #FB2232;
}
</style>
background-color css
<style>
a { background-color: #FB2232; }
a { background-color: rgb(251,34,50); }
div.DivClassName
{
background-color: #FB2232;
}
.BgClassName
{
background-color: #FB2232;
}
</style>
border-color css
<style>
span { border-color: #FB2232; }
span { border-color: rgb(251,34,50); }
td.TdClassName
{
border-color: #FB2232;
}
.TagClassName
{
border-color: #FB2232;
}
</style>