Shades of Orange Red #FF3B11
Tints of Orange Red #FF3B11
RGB
CMYK
RGB Variations
Color information
#FF3B11 (or 0xFF3B11) is known color: Orange Red. HEX triplet: FF, 3B and 11. RGB value is (255,59,17). Sum of RGB (Red+Green+Blue) = 255+59+17=331 (43% of max value = 765). Red value is 255 (100% from 255 or 77.04% from 331); Green value is 59 (23.44% from 255 or 17.82% from 331); Blue value is 17 (7.03% from 255 or 5.14% from 331); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3B11 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF3B11 is #00C4EE. Grayscale: #717171. Windows color (decimal): -50415 or 1129471. OLE color: 1129471.
HSL color Cylindrical-coordinate representation of color #FF3B11: hue angle of 10.59º 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 #FF3B11 is Cyan = 0, Magento = 0.77, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 59 | 17 | - |
| CMYK | 0 | 0.77 | 0.93 | 0 |
| HSL | 10.59º | 1% | 0.53% | - |
| HSV(B) | 10.59º | 0.93% | 1% | - |
| XYZ | 42.91 | 24.43 | 2.98 | - |
| YUV | 112.82 | 73.93 | 229.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 59 | 17 | 0 | 0.77 | 0.93 | 0 | 10.59 | 1 | 0.53 |
| Hex | FF | 3B | 11 | 0 | 4D | 5D | 0 | B | 64 | 35 |
| Octal | 377 | 73 | 21 | 0 | 115 | 135 | 0 | 13 | 144 | 65 |
| Binary | 11111111 | 111011 | 10001 | 0 | 1001101 | 1011101 | 0 | 1011 | 1100100 | 110101 |
Color Harmonies of #FF3B11
Complementary color
Monochromatic Colors of #FF3B11
Black with #FF3B11
Text Example
Text Example
White with #FF3B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3B11; }
p { color: rgb(255,59,17); }
H1.HeaderClassName
{
color: #FF3B11;
}
.AnyTagClassName
{
color: #FF3B11;
}
</style>
background-color css
<style>
a { background-color: #FF3B11; }
a { background-color: rgb(255,59,17); }
div.DivClassName
{
background-color: #FF3B11;
}
.BgClassName
{
background-color: #FF3B11;
}
</style>
border-color css
<style>
span { border-color: #FF3B11; }
span { border-color: rgb(255,59,17); }
td.TdClassName
{
border-color: #FF3B11;
}
.TagClassName
{
border-color: #FF3B11;
}
</style>