Shades of Red Orange #FB3220
Tints of Red Orange #FB3220
RGB
CMYK
RGB Variations
Color information
#FB3220 (or 0xFB3220) is known color: Red Orange. HEX triplet: FB, 32 and 20. RGB value is (251,50,32). Sum of RGB (Red+Green+Blue) = 251+50+32=333 (44% of max value = 765). Red value is 251 (98.44% from 255 or 75.38% from 333); Green value is 50 (19.92% from 255 or 15.02% from 333); Blue value is 32 (12.89% from 255 or 9.61% from 333); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3220 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB3220 is #04CDDF. Grayscale: #6C6C6C. Windows color (decimal): -314848 or 2110203. OLE color: 2110203.
HSL color Cylindrical-coordinate representation of color #FB3220: hue angle of 4.93º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FB3220 is Cyan = 0, Magento = 0.80, Yellow = 0.87 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 50 | 32 | - |
| CMYK | 0 | 0.80 | 0.87 | 0.02 |
| HSL | 4.93º | 0.96% | 0.55% | - |
| HSV(B) | 4.93º | 0.87% | 0.98% | - |
| XYZ | 41.18 | 22.89 | 3.61 | - |
| YUV | 108.05 | 85.09 | 229.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 50 | 32 | 0 | 0.80 | 0.87 | 0.02 | 4.93 | 0.96 | 0.55 |
| Hex | FB | 32 | 20 | 0 | 50 | 57 | 2 | 5 | 60 | 37 |
| Octal | 373 | 62 | 40 | 0 | 120 | 127 | 2 | 5 | 140 | 67 |
| Binary | 11111011 | 110010 | 100000 | 0 | 1010000 | 1010111 | 10 | 101 | 1100000 | 110111 |
Color Harmonies of #FB3220
Complementary color
Monochromatic Colors of #FB3220
Black with #FB3220
Text Example
Text Example
White with #FB3220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3220; }
p { color: rgb(251,50,32); }
H1.HeaderClassName
{
color: #FB3220;
}
.AnyTagClassName
{
color: #FB3220;
}
</style>
background-color css
<style>
a { background-color: #FB3220; }
a { background-color: rgb(251,50,32); }
div.DivClassName
{
background-color: #FB3220;
}
.BgClassName
{
background-color: #FB3220;
}
</style>
border-color css
<style>
span { border-color: #FB3220; }
span { border-color: rgb(251,50,32); }
td.TdClassName
{
border-color: #FB3220;
}
.TagClassName
{
border-color: #FB3220;
}
</style>