Shades of Red Orange #FF391F
Tints of Red Orange #FF391F
RGB
CMYK
RGB Variations
Color information
#FF391F (or 0xFF391F) is known color: Red Orange. HEX triplet: FF, 39 and 1F. RGB value is (255,57,31). Sum of RGB (Red+Green+Blue) = 255+57+31=343 (45% of max value = 765). Red value is 255 (100% from 255 or 74.34% from 343); Green value is 57 (22.66% from 255 or 16.62% from 343); Blue value is 31 (12.5% from 255 or 9.04% from 343); Max value from RGB is 255 - color contains mainly: red. Hex color #FF391F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF391F is #00C6E0. Grayscale: #717171. Windows color (decimal): -50913 or 2046463. OLE color: 2046463.
HSL color Cylindrical-coordinate representation of color #FF391F: hue angle of 6.96º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FF391F is Cyan = 0, Magento = 0.78, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 57 | 31 | - |
| CMYK | 0 | 0.78 | 0.88 | 0 |
| HSL | 6.96º | 1% | 0.56% | - |
| HSV(B) | 6.96º | 0.88% | 1% | - |
| XYZ | 42.95 | 24.29 | 3.72 | - |
| YUV | 113.24 | 81.6 | 229.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 57 | 31 | 0 | 0.78 | 0.88 | 0 | 6.96 | 1 | 0.56 |
| Hex | FF | 39 | 1F | 0 | 4E | 58 | 0 | 7 | 64 | 38 |
| Octal | 377 | 71 | 37 | 0 | 116 | 130 | 0 | 7 | 144 | 70 |
| Binary | 11111111 | 111001 | 11111 | 0 | 1001110 | 1011000 | 0 | 111 | 1100100 | 111000 |
Color Harmonies of #FF391F
Complementary color
Monochromatic Colors of #FF391F
Black with #FF391F
Text Example
Text Example
White with #FF391F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF391F; }
p { color: rgb(255,57,31); }
H1.HeaderClassName
{
color: #FF391F;
}
.AnyTagClassName
{
color: #FF391F;
}
</style>
background-color css
<style>
a { background-color: #FF391F; }
a { background-color: rgb(255,57,31); }
div.DivClassName
{
background-color: #FF391F;
}
.BgClassName
{
background-color: #FF391F;
}
</style>
border-color css
<style>
span { border-color: #FF391F; }
span { border-color: rgb(255,57,31); }
td.TdClassName
{
border-color: #FF391F;
}
.TagClassName
{
border-color: #FF391F;
}
</style>