Shades of Orange Red #FF3811
Tints of Orange Red #FF3811
RGB
CMYK
RGB Variations
Color information
#FF3811 (or 0xFF3811) is known color: Orange Red. HEX triplet: FF, 38 and 11. RGB value is (255,56,17). Sum of RGB (Red+Green+Blue) = 255+56+17=328 (43% of max value = 765). Red value is 255 (100% from 255 or 77.74% from 328); Green value is 56 (22.27% from 255 or 17.07% from 328); Blue value is 17 (7.03% from 255 or 5.18% from 328); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3811 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF3811 is #00C7EE. Grayscale: #6F6F6F. Windows color (decimal): -51183 or 1128703. OLE color: 1128703.
HSL color Cylindrical-coordinate representation of color #FF3811: hue angle of 9.83º 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 #FF3811 is Cyan = 0, Magento = 0.78, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 56 | 17 | - |
| CMYK | 0 | 0.78 | 0.93 | 0 |
| HSL | 9.83º | 1% | 0.53% | - |
| HSV(B) | 9.83º | 0.93% | 1% | - |
| XYZ | 42.76 | 24.13 | 2.93 | - |
| YUV | 111.06 | 74.93 | 230.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 56 | 17 | 0 | 0.78 | 0.93 | 0 | 9.83 | 1 | 0.53 |
| Hex | FF | 38 | 11 | 0 | 4E | 5D | 0 | A | 64 | 35 |
| Octal | 377 | 70 | 21 | 0 | 116 | 135 | 0 | 12 | 144 | 65 |
| Binary | 11111111 | 111000 | 10001 | 0 | 1001110 | 1011101 | 0 | 1010 | 1100100 | 110101 |
Color Harmonies of #FF3811
Complementary color
Monochromatic Colors of #FF3811
Black with #FF3811
Text Example
Text Example
White with #FF3811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3811; }
p { color: rgb(255,56,17); }
H1.HeaderClassName
{
color: #FF3811;
}
.AnyTagClassName
{
color: #FF3811;
}
</style>
background-color css
<style>
a { background-color: #FF3811; }
a { background-color: rgb(255,56,17); }
div.DivClassName
{
background-color: #FF3811;
}
.BgClassName
{
background-color: #FF3811;
}
</style>
border-color css
<style>
span { border-color: #FF3811; }
span { border-color: rgb(255,56,17); }
td.TdClassName
{
border-color: #FF3811;
}
.TagClassName
{
border-color: #FF3811;
}
</style>