Shades of Orange Red #FF3E10
Tints of Orange Red #FF3E10
RGB
CMYK
RGB Variations
Color information
#FF3E10 (or 0xFF3E10) is known color: Orange Red. HEX triplet: FF, 3E and 10. RGB value is (255,62,16). Sum of RGB (Red+Green+Blue) = 255+62+16=333 (44% of max value = 765). Red value is 255 (100% from 255 or 76.58% from 333); Green value is 62 (24.61% from 255 or 18.62% from 333); Blue value is 16 (6.64% from 255 or 4.80% from 333); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3E10 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF3E10 is #00C1EF. Grayscale: #727272. Windows color (decimal): -49648 or 1064703. OLE color: 1064703.
HSL color Cylindrical-coordinate representation of color #FF3E10: hue angle of 11.55º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FF3E10 is Cyan = 0, Magento = 0.76, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 62 | 16 | - |
| CMYK | 0 | 0.76 | 0.94 | 0 |
| HSL | 11.55º | 1% | 0.53% | - |
| HSV(B) | 11.55º | 0.94% | 1% | - |
| XYZ | 43.06 | 24.74 | 3 | - |
| YUV | 114.46 | 72.44 | 228.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 62 | 16 | 0 | 0.76 | 0.94 | 0 | 11.55 | 1 | 0.53 |
| Hex | FF | 3E | 10 | 0 | 4C | 5E | 0 | C | 64 | 35 |
| Octal | 377 | 76 | 20 | 0 | 114 | 136 | 0 | 14 | 144 | 65 |
| Binary | 11111111 | 111110 | 10000 | 0 | 1001100 | 1011110 | 0 | 1100 | 1100100 | 110101 |
Color Harmonies of #FF3E10
Complementary color
Monochromatic Colors of #FF3E10
Black with #FF3E10
Text Example
Text Example
White with #FF3E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3E10; }
p { color: rgb(255,62,16); }
H1.HeaderClassName
{
color: #FF3E10;
}
.AnyTagClassName
{
color: #FF3E10;
}
</style>
background-color css
<style>
a { background-color: #FF3E10; }
a { background-color: rgb(255,62,16); }
div.DivClassName
{
background-color: #FF3E10;
}
.BgClassName
{
background-color: #FF3E10;
}
</style>
border-color css
<style>
span { border-color: #FF3E10; }
span { border-color: rgb(255,62,16); }
td.TdClassName
{
border-color: #FF3E10;
}
.TagClassName
{
border-color: #FF3E10;
}
</style>