Shades of Orange Red #FF3911
Tints of Orange Red #FF3911
RGB
CMYK
RGB Variations
Color information
#FF3911 (or 0xFF3911) is known color: Orange Red. HEX triplet: FF, 39 and 11. RGB value is (255,57,17). Sum of RGB (Red+Green+Blue) = 255+57+17=329 (43% of max value = 765). Red value is 255 (100% from 255 or 77.51% from 329); Green value is 57 (22.66% from 255 or 17.33% from 329); Blue value is 17 (7.03% from 255 or 5.17% from 329); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3911 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF3911 is #00C6EE. Grayscale: #707070. Windows color (decimal): -50927 or 1128959. OLE color: 1128959.
HSL color Cylindrical-coordinate representation of color #FF3911: hue angle of 10.08º 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 #FF3911 is Cyan = 0, Magento = 0.78, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 57 | 17 | - |
| CMYK | 0 | 0.78 | 0.93 | 0 |
| HSL | 10.08º | 1% | 0.53% | - |
| HSV(B) | 10.08º | 0.93% | 1% | - |
| XYZ | 42.8 | 24.23 | 2.95 | - |
| YUV | 111.64 | 74.6 | 230.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 57 | 17 | 0 | 0.78 | 0.93 | 0 | 10.08 | 1 | 0.53 |
| Hex | FF | 39 | 11 | 0 | 4E | 5D | 0 | A | 64 | 35 |
| Octal | 377 | 71 | 21 | 0 | 116 | 135 | 0 | 12 | 144 | 65 |
| Binary | 11111111 | 111001 | 10001 | 0 | 1001110 | 1011101 | 0 | 1010 | 1100100 | 110101 |
Color Harmonies of #FF3911
Complementary color
Monochromatic Colors of #FF3911
Black with #FF3911
Text Example
Text Example
White with #FF3911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3911; }
p { color: rgb(255,57,17); }
H1.HeaderClassName
{
color: #FF3911;
}
.AnyTagClassName
{
color: #FF3911;
}
</style>
background-color css
<style>
a { background-color: #FF3911; }
a { background-color: rgb(255,57,17); }
div.DivClassName
{
background-color: #FF3911;
}
.BgClassName
{
background-color: #FF3911;
}
</style>
border-color css
<style>
span { border-color: #FF3911; }
span { border-color: rgb(255,57,17); }
td.TdClassName
{
border-color: #FF3911;
}
.TagClassName
{
border-color: #FF3911;
}
</style>