Shades of Red Orange #FF3D1B
Tints of Red Orange #FF3D1B
RGB
CMYK
RGB Variations
Color information
#FF3D1B (or 0xFF3D1B) is known color: Red Orange. HEX triplet: FF, 3D and 1B. RGB value is (255,61,27). Sum of RGB (Red+Green+Blue) = 255+61+27=343 (45% of max value = 765). Red value is 255 (100% from 255 or 74.34% from 343); Green value is 61 (24.22% from 255 or 17.78% from 343); Blue value is 27 (10.94% from 255 or 7.87% from 343); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3D1B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3D1B is #00C2E4. Grayscale: #737373. Windows color (decimal): -49893 or 1785343. OLE color: 1785343.
HSL color Cylindrical-coordinate representation of color #FF3D1B: hue angle of 8.95º 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 #FF3D1B is Cyan = 0, Magento = 0.76, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 61 | 27 | - |
| CMYK | 0 | 0.76 | 0.89 | 0 |
| HSL | 8.95º | 1% | 0.55% | - |
| HSV(B) | 8.95º | 0.89% | 1% | - |
| XYZ | 43.11 | 24.68 | 3.53 | - |
| YUV | 115.13 | 78.27 | 227.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 61 | 27 | 0 | 0.76 | 0.89 | 0 | 8.95 | 1 | 0.55 |
| Hex | FF | 3D | 1B | 0 | 4C | 59 | 0 | 9 | 64 | 37 |
| Octal | 377 | 75 | 33 | 0 | 114 | 131 | 0 | 11 | 144 | 67 |
| Binary | 11111111 | 111101 | 11011 | 0 | 1001100 | 1011001 | 0 | 1001 | 1100100 | 110111 |
Color Harmonies of #FF3D1B
Complementary color
Monochromatic Colors of #FF3D1B
Black with #FF3D1B
Text Example
Text Example
White with #FF3D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3D1B; }
p { color: rgb(255,61,27); }
H1.HeaderClassName
{
color: #FF3D1B;
}
.AnyTagClassName
{
color: #FF3D1B;
}
</style>
background-color css
<style>
a { background-color: #FF3D1B; }
a { background-color: rgb(255,61,27); }
div.DivClassName
{
background-color: #FF3D1B;
}
.BgClassName
{
background-color: #FF3D1B;
}
</style>
border-color css
<style>
span { border-color: #FF3D1B; }
span { border-color: rgb(255,61,27); }
td.TdClassName
{
border-color: #FF3D1B;
}
.TagClassName
{
border-color: #FF3D1B;
}
</style>