Shades of Red Orange #FB3127
Tints of Red Orange #FB3127
RGB
CMYK
RGB Variations
Color information
#FB3127 (or 0xFB3127) is known color: Red Orange. HEX triplet: FB, 31 and 27. RGB value is (251,49,39). Sum of RGB (Red+Green+Blue) = 251+49+39=339 (44% of max value = 765). Red value is 251 (98.44% from 255 or 74.04% from 339); Green value is 49 (19.53% from 255 or 14.45% from 339); Blue value is 39 (15.62% from 255 or 11.50% from 339); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3127 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB3127 is #04CED8. Grayscale: #6C6C6C. Windows color (decimal): -315097 or 2568699. OLE color: 2568699.
HSL color Cylindrical-coordinate representation of color #FB3127: hue angle of 2.83º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FB3127 is Cyan = 0, Magento = 0.80, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 49 | 39 | - |
| CMYK | 0 | 0.80 | 0.84 | 0.02 |
| HSL | 2.83º | 0.96% | 0.57% | - |
| HSV(B) | 2.83º | 0.84% | 0.98% | - |
| XYZ | 41.25 | 22.85 | 4.16 | - |
| YUV | 108.26 | 88.92 | 229.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 49 | 39 | 0 | 0.80 | 0.84 | 0.02 | 2.83 | 0.96 | 0.57 |
| Hex | FB | 31 | 27 | 0 | 50 | 54 | 2 | 3 | 60 | 39 |
| Octal | 373 | 61 | 47 | 0 | 120 | 124 | 2 | 3 | 140 | 71 |
| Binary | 11111011 | 110001 | 100111 | 0 | 1010000 | 1010100 | 10 | 11 | 1100000 | 111001 |
Color Harmonies of #FB3127
Complementary color
Monochromatic Colors of #FB3127
Black with #FB3127
Text Example
Text Example
White with #FB3127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3127; }
p { color: rgb(251,49,39); }
H1.HeaderClassName
{
color: #FB3127;
}
.AnyTagClassName
{
color: #FB3127;
}
</style>
background-color css
<style>
a { background-color: #FB3127; }
a { background-color: rgb(251,49,39); }
div.DivClassName
{
background-color: #FB3127;
}
.BgClassName
{
background-color: #FB3127;
}
</style>
border-color css
<style>
span { border-color: #FB3127; }
span { border-color: rgb(251,49,39); }
td.TdClassName
{
border-color: #FB3127;
}
.TagClassName
{
border-color: #FB3127;
}
</style>