Shades of Red Orange #FF3F1D
Tints of Red Orange #FF3F1D
RGB
CMYK
RGB Variations
Color information
#FF3F1D (or 0xFF3F1D) is known color: Red Orange. HEX triplet: FF, 3F and 1D. RGB value is (255,63,29). Sum of RGB (Red+Green+Blue) = 255+63+29=347 (45% of max value = 765). Red value is 255 (100% from 255 or 73.49% from 347); Green value is 63 (25% from 255 or 18.16% from 347); Blue value is 29 (11.72% from 255 or 8.36% from 347); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3F1D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3F1D is #00C0E2. Grayscale: #747474. Windows color (decimal): -49379 or 1916927. OLE color: 1916927.
HSL color Cylindrical-coordinate representation of color #FF3F1D: hue angle of 9.03º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FF3F1D is Cyan = 0, Magento = 0.75, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 63 | 29 | - |
| CMYK | 0 | 0.75 | 0.89 | 0 |
| HSL | 9.03º | 1% | 0.56% | - |
| HSV(B) | 9.03º | 0.89% | 1% | - |
| XYZ | 43.24 | 24.9 | 3.69 | - |
| YUV | 116.53 | 78.61 | 226.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 63 | 29 | 0 | 0.75 | 0.89 | 0 | 9.03 | 1 | 0.56 |
| Hex | FF | 3F | 1D | 0 | 4B | 59 | 0 | 9 | 64 | 38 |
| Octal | 377 | 77 | 35 | 0 | 113 | 131 | 0 | 11 | 144 | 70 |
| Binary | 11111111 | 111111 | 11101 | 0 | 1001011 | 1011001 | 0 | 1001 | 1100100 | 111000 |
Color Harmonies of #FF3F1D
Complementary color
Monochromatic Colors of #FF3F1D
Black with #FF3F1D
Text Example
Text Example
White with #FF3F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3F1D; }
p { color: rgb(255,63,29); }
H1.HeaderClassName
{
color: #FF3F1D;
}
.AnyTagClassName
{
color: #FF3F1D;
}
</style>
background-color css
<style>
a { background-color: #FF3F1D; }
a { background-color: rgb(255,63,29); }
div.DivClassName
{
background-color: #FF3F1D;
}
.BgClassName
{
background-color: #FF3F1D;
}
</style>
border-color css
<style>
span { border-color: #FF3F1D; }
span { border-color: rgb(255,63,29); }
td.TdClassName
{
border-color: #FF3F1D;
}
.TagClassName
{
border-color: #FF3F1D;
}
</style>