Shades of Red Orange #FF472E
Tints of Red Orange #FF472E
RGB
CMYK
RGB Variations
Color information
#FF472E (or 0xFF472E) is known color: Red Orange. HEX triplet: FF, 47 and 2E. RGB value is (255,71,46). Sum of RGB (Red+Green+Blue) = 255+71+46=372 (49% of max value = 765). Red value is 255 (100% from 255 or 68.55% from 372); Green value is 71 (28.12% from 255 or 19.09% from 372); Blue value is 46 (18.36% from 255 or 12.37% from 372); Max value from RGB is 255 - color contains mainly: red. Hex color #FF472E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF472E is #00B8D1. Grayscale: #7B7B7B. Windows color (decimal): -47314 or 3033087. OLE color: 3033087.
HSL color Cylindrical-coordinate representation of color #FF472E: hue angle of 7.18º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FF472E is Cyan = 0, Magento = 0.72, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 71 | 46 | - |
| CMYK | 0 | 0.72 | 0.82 | 0 |
| HSL | 7.18º | 1% | 0.59% | - |
| HSV(B) | 7.18º | 0.82% | 1% | - |
| XYZ | 43.99 | 25.96 | 5.28 | - |
| YUV | 123.17 | 84.46 | 222.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 71 | 46 | 0 | 0.72 | 0.82 | 0 | 7.18 | 1 | 0.59 |
| Hex | FF | 47 | 2E | 0 | 48 | 52 | 0 | 7 | 64 | 3B |
| Octal | 377 | 107 | 56 | 0 | 110 | 122 | 0 | 7 | 144 | 73 |
| Binary | 11111111 | 1000111 | 101110 | 0 | 1001000 | 1010010 | 0 | 111 | 1100100 | 111011 |
Color Harmonies of #FF472E
Complementary color
Monochromatic Colors of #FF472E
Black with #FF472E
Text Example
Text Example
White with #FF472E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF472E; }
p { color: rgb(255,71,46); }
H1.HeaderClassName
{
color: #FF472E;
}
.AnyTagClassName
{
color: #FF472E;
}
</style>
background-color css
<style>
a { background-color: #FF472E; }
a { background-color: rgb(255,71,46); }
div.DivClassName
{
background-color: #FF472E;
}
.BgClassName
{
background-color: #FF472E;
}
</style>
border-color css
<style>
span { border-color: #FF472E; }
span { border-color: rgb(255,71,46); }
td.TdClassName
{
border-color: #FF472E;
}
.TagClassName
{
border-color: #FF472E;
}
</style>