Shades of Orange Red #FF390E
Tints of Orange Red #FF390E
RGB
CMYK
RGB Variations
Color information
#FF390E (or 0xFF390E) is known color: Orange Red. HEX triplet: FF, 39 and 0E. RGB value is (255,57,14). Sum of RGB (Red+Green+Blue) = 255+57+14=326 (43% of max value = 765). Red value is 255 (100% from 255 or 78.22% from 326); Green value is 57 (22.66% from 255 or 17.48% from 326); Blue value is 14 (5.86% from 255 or 4.29% from 326); Max value from RGB is 255 - color contains mainly: red. Hex color #FF390E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF390E is #00C6F1. Grayscale: #6F6F6F. Windows color (decimal): -50930 or 932351. OLE color: 932351.
HSL color Cylindrical-coordinate representation of color #FF390E: hue angle of 10.71º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FF390E is Cyan = 0, Magento = 0.78, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 57 | 14 | - |
| CMYK | 0 | 0.78 | 0.95 | 0 |
| HSL | 10.71º | 1% | 0.53% | - |
| HSV(B) | 10.71º | 0.95% | 1% | - |
| XYZ | 42.78 | 24.22 | 2.84 | - |
| YUV | 111.3 | 73.1 | 230.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 57 | 14 | 0 | 0.78 | 0.95 | 0 | 10.71 | 1 | 0.53 |
| Hex | FF | 39 | E | 0 | 4E | 5F | 0 | B | 64 | 35 |
| Octal | 377 | 71 | 16 | 0 | 116 | 137 | 0 | 13 | 144 | 65 |
| Binary | 11111111 | 111001 | 1110 | 0 | 1001110 | 1011111 | 0 | 1011 | 1100100 | 110101 |
Color Harmonies of #FF390E
Complementary color
Monochromatic Colors of #FF390E
Black with #FF390E
Text Example
Text Example
White with #FF390E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF390E; }
p { color: rgb(255,57,14); }
H1.HeaderClassName
{
color: #FF390E;
}
.AnyTagClassName
{
color: #FF390E;
}
</style>
background-color css
<style>
a { background-color: #FF390E; }
a { background-color: rgb(255,57,14); }
div.DivClassName
{
background-color: #FF390E;
}
.BgClassName
{
background-color: #FF390E;
}
</style>
border-color css
<style>
span { border-color: #FF390E; }
span { border-color: rgb(255,57,14); }
td.TdClassName
{
border-color: #FF390E;
}
.TagClassName
{
border-color: #FF390E;
}
</style>