Shades of Red Orange #FB3227
Tints of Red Orange #FB3227
RGB
CMYK
RGB Variations
Color information
#FB3227 (or 0xFB3227) is known color: Red Orange. HEX triplet: FB, 32 and 27. RGB value is (251,50,39). Sum of RGB (Red+Green+Blue) = 251+50+39=340 (45% of max value = 765). Red value is 251 (98.44% from 255 or 73.82% from 340); Green value is 50 (19.92% from 255 or 14.71% from 340); Blue value is 39 (15.62% from 255 or 11.47% from 340); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3227 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB3227 is #04CDD8. Grayscale: #6D6D6D. Windows color (decimal): -314841 or 2568955. OLE color: 2568955.
HSL color Cylindrical-coordinate representation of color #FB3227: hue angle of 3.11º 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 #FB3227 is Cyan = 0, Magento = 0.80, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 50 | 39 | - |
| CMYK | 0 | 0.80 | 0.84 | 0.02 |
| HSL | 3.11º | 0.96% | 0.57% | - |
| HSV(B) | 3.11º | 0.84% | 0.98% | - |
| XYZ | 41.29 | 22.94 | 4.17 | - |
| YUV | 108.85 | 88.59 | 229.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 50 | 39 | 0 | 0.80 | 0.84 | 0.02 | 3.11 | 0.96 | 0.57 |
| Hex | FB | 32 | 27 | 0 | 50 | 54 | 2 | 3 | 60 | 39 |
| Octal | 373 | 62 | 47 | 0 | 120 | 124 | 2 | 3 | 140 | 71 |
| Binary | 11111011 | 110010 | 100111 | 0 | 1010000 | 1010100 | 10 | 11 | 1100000 | 111001 |
Color Harmonies of #FB3227
Complementary color
Monochromatic Colors of #FB3227
Black with #FB3227
Text Example
Text Example
White with #FB3227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3227; }
p { color: rgb(251,50,39); }
H1.HeaderClassName
{
color: #FB3227;
}
.AnyTagClassName
{
color: #FB3227;
}
</style>
background-color css
<style>
a { background-color: #FB3227; }
a { background-color: rgb(251,50,39); }
div.DivClassName
{
background-color: #FB3227;
}
.BgClassName
{
background-color: #FB3227;
}
</style>
border-color css
<style>
span { border-color: #FB3227; }
span { border-color: rgb(251,50,39); }
td.TdClassName
{
border-color: #FB3227;
}
.TagClassName
{
border-color: #FB3227;
}
</style>