Shades of Red Orange #FB3231
Tints of Red Orange #FB3231
RGB
CMYK
RGB Variations
Color information
#FB3231 (or 0xFB3231) is known color: Red Orange. HEX triplet: FB, 32 and 31. RGB value is (251,50,49). Sum of RGB (Red+Green+Blue) = 251+50+49=350 (46% of max value = 765). Red value is 251 (98.44% from 255 or 71.71% from 350); Green value is 50 (19.92% from 255 or 14.29% from 350); Blue value is 49 (19.53% from 255 or 14% from 350); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3231 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB3231 is #04CDCE. Grayscale: #6E6E6E. Windows color (decimal): -314831 or 3224315. OLE color: 3224315.
HSL color Cylindrical-coordinate representation of color #FB3231: hue angle of 0.3º 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 #FB3231 is Cyan = 0, Magento = 0.80, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 50 | 49 | - |
| CMYK | 0 | 0.80 | 0.80 | 0.02 |
| HSL | 0.3º | 0.96% | 0.59% | - |
| HSV(B) | 0.3º | 0.8% | 0.98% | - |
| XYZ | 41.48 | 23.01 | 5.16 | - |
| YUV | 109.99 | 93.59 | 228.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 50 | 49 | 0 | 0.80 | 0.80 | 0.02 | 0.3 | 0.96 | 0.59 |
| Hex | FB | 32 | 31 | 0 | 50 | 50 | 2 | 0 | 60 | 3B |
| Octal | 373 | 62 | 61 | 0 | 120 | 120 | 2 | 0 | 140 | 73 |
| Binary | 11111011 | 110010 | 110001 | 0 | 1010000 | 1010000 | 10 | 0 | 1100000 | 111011 |
Color Harmonies of #FB3231
Complementary color
Monochromatic Colors of #FB3231
Black with #FB3231
Text Example
Text Example
White with #FB3231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3231; }
p { color: rgb(251,50,49); }
H1.HeaderClassName
{
color: #FB3231;
}
.AnyTagClassName
{
color: #FB3231;
}
</style>
background-color css
<style>
a { background-color: #FB3231; }
a { background-color: rgb(251,50,49); }
div.DivClassName
{
background-color: #FB3231;
}
.BgClassName
{
background-color: #FB3231;
}
</style>
border-color css
<style>
span { border-color: #FB3231; }
span { border-color: rgb(251,50,49); }
td.TdClassName
{
border-color: #FB3231;
}
.TagClassName
{
border-color: #FB3231;
}
</style>