Shades of Red Orange #FF391E
Tints of Red Orange #FF391E
RGB
CMYK
RGB Variations
Color information
#FF391E (or 0xFF391E) is known color: Red Orange. HEX triplet: FF, 39 and 1E. RGB value is (255,57,30). Sum of RGB (Red+Green+Blue) = 255+57+30=342 (45% of max value = 765). Red value is 255 (100% from 255 or 74.56% from 342); Green value is 57 (22.66% from 255 or 16.67% from 342); Blue value is 30 (12.11% from 255 or 8.77% from 342); Max value from RGB is 255 - color contains mainly: red. Hex color #FF391E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF391E is #00C6E1. Grayscale: #717171. Windows color (decimal): -50914 or 1980927. OLE color: 1980927.
HSL color Cylindrical-coordinate representation of color #FF391E: hue angle of 7.2º 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 #FF391E is Cyan = 0, Magento = 0.78, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 57 | 30 | - |
| CMYK | 0 | 0.78 | 0.88 | 0 |
| HSL | 7.2º | 1% | 0.56% | - |
| HSV(B) | 7.2º | 0.88% | 1% | - |
| XYZ | 42.94 | 24.28 | 3.65 | - |
| YUV | 113.12 | 81.1 | 229.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 57 | 30 | 0 | 0.78 | 0.88 | 0 | 7.2 | 1 | 0.56 |
| Hex | FF | 39 | 1E | 0 | 4E | 58 | 0 | 7 | 64 | 38 |
| Octal | 377 | 71 | 36 | 0 | 116 | 130 | 0 | 7 | 144 | 70 |
| Binary | 11111111 | 111001 | 11110 | 0 | 1001110 | 1011000 | 0 | 111 | 1100100 | 111000 |
Color Harmonies of #FF391E
Complementary color
Monochromatic Colors of #FF391E
Black with #FF391E
Text Example
Text Example
White with #FF391E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF391E; }
p { color: rgb(255,57,30); }
H1.HeaderClassName
{
color: #FF391E;
}
.AnyTagClassName
{
color: #FF391E;
}
</style>
background-color css
<style>
a { background-color: #FF391E; }
a { background-color: rgb(255,57,30); }
div.DivClassName
{
background-color: #FF391E;
}
.BgClassName
{
background-color: #FF391E;
}
</style>
border-color css
<style>
span { border-color: #FF391E; }
span { border-color: rgb(255,57,30); }
td.TdClassName
{
border-color: #FF391E;
}
.TagClassName
{
border-color: #FF391E;
}
</style>