Shades of Red Orange #FF471F
Tints of Red Orange #FF471F
RGB
CMYK
RGB Variations
Color information
#FF471F (or 0xFF471F) is known color: Red Orange. HEX triplet: FF, 47 and 1F. RGB value is (255,71,31). Sum of RGB (Red+Green+Blue) = 255+71+31=357 (47% of max value = 765). Red value is 255 (100% from 255 or 71.43% from 357); Green value is 71 (28.12% from 255 or 19.89% from 357); Blue value is 31 (12.5% from 255 or 8.68% from 357); Max value from RGB is 255 - color contains mainly: red. Hex color #FF471F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF471F is #00B8E0. Grayscale: #797979. Windows color (decimal): -47329 or 2050047. OLE color: 2050047.
HSL color Cylindrical-coordinate representation of color #FF471F: hue angle of 10.71º 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 #FF471F is Cyan = 0, Magento = 0.72, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 71 | 31 | - |
| CMYK | 0 | 0.72 | 0.88 | 0 |
| HSL | 10.71º | 1% | 0.56% | - |
| HSV(B) | 10.71º | 0.88% | 1% | - |
| XYZ | 43.74 | 25.87 | 3.98 | - |
| YUV | 121.46 | 76.96 | 223.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 71 | 31 | 0 | 0.72 | 0.88 | 0 | 10.71 | 1 | 0.56 |
| Hex | FF | 47 | 1F | 0 | 48 | 58 | 0 | B | 64 | 38 |
| Octal | 377 | 107 | 37 | 0 | 110 | 130 | 0 | 13 | 144 | 70 |
| Binary | 11111111 | 1000111 | 11111 | 0 | 1001000 | 1011000 | 0 | 1011 | 1100100 | 111000 |
Color Harmonies of #FF471F
Complementary color
Monochromatic Colors of #FF471F
Black with #FF471F
Text Example
Text Example
White with #FF471F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF471F; }
p { color: rgb(255,71,31); }
H1.HeaderClassName
{
color: #FF471F;
}
.AnyTagClassName
{
color: #FF471F;
}
</style>
background-color css
<style>
a { background-color: #FF471F; }
a { background-color: rgb(255,71,31); }
div.DivClassName
{
background-color: #FF471F;
}
.BgClassName
{
background-color: #FF471F;
}
</style>
border-color css
<style>
span { border-color: #FF471F; }
span { border-color: rgb(255,71,31); }
td.TdClassName
{
border-color: #FF471F;
}
.TagClassName
{
border-color: #FF471F;
}
</style>