Shades of Orange Red #FF4311
Tints of Orange Red #FF4311
RGB
CMYK
RGB Variations
Color information
#FF4311 (or 0xFF4311) is known color: Orange Red. HEX triplet: FF, 43 and 11. RGB value is (255,67,17). Sum of RGB (Red+Green+Blue) = 255+67+17=339 (44% of max value = 765). Red value is 255 (100% from 255 or 75.22% from 339); Green value is 67 (26.56% from 255 or 19.76% from 339); Blue value is 17 (7.03% from 255 or 5.01% from 339); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4311 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF4311 is #00BCEE. Grayscale: #757575. Windows color (decimal): -48367 or 1131519. OLE color: 1131519.
HSL color Cylindrical-coordinate representation of color #FF4311: hue angle of 12.61º 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 #FF4311 is Cyan = 0, Magento = 0.74, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 67 | 17 | - |
| CMYK | 0 | 0.74 | 0.93 | 0 |
| HSL | 12.61º | 1% | 0.53% | - |
| HSV(B) | 12.61º | 0.93% | 1% | - |
| XYZ | 43.35 | 25.31 | 3.13 | - |
| YUV | 117.51 | 71.28 | 226.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 67 | 17 | 0 | 0.74 | 0.93 | 0 | 12.61 | 1 | 0.53 |
| Hex | FF | 43 | 11 | 0 | 4A | 5D | 0 | D | 64 | 35 |
| Octal | 377 | 103 | 21 | 0 | 112 | 135 | 0 | 15 | 144 | 65 |
| Binary | 11111111 | 1000011 | 10001 | 0 | 1001010 | 1011101 | 0 | 1101 | 1100100 | 110101 |
Color Harmonies of #FF4311
Complementary color
Monochromatic Colors of #FF4311
Black with #FF4311
Text Example
Text Example
White with #FF4311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4311; }
p { color: rgb(255,67,17); }
H1.HeaderClassName
{
color: #FF4311;
}
.AnyTagClassName
{
color: #FF4311;
}
</style>
background-color css
<style>
a { background-color: #FF4311; }
a { background-color: rgb(255,67,17); }
div.DivClassName
{
background-color: #FF4311;
}
.BgClassName
{
background-color: #FF4311;
}
</style>
border-color css
<style>
span { border-color: #FF4311; }
span { border-color: rgb(255,67,17); }
td.TdClassName
{
border-color: #FF4311;
}
.TagClassName
{
border-color: #FF4311;
}
</style>