Shades of Orange Red #FF400E
Tints of Orange Red #FF400E
RGB
CMYK
RGB Variations
Color information
#FF400E (or 0xFF400E) is known color: Orange Red. HEX triplet: FF, 40 and 0E. RGB value is (255,64,14). Sum of RGB (Red+Green+Blue) = 255+64+14=333 (44% of max value = 765). Red value is 255 (100% from 255 or 76.58% from 333); Green value is 64 (25.39% from 255 or 19.22% from 333); Blue value is 14 (5.86% from 255 or 4.20% from 333); Max value from RGB is 255 - color contains mainly: red. Hex color #FF400E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF400E is #00BFF1. Grayscale: #737373. Windows color (decimal): -49138 or 934143. OLE color: 934143.
HSL color Cylindrical-coordinate representation of color #FF400E: hue angle of 12.45º 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 #FF400E is Cyan = 0, Magento = 0.75, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 64 | 14 | - |
| CMYK | 0 | 0.75 | 0.95 | 0 |
| HSL | 12.45º | 1% | 0.53% | - |
| HSV(B) | 12.45º | 0.95% | 1% | - |
| XYZ | 43.15 | 24.96 | 2.96 | - |
| YUV | 115.41 | 70.78 | 227.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 64 | 14 | 0 | 0.75 | 0.95 | 0 | 12.45 | 1 | 0.53 |
| Hex | FF | 40 | E | 0 | 4B | 5F | 0 | C | 64 | 35 |
| Octal | 377 | 100 | 16 | 0 | 113 | 137 | 0 | 14 | 144 | 65 |
| Binary | 11111111 | 1000000 | 1110 | 0 | 1001011 | 1011111 | 0 | 1100 | 1100100 | 110101 |
Color Harmonies of #FF400E
Complementary color
Monochromatic Colors of #FF400E
Black with #FF400E
Text Example
Text Example
White with #FF400E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF400E; }
p { color: rgb(255,64,14); }
H1.HeaderClassName
{
color: #FF400E;
}
.AnyTagClassName
{
color: #FF400E;
}
</style>
background-color css
<style>
a { background-color: #FF400E; }
a { background-color: rgb(255,64,14); }
div.DivClassName
{
background-color: #FF400E;
}
.BgClassName
{
background-color: #FF400E;
}
</style>
border-color css
<style>
span { border-color: #FF400E; }
span { border-color: rgb(255,64,14); }
td.TdClassName
{
border-color: #FF400E;
}
.TagClassName
{
border-color: #FF400E;
}
</style>