Shades of Red Orange #FB312D
Tints of Red Orange #FB312D
RGB
CMYK
RGB Variations
Color information
#FB312D (or 0xFB312D) is known color: Red Orange. HEX triplet: FB, 31 and 2D. RGB value is (251,49,45). Sum of RGB (Red+Green+Blue) = 251+49+45=345 (45% of max value = 765). Red value is 251 (98.44% from 255 or 72.75% from 345); Green value is 49 (19.53% from 255 or 14.20% from 345); Blue value is 45 (17.97% from 255 or 13.04% from 345); Max value from RGB is 251 - color contains mainly: red. Hex color #FB312D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB312D is #04CED2. Grayscale: #6D6D6D. Windows color (decimal): -315091 or 2961915. OLE color: 2961915.
HSL color Cylindrical-coordinate representation of color #FB312D: hue angle of 1.17º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FB312D is Cyan = 0, Magento = 0.80, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 49 | 45 | - |
| CMYK | 0 | 0.80 | 0.82 | 0.02 |
| HSL | 1.17º | 0.96% | 0.58% | - |
| HSV(B) | 1.17º | 0.82% | 0.98% | - |
| XYZ | 41.36 | 22.9 | 4.72 | - |
| YUV | 108.94 | 91.92 | 229.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 49 | 45 | 0 | 0.80 | 0.82 | 0.02 | 1.17 | 0.96 | 0.58 |
| Hex | FB | 31 | 2D | 0 | 50 | 52 | 2 | 1 | 60 | 3A |
| Octal | 373 | 61 | 55 | 0 | 120 | 122 | 2 | 1 | 140 | 72 |
| Binary | 11111011 | 110001 | 101101 | 0 | 1010000 | 1010010 | 10 | 1 | 1100000 | 111010 |
Color Harmonies of #FB312D
Complementary color
Monochromatic Colors of #FB312D
Black with #FB312D
Text Example
Text Example
White with #FB312D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB312D; }
p { color: rgb(251,49,45); }
H1.HeaderClassName
{
color: #FB312D;
}
.AnyTagClassName
{
color: #FB312D;
}
</style>
background-color css
<style>
a { background-color: #FB312D; }
a { background-color: rgb(251,49,45); }
div.DivClassName
{
background-color: #FB312D;
}
.BgClassName
{
background-color: #FB312D;
}
</style>
border-color css
<style>
span { border-color: #FB312D; }
span { border-color: rgb(251,49,45); }
td.TdClassName
{
border-color: #FB312D;
}
.TagClassName
{
border-color: #FB312D;
}
</style>