Shades of Red Orange #FF3B1F
Tints of Red Orange #FF3B1F
RGB
CMYK
RGB Variations
Color information
#FF3B1F (or 0xFF3B1F) is known color: Red Orange. HEX triplet: FF, 3B and 1F. RGB value is (255,59,31). Sum of RGB (Red+Green+Blue) = 255+59+31=345 (45% of max value = 765). Red value is 255 (100% from 255 or 73.91% from 345); Green value is 59 (23.44% from 255 or 17.10% from 345); Blue value is 31 (12.5% from 255 or 8.99% from 345); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3B1F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3B1F is #00C4E0. Grayscale: #727272. Windows color (decimal): -50401 or 2046975. OLE color: 2046975.
HSL color Cylindrical-coordinate representation of color #FF3B1F: hue angle of 7.5º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FF3B1F is Cyan = 0, Magento = 0.77, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 59 | 31 | - |
| CMYK | 0 | 0.77 | 0.88 | 0 |
| HSL | 7.5º | 1% | 0.56% | - |
| HSV(B) | 7.5º | 0.88% | 1% | - |
| XYZ | 43.05 | 24.49 | 3.75 | - |
| YUV | 114.41 | 80.93 | 228.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 59 | 31 | 0 | 0.77 | 0.88 | 0 | 7.5 | 1 | 0.56 |
| Hex | FF | 3B | 1F | 0 | 4D | 58 | 0 | 8 | 64 | 38 |
| Octal | 377 | 73 | 37 | 0 | 115 | 130 | 0 | 10 | 144 | 70 |
| Binary | 11111111 | 111011 | 11111 | 0 | 1001101 | 1011000 | 0 | 1000 | 1100100 | 111000 |
Color Harmonies of #FF3B1F
Complementary color
Monochromatic Colors of #FF3B1F
Black with #FF3B1F
Text Example
Text Example
White with #FF3B1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3B1F; }
p { color: rgb(255,59,31); }
H1.HeaderClassName
{
color: #FF3B1F;
}
.AnyTagClassName
{
color: #FF3B1F;
}
</style>
background-color css
<style>
a { background-color: #FF3B1F; }
a { background-color: rgb(255,59,31); }
div.DivClassName
{
background-color: #FF3B1F;
}
.BgClassName
{
background-color: #FF3B1F;
}
</style>
border-color css
<style>
span { border-color: #FF3B1F; }
span { border-color: rgb(255,59,31); }
td.TdClassName
{
border-color: #FF3B1F;
}
.TagClassName
{
border-color: #FF3B1F;
}
</style>