Shades of Orange Red #FF3C14
Tints of Orange Red #FF3C14
RGB
CMYK
RGB Variations
Color information
#FF3C14 (or 0xFF3C14) is known color: Orange Red. HEX triplet: FF, 3C and 14. RGB value is (255,60,20). Sum of RGB (Red+Green+Blue) = 255+60+20=335 (44% of max value = 765). Red value is 255 (100% from 255 or 76.12% from 335); Green value is 60 (23.83% from 255 or 17.91% from 335); Blue value is 20 (8.20% from 255 or 5.97% from 335); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3C14 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF3C14 is #00C3EB. Grayscale: #727272. Windows color (decimal): -50156 or 1326335. OLE color: 1326335.
HSL color Cylindrical-coordinate representation of color #FF3C14: hue angle of 10.21º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FF3C14 is Cyan = 0, Magento = 0.76, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 60 | 20 | - |
| CMYK | 0 | 0.76 | 0.92 | 0 |
| HSL | 10.21º | 1% | 0.54% | - |
| HSV(B) | 10.21º | 0.92% | 1% | - |
| XYZ | 42.98 | 24.54 | 3.13 | - |
| YUV | 113.75 | 75.1 | 228.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 60 | 20 | 0 | 0.76 | 0.92 | 0 | 10.21 | 1 | 0.54 |
| Hex | FF | 3C | 14 | 0 | 4C | 5C | 0 | A | 64 | 36 |
| Octal | 377 | 74 | 24 | 0 | 114 | 134 | 0 | 12 | 144 | 66 |
| Binary | 11111111 | 111100 | 10100 | 0 | 1001100 | 1011100 | 0 | 1010 | 1100100 | 110110 |
Color Harmonies of #FF3C14
Complementary color
Monochromatic Colors of #FF3C14
Black with #FF3C14
Text Example
Text Example
White with #FF3C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3C14; }
p { color: rgb(255,60,20); }
H1.HeaderClassName
{
color: #FF3C14;
}
.AnyTagClassName
{
color: #FF3C14;
}
</style>
background-color css
<style>
a { background-color: #FF3C14; }
a { background-color: rgb(255,60,20); }
div.DivClassName
{
background-color: #FF3C14;
}
.BgClassName
{
background-color: #FF3C14;
}
</style>
border-color css
<style>
span { border-color: #FF3C14; }
span { border-color: rgb(255,60,20); }
td.TdClassName
{
border-color: #FF3C14;
}
.TagClassName
{
border-color: #FF3C14;
}
</style>