Shades of Red Orange #FF472D
Tints of Red Orange #FF472D
RGB
CMYK
RGB Variations
Color information
#FF472D (or 0xFF472D) is known color: Red Orange. HEX triplet: FF, 47 and 2D. RGB value is (255,71,45). Sum of RGB (Red+Green+Blue) = 255+71+45=371 (49% of max value = 765). Red value is 255 (100% from 255 or 68.73% from 371); Green value is 71 (28.12% from 255 or 19.14% from 371); Blue value is 45 (17.97% from 255 or 12.13% from 371); Max value from RGB is 255 - color contains mainly: red. Hex color #FF472D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF472D is #00B8D2. Grayscale: #7B7B7B. Windows color (decimal): -47315 or 2967551. OLE color: 2967551.
HSL color Cylindrical-coordinate representation of color #FF472D: hue angle of 7.43º 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 #FF472D is Cyan = 0, Magento = 0.72, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 71 | 45 | - |
| CMYK | 0 | 0.72 | 0.82 | 0 |
| HSL | 7.43º | 1% | 0.59% | - |
| HSV(B) | 7.43º | 0.82% | 1% | - |
| XYZ | 43.97 | 25.96 | 5.18 | - |
| YUV | 123.05 | 83.96 | 222.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 71 | 45 | 0 | 0.72 | 0.82 | 0 | 7.43 | 1 | 0.59 |
| Hex | FF | 47 | 2D | 0 | 48 | 52 | 0 | 7 | 64 | 3B |
| Octal | 377 | 107 | 55 | 0 | 110 | 122 | 0 | 7 | 144 | 73 |
| Binary | 11111111 | 1000111 | 101101 | 0 | 1001000 | 1010010 | 0 | 111 | 1100100 | 111011 |
Color Harmonies of #FF472D
Complementary color
Monochromatic Colors of #FF472D
Black with #FF472D
Text Example
Text Example
White with #FF472D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF472D; }
p { color: rgb(255,71,45); }
H1.HeaderClassName
{
color: #FF472D;
}
.AnyTagClassName
{
color: #FF472D;
}
</style>
background-color css
<style>
a { background-color: #FF472D; }
a { background-color: rgb(255,71,45); }
div.DivClassName
{
background-color: #FF472D;
}
.BgClassName
{
background-color: #FF472D;
}
</style>
border-color css
<style>
span { border-color: #FF472D; }
span { border-color: rgb(255,71,45); }
td.TdClassName
{
border-color: #FF472D;
}
.TagClassName
{
border-color: #FF472D;
}
</style>