Shades of Orange Red #FF3D11
Tints of Orange Red #FF3D11
RGB
CMYK
RGB Variations
Color information
#FF3D11 (or 0xFF3D11) is known color: Orange Red. HEX triplet: FF, 3D and 11. RGB value is (255,61,17). Sum of RGB (Red+Green+Blue) = 255+61+17=333 (44% of max value = 765). Red value is 255 (100% from 255 or 76.58% from 333); Green value is 61 (24.22% from 255 or 18.32% from 333); Blue value is 17 (7.03% from 255 or 5.11% from 333); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3D11 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF3D11 is #00C2EE. Grayscale: #727272. Windows color (decimal): -49903 or 1129983. OLE color: 1129983.
HSL color Cylindrical-coordinate representation of color #FF3D11: hue angle of 11.09º 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 #FF3D11 is Cyan = 0, Magento = 0.76, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 61 | 17 | - |
| CMYK | 0 | 0.76 | 0.93 | 0 |
| HSL | 11.09º | 1% | 0.53% | - |
| HSV(B) | 11.09º | 0.93% | 1% | - |
| XYZ | 43.01 | 24.64 | 3.02 | - |
| YUV | 113.99 | 73.27 | 228.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 61 | 17 | 0 | 0.76 | 0.93 | 0 | 11.09 | 1 | 0.53 |
| Hex | FF | 3D | 11 | 0 | 4C | 5D | 0 | B | 64 | 35 |
| Octal | 377 | 75 | 21 | 0 | 114 | 135 | 0 | 13 | 144 | 65 |
| Binary | 11111111 | 111101 | 10001 | 0 | 1001100 | 1011101 | 0 | 1011 | 1100100 | 110101 |
Color Harmonies of #FF3D11
Complementary color
Monochromatic Colors of #FF3D11
Black with #FF3D11
Text Example
Text Example
White with #FF3D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3D11; }
p { color: rgb(255,61,17); }
H1.HeaderClassName
{
color: #FF3D11;
}
.AnyTagClassName
{
color: #FF3D11;
}
</style>
background-color css
<style>
a { background-color: #FF3D11; }
a { background-color: rgb(255,61,17); }
div.DivClassName
{
background-color: #FF3D11;
}
.BgClassName
{
background-color: #FF3D11;
}
</style>
border-color css
<style>
span { border-color: #FF3D11; }
span { border-color: rgb(255,61,17); }
td.TdClassName
{
border-color: #FF3D11;
}
.TagClassName
{
border-color: #FF3D11;
}
</style>