Shades of Red Orange #FF3A1B
Tints of Red Orange #FF3A1B
RGB
CMYK
RGB Variations
Color information
#FF3A1B (or 0xFF3A1B) is known color: Red Orange. HEX triplet: FF, 3A and 1B. RGB value is (255,58,27). Sum of RGB (Red+Green+Blue) = 255+58+27=340 (45% of max value = 765). Red value is 255 (100% from 255 or 75% from 340); Green value is 58 (23.05% from 255 or 17.06% from 340); Blue value is 27 (10.94% from 255 or 7.94% from 340); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3A1B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3A1B is #00C5E4. Grayscale: #717171. Windows color (decimal): -50661 or 1784575. OLE color: 1784575.
HSL color Cylindrical-coordinate representation of color #FF3A1B: hue angle of 8.16º 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 #FF3A1B is Cyan = 0, Magento = 0.77, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 58 | 27 | - |
| CMYK | 0 | 0.77 | 0.89 | 0 |
| HSL | 8.16º | 1% | 0.55% | - |
| HSV(B) | 8.16º | 0.89% | 1% | - |
| XYZ | 42.95 | 24.37 | 3.48 | - |
| YUV | 113.37 | 79.27 | 229.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 58 | 27 | 0 | 0.77 | 0.89 | 0 | 8.16 | 1 | 0.55 |
| Hex | FF | 3A | 1B | 0 | 4D | 59 | 0 | 8 | 64 | 37 |
| Octal | 377 | 72 | 33 | 0 | 115 | 131 | 0 | 10 | 144 | 67 |
| Binary | 11111111 | 111010 | 11011 | 0 | 1001101 | 1011001 | 0 | 1000 | 1100100 | 110111 |
Color Harmonies of #FF3A1B
Complementary color
Monochromatic Colors of #FF3A1B
Black with #FF3A1B
Text Example
Text Example
White with #FF3A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3A1B; }
p { color: rgb(255,58,27); }
H1.HeaderClassName
{
color: #FF3A1B;
}
.AnyTagClassName
{
color: #FF3A1B;
}
</style>
background-color css
<style>
a { background-color: #FF3A1B; }
a { background-color: rgb(255,58,27); }
div.DivClassName
{
background-color: #FF3A1B;
}
.BgClassName
{
background-color: #FF3A1B;
}
</style>
border-color css
<style>
span { border-color: #FF3A1B; }
span { border-color: rgb(255,58,27); }
td.TdClassName
{
border-color: #FF3A1B;
}
.TagClassName
{
border-color: #FF3A1B;
}
</style>