Shades of Red Orange #FB2B20
Tints of Red Orange #FB2B20
RGB
CMYK
RGB Variations
Color information
#FB2B20 (or 0xFB2B20) is known color: Red Orange. HEX triplet: FB, 2B and 20. RGB value is (251,43,32). Sum of RGB (Red+Green+Blue) = 251+43+32=326 (43% of max value = 765). Red value is 251 (98.44% from 255 or 76.99% from 326); Green value is 43 (17.19% from 255 or 13.19% from 326); Blue value is 32 (12.89% from 255 or 9.82% from 326); Max value from RGB is 251 - color contains mainly: red. Hex color #FB2B20 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB2B20 is #04D4DF. Grayscale: #686868. Windows color (decimal): -316640 or 2108411. OLE color: 2108411.
HSL color Cylindrical-coordinate representation of color #FB2B20: hue angle of 3.01º 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 #FB2B20 is Cyan = 0, Magento = 0.83, Yellow = 0.87 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 43 | 32 | - |
| CMYK | 0 | 0.83 | 0.87 | 0.02 |
| HSL | 3.01º | 0.96% | 0.55% | - |
| HSV(B) | 3.01º | 0.87% | 0.98% | - |
| XYZ | 40.91 | 22.34 | 3.52 | - |
| YUV | 103.94 | 87.41 | 232.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 43 | 32 | 0 | 0.83 | 0.87 | 0.02 | 3.01 | 0.96 | 0.55 |
| Hex | FB | 2B | 20 | 0 | 53 | 57 | 2 | 3 | 60 | 37 |
| Octal | 373 | 53 | 40 | 0 | 123 | 127 | 2 | 3 | 140 | 67 |
| Binary | 11111011 | 101011 | 100000 | 0 | 1010011 | 1010111 | 10 | 11 | 1100000 | 110111 |
Color Harmonies of #FB2B20
Complementary color
Monochromatic Colors of #FB2B20
Black with #FB2B20
Text Example
Text Example
White with #FB2B20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB2B20; }
p { color: rgb(251,43,32); }
H1.HeaderClassName
{
color: #FB2B20;
}
.AnyTagClassName
{
color: #FB2B20;
}
</style>
background-color css
<style>
a { background-color: #FB2B20; }
a { background-color: rgb(251,43,32); }
div.DivClassName
{
background-color: #FB2B20;
}
.BgClassName
{
background-color: #FB2B20;
}
</style>
border-color css
<style>
span { border-color: #FB2B20; }
span { border-color: rgb(251,43,32); }
td.TdClassName
{
border-color: #FB2B20;
}
.TagClassName
{
border-color: #FB2B20;
}
</style>