Shades of Red Orange #FB321D
Tints of Red Orange #FB321D
RGB
CMYK
RGB Variations
Color information
#FB321D (or 0xFB321D) is known color: Red Orange. HEX triplet: FB, 32 and 1D. RGB value is (251,50,29). Sum of RGB (Red+Green+Blue) = 251+50+29=330 (43% of max value = 765). Red value is 251 (98.44% from 255 or 76.06% from 330); Green value is 50 (19.92% from 255 or 15.15% from 330); Blue value is 29 (11.72% from 255 or 8.79% from 330); Max value from RGB is 251 - color contains mainly: red. Hex color #FB321D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FB321D is #04CDE2. Grayscale: #6B6B6B. Windows color (decimal): -314851 or 1913595. OLE color: 1913595.
HSL color Cylindrical-coordinate representation of color #FB321D: hue angle of 5.68º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FB321D is Cyan = 0, Magento = 0.80, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 50 | 29 | - |
| CMYK | 0 | 0.80 | 0.88 | 0.02 |
| HSL | 5.68º | 0.97% | 0.55% | - |
| HSV(B) | 5.68º | 0.88% | 0.98% | - |
| XYZ | 41.15 | 22.88 | 3.41 | - |
| YUV | 107.71 | 83.59 | 230.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 50 | 29 | 0 | 0.80 | 0.88 | 0.02 | 5.68 | 0.97 | 0.55 |
| Hex | FB | 32 | 1D | 0 | 50 | 58 | 2 | 6 | 61 | 37 |
| Octal | 373 | 62 | 35 | 0 | 120 | 130 | 2 | 6 | 141 | 67 |
| Binary | 11111011 | 110010 | 11101 | 0 | 1010000 | 1011000 | 10 | 110 | 1100001 | 110111 |
Color Harmonies of #FB321D
Complementary color
Monochromatic Colors of #FB321D
Black with #FB321D
Text Example
Text Example
White with #FB321D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB321D; }
p { color: rgb(251,50,29); }
H1.HeaderClassName
{
color: #FB321D;
}
.AnyTagClassName
{
color: #FB321D;
}
</style>
background-color css
<style>
a { background-color: #FB321D; }
a { background-color: rgb(251,50,29); }
div.DivClassName
{
background-color: #FB321D;
}
.BgClassName
{
background-color: #FB321D;
}
</style>
border-color css
<style>
span { border-color: #FB321D; }
span { border-color: rgb(251,50,29); }
td.TdClassName
{
border-color: #FB321D;
}
.TagClassName
{
border-color: #FB321D;
}
</style>