Shades of Red Orange #FF4729
Tints of Red Orange #FF4729
RGB
CMYK
RGB Variations
Color information
#FF4729 (or 0xFF4729) is known color: Red Orange. HEX triplet: FF, 47 and 29. RGB value is (255,71,41). Sum of RGB (Red+Green+Blue) = 255+71+41=367 (48% of max value = 765). Red value is 255 (100% from 255 or 69.48% from 367); Green value is 71 (28.12% from 255 or 19.35% from 367); Blue value is 41 (16.41% from 255 or 11.17% from 367); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4729 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF4729 is #00B8D6. Grayscale: #7A7A7A. Windows color (decimal): -47319 or 2705407. OLE color: 2705407.
HSL color Cylindrical-coordinate representation of color #FF4729: hue angle of 8.41º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FF4729 is Cyan = 0, Magento = 0.72, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 71 | 41 | - |
| CMYK | 0 | 0.72 | 0.84 | 0 |
| HSL | 8.41º | 1% | 0.58% | - |
| HSV(B) | 8.41º | 0.84% | 1% | - |
| XYZ | 43.89 | 25.93 | 4.79 | - |
| YUV | 122.6 | 81.96 | 222.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 71 | 41 | 0 | 0.72 | 0.84 | 0 | 8.41 | 1 | 0.58 |
| Hex | FF | 47 | 29 | 0 | 48 | 54 | 0 | 8 | 64 | 3A |
| Octal | 377 | 107 | 51 | 0 | 110 | 124 | 0 | 10 | 144 | 72 |
| Binary | 11111111 | 1000111 | 101001 | 0 | 1001000 | 1010100 | 0 | 1000 | 1100100 | 111010 |
Color Harmonies of #FF4729
Complementary color
Monochromatic Colors of #FF4729
Black with #FF4729
Text Example
Text Example
White with #FF4729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4729; }
p { color: rgb(255,71,41); }
H1.HeaderClassName
{
color: #FF4729;
}
.AnyTagClassName
{
color: #FF4729;
}
</style>
background-color css
<style>
a { background-color: #FF4729; }
a { background-color: rgb(255,71,41); }
div.DivClassName
{
background-color: #FF4729;
}
.BgClassName
{
background-color: #FF4729;
}
</style>
border-color css
<style>
span { border-color: #FF4729; }
span { border-color: rgb(255,71,41); }
td.TdClassName
{
border-color: #FF4729;
}
.TagClassName
{
border-color: #FF4729;
}
</style>