Shades of Red Orange #FB3122
Tints of Red Orange #FB3122
RGB
CMYK
RGB Variations
Color information
#FB3122 (or 0xFB3122) is known color: Red Orange. HEX triplet: FB, 31 and 22. RGB value is (251,49,34). Sum of RGB (Red+Green+Blue) = 251+49+34=334 (44% of max value = 765). Red value is 251 (98.44% from 255 or 75.15% from 334); Green value is 49 (19.53% from 255 or 14.67% from 334); Blue value is 34 (13.67% from 255 or 10.18% from 334); Max value from RGB is 251 - color contains mainly: red. Hex color #FB3122 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB3122 is #04CEDD. Grayscale: #6B6B6B. Windows color (decimal): -315102 or 2241019. OLE color: 2241019.
HSL color Cylindrical-coordinate representation of color #FB3122: hue angle of 4.15º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FB3122 is Cyan = 0, Magento = 0.80, Yellow = 0.86 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 49 | 34 | - |
| CMYK | 0 | 0.80 | 0.86 | 0.02 |
| HSL | 4.15º | 0.96% | 0.56% | - |
| HSV(B) | 4.15º | 0.86% | 0.98% | - |
| XYZ | 41.17 | 22.82 | 3.75 | - |
| YUV | 107.69 | 86.42 | 230.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 49 | 34 | 0 | 0.80 | 0.86 | 0.02 | 4.15 | 0.96 | 0.56 |
| Hex | FB | 31 | 22 | 0 | 50 | 56 | 2 | 4 | 60 | 38 |
| Octal | 373 | 61 | 42 | 0 | 120 | 126 | 2 | 4 | 140 | 70 |
| Binary | 11111011 | 110001 | 100010 | 0 | 1010000 | 1010110 | 10 | 100 | 1100000 | 111000 |
Color Harmonies of #FB3122
Complementary color
Monochromatic Colors of #FB3122
Black with #FB3122
Text Example
Text Example
White with #FB3122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB3122; }
p { color: rgb(251,49,34); }
H1.HeaderClassName
{
color: #FB3122;
}
.AnyTagClassName
{
color: #FB3122;
}
</style>
background-color css
<style>
a { background-color: #FB3122; }
a { background-color: rgb(251,49,34); }
div.DivClassName
{
background-color: #FB3122;
}
.BgClassName
{
background-color: #FB3122;
}
</style>
border-color css
<style>
span { border-color: #FB3122; }
span { border-color: rgb(251,49,34); }
td.TdClassName
{
border-color: #FB3122;
}
.TagClassName
{
border-color: #FB3122;
}
</style>