Shades of Red Orange #FF3E1B
Tints of Red Orange #FF3E1B
RGB
CMYK
RGB Variations
Color information
#FF3E1B (or 0xFF3E1B) is known color: Red Orange. HEX triplet: FF, 3E and 1B. RGB value is (255,62,27). Sum of RGB (Red+Green+Blue) = 255+62+27=344 (45% of max value = 765). Red value is 255 (100% from 255 or 74.13% from 344); Green value is 62 (24.61% from 255 or 18.02% from 344); Blue value is 27 (10.94% from 255 or 7.85% from 344); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3E1B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3E1B is #00C1E4. Grayscale: #747474. Windows color (decimal): -49637 or 1785599. OLE color: 1785599.
HSL color Cylindrical-coordinate representation of color #FF3E1B: hue angle of 9.21º 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 #FF3E1B is Cyan = 0, Magento = 0.76, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 62 | 27 | - |
| CMYK | 0 | 0.76 | 0.89 | 0 |
| HSL | 9.21º | 1% | 0.55% | - |
| HSV(B) | 9.21º | 0.89% | 1% | - |
| XYZ | 43.16 | 24.78 | 3.55 | - |
| YUV | 115.72 | 77.94 | 227.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 62 | 27 | 0 | 0.76 | 0.89 | 0 | 9.21 | 1 | 0.55 |
| Hex | FF | 3E | 1B | 0 | 4C | 59 | 0 | 9 | 64 | 37 |
| Octal | 377 | 76 | 33 | 0 | 114 | 131 | 0 | 11 | 144 | 67 |
| Binary | 11111111 | 111110 | 11011 | 0 | 1001100 | 1011001 | 0 | 1001 | 1100100 | 110111 |
Color Harmonies of #FF3E1B
Complementary color
Monochromatic Colors of #FF3E1B
Black with #FF3E1B
Text Example
Text Example
White with #FF3E1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3E1B; }
p { color: rgb(255,62,27); }
H1.HeaderClassName
{
color: #FF3E1B;
}
.AnyTagClassName
{
color: #FF3E1B;
}
</style>
background-color css
<style>
a { background-color: #FF3E1B; }
a { background-color: rgb(255,62,27); }
div.DivClassName
{
background-color: #FF3E1B;
}
.BgClassName
{
background-color: #FF3E1B;
}
</style>
border-color css
<style>
span { border-color: #FF3E1B; }
span { border-color: rgb(255,62,27); }
td.TdClassName
{
border-color: #FF3E1B;
}
.TagClassName
{
border-color: #FF3E1B;
}
</style>