Shades of Orange Red #FF4411
Tints of Orange Red #FF4411
RGB
CMYK
RGB Variations
Color information
#FF4411 (or 0xFF4411) is known color: Orange Red. HEX triplet: FF, 44 and 11. RGB value is (255,68,17). Sum of RGB (Red+Green+Blue) = 255+68+17=340 (45% of max value = 765). Red value is 255 (100% from 255 or 75% from 340); Green value is 68 (26.95% from 255 or 20% from 340); Blue value is 17 (7.03% from 255 or 5% from 340); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4411 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF4411 is #00BBEE. Grayscale: #767676. Windows color (decimal): -48111 or 1131775. OLE color: 1131775.
HSL color Cylindrical-coordinate representation of color #FF4411: hue angle of 12.86º 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 #FF4411 is Cyan = 0, Magento = 0.73, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 68 | 17 | - |
| CMYK | 0 | 0.73 | 0.93 | 0 |
| HSL | 12.86º | 1% | 0.53% | - |
| HSV(B) | 12.86º | 0.93% | 1% | - |
| XYZ | 43.41 | 25.43 | 3.15 | - |
| YUV | 118.1 | 70.95 | 225.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 68 | 17 | 0 | 0.73 | 0.93 | 0 | 12.86 | 1 | 0.53 |
| Hex | FF | 44 | 11 | 0 | 49 | 5D | 0 | D | 64 | 35 |
| Octal | 377 | 104 | 21 | 0 | 111 | 135 | 0 | 15 | 144 | 65 |
| Binary | 11111111 | 1000100 | 10001 | 0 | 1001001 | 1011101 | 0 | 1101 | 1100100 | 110101 |
Color Harmonies of #FF4411
Complementary color
Monochromatic Colors of #FF4411
Black with #FF4411
Text Example
Text Example
White with #FF4411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4411; }
p { color: rgb(255,68,17); }
H1.HeaderClassName
{
color: #FF4411;
}
.AnyTagClassName
{
color: #FF4411;
}
</style>
background-color css
<style>
a { background-color: #FF4411; }
a { background-color: rgb(255,68,17); }
div.DivClassName
{
background-color: #FF4411;
}
.BgClassName
{
background-color: #FF4411;
}
</style>
border-color css
<style>
span { border-color: #FF4411; }
span { border-color: rgb(255,68,17); }
td.TdClassName
{
border-color: #FF4411;
}
.TagClassName
{
border-color: #FF4411;
}
</style>