Shades of Red Orange #FF3C1F
Tints of Red Orange #FF3C1F
RGB
CMYK
RGB Variations
Color information
#FF3C1F (or 0xFF3C1F) is known color: Red Orange. HEX triplet: FF, 3C and 1F. RGB value is (255,60,31). Sum of RGB (Red+Green+Blue) = 255+60+31=346 (45% of max value = 765). Red value is 255 (100% from 255 or 73.70% from 346); Green value is 60 (23.83% from 255 or 17.34% from 346); Blue value is 31 (12.5% from 255 or 8.96% from 346); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3C1F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3C1F is #00C3E0. Grayscale: #737373. Windows color (decimal): -50145 or 2047231. OLE color: 2047231.
HSL color Cylindrical-coordinate representation of color #FF3C1F: hue angle of 7.77º 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 #FF3C1F is Cyan = 0, Magento = 0.76, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 60 | 31 | - |
| CMYK | 0 | 0.76 | 0.88 | 0 |
| HSL | 7.77º | 1% | 0.56% | - |
| HSV(B) | 7.77º | 0.88% | 1% | - |
| XYZ | 43.1 | 24.59 | 3.77 | - |
| YUV | 115 | 80.6 | 227.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 60 | 31 | 0 | 0.76 | 0.88 | 0 | 7.77 | 1 | 0.56 |
| Hex | FF | 3C | 1F | 0 | 4C | 58 | 0 | 8 | 64 | 38 |
| Octal | 377 | 74 | 37 | 0 | 114 | 130 | 0 | 10 | 144 | 70 |
| Binary | 11111111 | 111100 | 11111 | 0 | 1001100 | 1011000 | 0 | 1000 | 1100100 | 111000 |
Color Harmonies of #FF3C1F
Complementary color
Monochromatic Colors of #FF3C1F
Black with #FF3C1F
Text Example
Text Example
White with #FF3C1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3C1F; }
p { color: rgb(255,60,31); }
H1.HeaderClassName
{
color: #FF3C1F;
}
.AnyTagClassName
{
color: #FF3C1F;
}
</style>
background-color css
<style>
a { background-color: #FF3C1F; }
a { background-color: rgb(255,60,31); }
div.DivClassName
{
background-color: #FF3C1F;
}
.BgClassName
{
background-color: #FF3C1F;
}
</style>
border-color css
<style>
span { border-color: #FF3C1F; }
span { border-color: rgb(255,60,31); }
td.TdClassName
{
border-color: #FF3C1F;
}
.TagClassName
{
border-color: #FF3C1F;
}
</style>