Shades of Red Orange #FB3831
Tints of Red Orange #FB3831
RGB
CMYK
RGB Variations
Color information
#FB3831 (or 0xFB3831) is known color: Red Orange. HEX triplet: FB, 38 and 31. RGB value is (251,56,49). Sum of RGB (Red+Green+Blue) = 251+56+49=356 (47% of max value = 765). Red value is 251 (98.44% from 255 or 70.51% from 356); Green value is 56 (22.27% from 255 or 15.73% from 356); Blue value is 49 (19.53% from 255 or 13.76% from 356); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3831 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB3831 is #04C7CE. Grayscale: #717171. Windows color (decimal): -313295 or 3225851. OLE color: 3225851.
HSL color Cylindrical-coordinate representation of color #FB3831: hue angle of 2.08º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FB3831 is Cyan = 0, Magento = 0.78, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 56 | 49 | - |
| CMYK | 0 | 0.78 | 0.80 | 0.02 |
| HSL | 2.08º | 0.96% | 0.59% | - |
| HSV(B) | 2.08º | 0.8% | 0.98% | - |
| XYZ | 41.75 | 23.56 | 5.25 | - |
| YUV | 113.51 | 91.6 | 226.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 56 | 49 | 0 | 0.78 | 0.80 | 0.02 | 2.08 | 0.96 | 0.59 |
| Hex | FB | 38 | 31 | 0 | 4E | 50 | 2 | 2 | 60 | 3B |
| Octal | 373 | 70 | 61 | 0 | 116 | 120 | 2 | 2 | 140 | 73 |
| Binary | 11111011 | 111000 | 110001 | 0 | 1001110 | 1010000 | 10 | 10 | 1100000 | 111011 |
Color Harmonies of #FB3831
Complementary color
Monochromatic Colors of #FB3831
Black with #FB3831
Text Example
Text Example
White with #FB3831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3831; }
p { color: rgb(251,56,49); }
H1.HeaderClassName
{
color: #FB3831;
}
.AnyTagClassName
{
color: #FB3831;
}
</style>
background-color css
<style>
a { background-color: #FB3831; }
a { background-color: rgb(251,56,49); }
div.DivClassName
{
background-color: #FB3831;
}
.BgClassName
{
background-color: #FB3831;
}
</style>
border-color css
<style>
span { border-color: #FB3831; }
span { border-color: rgb(251,56,49); }
td.TdClassName
{
border-color: #FB3831;
}
.TagClassName
{
border-color: #FB3831;
}
</style>