Shades of Orange Red #FF3711
Tints of Orange Red #FF3711
RGB
CMYK
RGB Variations
Color information
#FF3711 (or 0xFF3711) is known color: Orange Red. HEX triplet: FF, 37 and 11. RGB value is (255,55,17). Sum of RGB (Red+Green+Blue) = 255+55+17=327 (43% of max value = 765). Red value is 255 (100% from 255 or 77.98% from 327); Green value is 55 (21.88% from 255 or 16.82% from 327); Blue value is 17 (7.03% from 255 or 5.20% from 327); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3711 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF3711 is #00C8EE. Grayscale: #6E6E6E. Windows color (decimal): -51439 or 1128447. OLE color: 1128447.
HSL color Cylindrical-coordinate representation of color #FF3711: hue angle of 9.58º 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 #FF3711 is Cyan = 0, Magento = 0.78, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 55 | 17 | - |
| CMYK | 0 | 0.78 | 0.93 | 0 |
| HSL | 9.58º | 1% | 0.53% | - |
| HSV(B) | 9.58º | 0.93% | 1% | - |
| XYZ | 42.71 | 24.03 | 2.92 | - |
| YUV | 110.47 | 75.26 | 231.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 55 | 17 | 0 | 0.78 | 0.93 | 0 | 9.58 | 1 | 0.53 |
| Hex | FF | 37 | 11 | 0 | 4E | 5D | 0 | A | 64 | 35 |
| Octal | 377 | 67 | 21 | 0 | 116 | 135 | 0 | 12 | 144 | 65 |
| Binary | 11111111 | 110111 | 10001 | 0 | 1001110 | 1011101 | 0 | 1010 | 1100100 | 110101 |
Color Harmonies of #FF3711
Complementary color
Monochromatic Colors of #FF3711
Black with #FF3711
Text Example
Text Example
White with #FF3711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3711; }
p { color: rgb(255,55,17); }
H1.HeaderClassName
{
color: #FF3711;
}
.AnyTagClassName
{
color: #FF3711;
}
</style>
background-color css
<style>
a { background-color: #FF3711; }
a { background-color: rgb(255,55,17); }
div.DivClassName
{
background-color: #FF3711;
}
.BgClassName
{
background-color: #FF3711;
}
</style>
border-color css
<style>
span { border-color: #FF3711; }
span { border-color: rgb(255,55,17); }
td.TdClassName
{
border-color: #FF3711;
}
.TagClassName
{
border-color: #FF3711;
}
</style>