Shades of Red Orange #FB371B
Tints of Red Orange #FB371B
RGB
CMYK
RGB Variations
Color information
#FB371B (or 0xFB371B) is known color: Red Orange. HEX triplet: FB, 37 and 1B. RGB value is (251,55,27). Sum of RGB (Red+Green+Blue) = 251+55+27=333 (44% of max value = 765). Red value is 251 (98.44% from 255 or 75.38% from 333); Green value is 55 (21.88% from 255 or 16.52% from 333); Blue value is 27 (10.94% from 255 or 8.11% from 333); Max value from RGB is 251 - color contains mainly: red. Hex color #FB371B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB371B is #04C8E4. Grayscale: #6E6E6E. Windows color (decimal): -313573 or 1783803. OLE color: 1783803.
HSL color Cylindrical-coordinate representation of color #FB371B: hue angle of 7.5º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FB371B is Cyan = 0, Magento = 0.78, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 55 | 27 | - |
| CMYK | 0 | 0.78 | 0.89 | 0.02 |
| HSL | 7.5º | 0.97% | 0.55% | - |
| HSV(B) | 7.5º | 0.89% | 0.98% | - |
| XYZ | 41.35 | 23.32 | 3.36 | - |
| YUV | 110.41 | 80.93 | 228.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 55 | 27 | 0 | 0.78 | 0.89 | 0.02 | 7.5 | 0.97 | 0.55 |
| Hex | FB | 37 | 1B | 0 | 4E | 59 | 2 | 8 | 61 | 37 |
| Octal | 373 | 67 | 33 | 0 | 116 | 131 | 2 | 10 | 141 | 67 |
| Binary | 11111011 | 110111 | 11011 | 0 | 1001110 | 1011001 | 10 | 1000 | 1100001 | 110111 |
Color Harmonies of #FB371B
Complementary color
Monochromatic Colors of #FB371B
Black with #FB371B
Text Example
Text Example
White with #FB371B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB371B; }
p { color: rgb(251,55,27); }
H1.HeaderClassName
{
color: #FB371B;
}
.AnyTagClassName
{
color: #FB371B;
}
</style>
background-color css
<style>
a { background-color: #FB371B; }
a { background-color: rgb(251,55,27); }
div.DivClassName
{
background-color: #FB371B;
}
.BgClassName
{
background-color: #FB371B;
}
</style>
border-color css
<style>
span { border-color: #FB371B; }
span { border-color: rgb(251,55,27); }
td.TdClassName
{
border-color: #FB371B;
}
.TagClassName
{
border-color: #FB371B;
}
</style>