Shades of Red Orange #FF391B
Tints of Red Orange #FF391B
RGB
CMYK
RGB Variations
Color information
#FF391B (or 0xFF391B) is known color: Red Orange. HEX triplet: FF, 39 and 1B. RGB value is (255,57,27). Sum of RGB (Red+Green+Blue) = 255+57+27=339 (44% of max value = 765). Red value is 255 (100% from 255 or 75.22% from 339); Green value is 57 (22.66% from 255 or 16.81% from 339); Blue value is 27 (10.94% from 255 or 7.96% from 339); Max value from RGB is 255 - color contains mainly: red. Hex color #FF391B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF391B is #00C6E4. Grayscale: #717171. Windows color (decimal): -50917 or 1784319. OLE color: 1784319.
HSL color Cylindrical-coordinate representation of color #FF391B: hue angle of 7.89º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FF391B is Cyan = 0, Magento = 0.78, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 57 | 27 | - |
| CMYK | 0 | 0.78 | 0.89 | 0 |
| HSL | 7.89º | 1% | 0.55% | - |
| HSV(B) | 7.89º | 0.89% | 1% | - |
| XYZ | 42.9 | 24.27 | 3.46 | - |
| YUV | 112.78 | 79.6 | 229.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 57 | 27 | 0 | 0.78 | 0.89 | 0 | 7.89 | 1 | 0.55 |
| Hex | FF | 39 | 1B | 0 | 4E | 59 | 0 | 8 | 64 | 37 |
| Octal | 377 | 71 | 33 | 0 | 116 | 131 | 0 | 10 | 144 | 67 |
| Binary | 11111111 | 111001 | 11011 | 0 | 1001110 | 1011001 | 0 | 1000 | 1100100 | 110111 |
Color Harmonies of #FF391B
Complementary color
Monochromatic Colors of #FF391B
Black with #FF391B
Text Example
Text Example
White with #FF391B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF391B; }
p { color: rgb(255,57,27); }
H1.HeaderClassName
{
color: #FF391B;
}
.AnyTagClassName
{
color: #FF391B;
}
</style>
background-color css
<style>
a { background-color: #FF391B; }
a { background-color: rgb(255,57,27); }
div.DivClassName
{
background-color: #FF391B;
}
.BgClassName
{
background-color: #FF391B;
}
</style>
border-color css
<style>
span { border-color: #FF391B; }
span { border-color: rgb(255,57,27); }
td.TdClassName
{
border-color: #FF391B;
}
.TagClassName
{
border-color: #FF391B;
}
</style>