Shades of Orange Red #FF3E14
Tints of Orange Red #FF3E14
RGB
CMYK
RGB Variations
Color information
#FF3E14 (or 0xFF3E14) is known color: Orange Red. HEX triplet: FF, 3E and 14. RGB value is (255,62,20). Sum of RGB (Red+Green+Blue) = 255+62+20=337 (44% of max value = 765). Red value is 255 (100% from 255 or 75.67% from 337); Green value is 62 (24.61% from 255 or 18.40% from 337); Blue value is 20 (8.20% from 255 or 5.93% from 337); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3E14 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF3E14 is #00C1EB. Grayscale: #737373. Windows color (decimal): -49644 or 1326847. OLE color: 1326847.
HSL color Cylindrical-coordinate representation of color #FF3E14: hue angle of 10.72º 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 #FF3E14 is Cyan = 0, Magento = 0.76, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 62 | 20 | - |
| CMYK | 0 | 0.76 | 0.92 | 0 |
| HSL | 10.72º | 1% | 0.54% | - |
| HSV(B) | 10.72º | 0.92% | 1% | - |
| XYZ | 43.09 | 24.76 | 3.17 | - |
| YUV | 114.92 | 74.44 | 227.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 62 | 20 | 0 | 0.76 | 0.92 | 0 | 10.72 | 1 | 0.54 |
| Hex | FF | 3E | 14 | 0 | 4C | 5C | 0 | B | 64 | 36 |
| Octal | 377 | 76 | 24 | 0 | 114 | 134 | 0 | 13 | 144 | 66 |
| Binary | 11111111 | 111110 | 10100 | 0 | 1001100 | 1011100 | 0 | 1011 | 1100100 | 110110 |
Color Harmonies of #FF3E14
Complementary color
Monochromatic Colors of #FF3E14
Black with #FF3E14
Text Example
Text Example
White with #FF3E14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3E14; }
p { color: rgb(255,62,20); }
H1.HeaderClassName
{
color: #FF3E14;
}
.AnyTagClassName
{
color: #FF3E14;
}
</style>
background-color css
<style>
a { background-color: #FF3E14; }
a { background-color: rgb(255,62,20); }
div.DivClassName
{
background-color: #FF3E14;
}
.BgClassName
{
background-color: #FF3E14;
}
</style>
border-color css
<style>
span { border-color: #FF3E14; }
span { border-color: rgb(255,62,20); }
td.TdClassName
{
border-color: #FF3E14;
}
.TagClassName
{
border-color: #FF3E14;
}
</style>