Shades of Red Orange #FF472F
Tints of Red Orange #FF472F
RGB
CMYK
RGB Variations
Color information
#FF472F (or 0xFF472F) is known color: Red Orange. HEX triplet: FF, 47 and 2F. RGB value is (255,71,47). Sum of RGB (Red+Green+Blue) = 255+71+47=373 (49% of max value = 765). Red value is 255 (100% from 255 or 68.36% from 373); Green value is 71 (28.12% from 255 or 19.03% from 373); Blue value is 47 (18.75% from 255 or 12.60% from 373); Max value from RGB is 255 - color contains mainly: red. Hex color #FF472F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF472F is #00B8D0. Grayscale: #7B7B7B. Windows color (decimal): -47313 or 3098623. OLE color: 3098623.
HSL color Cylindrical-coordinate representation of color #FF472F: hue angle of 6.92º 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 #FF472F is Cyan = 0, Magento = 0.72, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 71 | 47 | - |
| CMYK | 0 | 0.72 | 0.82 | 0 |
| HSL | 6.92º | 1% | 0.59% | - |
| HSV(B) | 6.92º | 0.82% | 1% | - |
| XYZ | 44.01 | 25.97 | 5.38 | - |
| YUV | 123.28 | 84.96 | 221.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 71 | 47 | 0 | 0.72 | 0.82 | 0 | 6.92 | 1 | 0.59 |
| Hex | FF | 47 | 2F | 0 | 48 | 52 | 0 | 7 | 64 | 3B |
| Octal | 377 | 107 | 57 | 0 | 110 | 122 | 0 | 7 | 144 | 73 |
| Binary | 11111111 | 1000111 | 101111 | 0 | 1001000 | 1010010 | 0 | 111 | 1100100 | 111011 |
Color Harmonies of #FF472F
Complementary color
Monochromatic Colors of #FF472F
Black with #FF472F
Text Example
Text Example
White with #FF472F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF472F; }
p { color: rgb(255,71,47); }
H1.HeaderClassName
{
color: #FF472F;
}
.AnyTagClassName
{
color: #FF472F;
}
</style>
background-color css
<style>
a { background-color: #FF472F; }
a { background-color: rgb(255,71,47); }
div.DivClassName
{
background-color: #FF472F;
}
.BgClassName
{
background-color: #FF472F;
}
</style>
border-color css
<style>
span { border-color: #FF472F; }
span { border-color: rgb(255,71,47); }
td.TdClassName
{
border-color: #FF472F;
}
.TagClassName
{
border-color: #FF472F;
}
</style>