Shades of Orange Red #FF4511
Tints of Orange Red #FF4511
RGB
CMYK
RGB Variations
Color information
#FF4511 (or 0xFF4511) is known color: Orange Red. HEX triplet: FF, 45 and 11. RGB value is (255,69,17). Sum of RGB (Red+Green+Blue) = 255+69+17=341 (45% of max value = 765). Red value is 255 (100% from 255 or 74.78% from 341); Green value is 69 (27.34% from 255 or 20.23% from 341); Blue value is 17 (7.03% from 255 or 4.99% from 341); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4511 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF4511 is #00BAEE. Grayscale: #777777. Windows color (decimal): -47855 or 1132031. OLE color: 1132031.
HSL color Cylindrical-coordinate representation of color #FF4511: hue angle of 13.11º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FF4511 is Cyan = 0, Magento = 0.73, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 69 | 17 | - |
| CMYK | 0 | 0.73 | 0.93 | 0 |
| HSL | 13.11º | 1% | 0.53% | - |
| HSV(B) | 13.11º | 0.93% | 1% | - |
| XYZ | 43.47 | 25.56 | 3.17 | - |
| YUV | 118.69 | 70.62 | 225.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 69 | 17 | 0 | 0.73 | 0.93 | 0 | 13.11 | 1 | 0.53 |
| Hex | FF | 45 | 11 | 0 | 49 | 5D | 0 | D | 64 | 35 |
| Octal | 377 | 105 | 21 | 0 | 111 | 135 | 0 | 15 | 144 | 65 |
| Binary | 11111111 | 1000101 | 10001 | 0 | 1001001 | 1011101 | 0 | 1101 | 1100100 | 110101 |
Color Harmonies of #FF4511
Complementary color
Monochromatic Colors of #FF4511
Black with #FF4511
Text Example
Text Example
White with #FF4511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4511; }
p { color: rgb(255,69,17); }
H1.HeaderClassName
{
color: #FF4511;
}
.AnyTagClassName
{
color: #FF4511;
}
</style>
background-color css
<style>
a { background-color: #FF4511; }
a { background-color: rgb(255,69,17); }
div.DivClassName
{
background-color: #FF4511;
}
.BgClassName
{
background-color: #FF4511;
}
</style>
border-color css
<style>
span { border-color: #FF4511; }
span { border-color: rgb(255,69,17); }
td.TdClassName
{
border-color: #FF4511;
}
.TagClassName
{
border-color: #FF4511;
}
</style>