Shades of Red Orange #FF3C1E
Tints of Red Orange #FF3C1E
RGB
CMYK
RGB Variations
Color information
#FF3C1E (or 0xFF3C1E) is known color: Red Orange. HEX triplet: FF, 3C and 1E. RGB value is (255,60,30). Sum of RGB (Red+Green+Blue) = 255+60+30=345 (45% of max value = 765). Red value is 255 (100% from 255 or 73.91% from 345); Green value is 60 (23.83% from 255 or 17.39% from 345); Blue value is 30 (12.11% from 255 or 8.70% from 345); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3C1E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3C1E is #00C3E1. Grayscale: #737373. Windows color (decimal): -50146 or 1981695. OLE color: 1981695.
HSL color Cylindrical-coordinate representation of color #FF3C1E: hue angle of 8º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FF3C1E is Cyan = 0, Magento = 0.76, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 60 | 30 | - |
| CMYK | 0 | 0.76 | 0.88 | 0 |
| HSL | 8º | 1% | 0.56% | - |
| HSV(B) | 8º | 0.88% | 1% | - |
| XYZ | 43.09 | 24.59 | 3.7 | - |
| YUV | 114.89 | 80.1 | 227.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 60 | 30 | 0 | 0.76 | 0.88 | 0 | 8 | 1 | 0.56 |
| Hex | FF | 3C | 1E | 0 | 4C | 58 | 0 | 8 | 64 | 38 |
| Octal | 377 | 74 | 36 | 0 | 114 | 130 | 0 | 10 | 144 | 70 |
| Binary | 11111111 | 111100 | 11110 | 0 | 1001100 | 1011000 | 0 | 1000 | 1100100 | 111000 |
Color Harmonies of #FF3C1E
Complementary color
Monochromatic Colors of #FF3C1E
Black with #FF3C1E
Text Example
Text Example
White with #FF3C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3C1E; }
p { color: rgb(255,60,30); }
H1.HeaderClassName
{
color: #FF3C1E;
}
.AnyTagClassName
{
color: #FF3C1E;
}
</style>
background-color css
<style>
a { background-color: #FF3C1E; }
a { background-color: rgb(255,60,30); }
div.DivClassName
{
background-color: #FF3C1E;
}
.BgClassName
{
background-color: #FF3C1E;
}
</style>
border-color css
<style>
span { border-color: #FF3C1E; }
span { border-color: rgb(255,60,30); }
td.TdClassName
{
border-color: #FF3C1E;
}
.TagClassName
{
border-color: #FF3C1E;
}
</style>