Shades of Red Orange #FF3C1B
Tints of Red Orange #FF3C1B
RGB
CMYK
RGB Variations
Color information
#FF3C1B (or 0xFF3C1B) is known color: Red Orange. HEX triplet: FF, 3C and 1B. RGB value is (255,60,27). Sum of RGB (Red+Green+Blue) = 255+60+27=342 (45% of max value = 765). Red value is 255 (100% from 255 or 74.56% from 342); Green value is 60 (23.83% from 255 or 17.54% from 342); Blue value is 27 (10.94% from 255 or 7.89% from 342); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3C1B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3C1B is #00C3E4. Grayscale: #727272. Windows color (decimal): -50149 or 1785087. OLE color: 1785087.
HSL color Cylindrical-coordinate representation of color #FF3C1B: hue angle of 8.68º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FF3C1B is Cyan = 0, Magento = 0.76, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 60 | 27 | - |
| CMYK | 0 | 0.76 | 0.89 | 0 |
| HSL | 8.68º | 1% | 0.55% | - |
| HSV(B) | 8.68º | 0.89% | 1% | - |
| XYZ | 43.05 | 24.57 | 3.51 | - |
| YUV | 114.54 | 78.6 | 228.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 60 | 27 | 0 | 0.76 | 0.89 | 0 | 8.68 | 1 | 0.55 |
| Hex | FF | 3C | 1B | 0 | 4C | 59 | 0 | 9 | 64 | 37 |
| Octal | 377 | 74 | 33 | 0 | 114 | 131 | 0 | 11 | 144 | 67 |
| Binary | 11111111 | 111100 | 11011 | 0 | 1001100 | 1011001 | 0 | 1001 | 1100100 | 110111 |
Color Harmonies of #FF3C1B
Complementary color
Monochromatic Colors of #FF3C1B
Black with #FF3C1B
Text Example
Text Example
White with #FF3C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3C1B; }
p { color: rgb(255,60,27); }
H1.HeaderClassName
{
color: #FF3C1B;
}
.AnyTagClassName
{
color: #FF3C1B;
}
</style>
background-color css
<style>
a { background-color: #FF3C1B; }
a { background-color: rgb(255,60,27); }
div.DivClassName
{
background-color: #FF3C1B;
}
.BgClassName
{
background-color: #FF3C1B;
}
</style>
border-color css
<style>
span { border-color: #FF3C1B; }
span { border-color: rgb(255,60,27); }
td.TdClassName
{
border-color: #FF3C1B;
}
.TagClassName
{
border-color: #FF3C1B;
}
</style>