Shades of Red Orange #FF472C
Tints of Red Orange #FF472C
RGB
CMYK
RGB Variations
Color information
#FF472C (or 0xFF472C) is known color: Red Orange. HEX triplet: FF, 47 and 2C. RGB value is (255,71,44). Sum of RGB (Red+Green+Blue) = 255+71+44=370 (49% of max value = 765). Red value is 255 (100% from 255 or 68.92% from 370); Green value is 71 (28.12% from 255 or 19.19% from 370); Blue value is 44 (17.58% from 255 or 11.89% from 370); Max value from RGB is 255 - color contains mainly: red. Hex color #FF472C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF472C is #00B8D3. Grayscale: #7B7B7B. Windows color (decimal): -47316 or 2902015. OLE color: 2902015.
HSL color Cylindrical-coordinate representation of color #FF472C: hue angle of 7.68º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FF472C is Cyan = 0, Magento = 0.72, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 71 | 44 | - |
| CMYK | 0 | 0.72 | 0.83 | 0 |
| HSL | 7.68º | 1% | 0.59% | - |
| HSV(B) | 7.68º | 0.83% | 1% | - |
| XYZ | 43.95 | 25.95 | 5.08 | - |
| YUV | 122.94 | 83.46 | 222.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 71 | 44 | 0 | 0.72 | 0.83 | 0 | 7.68 | 1 | 0.59 |
| Hex | FF | 47 | 2C | 0 | 48 | 53 | 0 | 8 | 64 | 3B |
| Octal | 377 | 107 | 54 | 0 | 110 | 123 | 0 | 10 | 144 | 73 |
| Binary | 11111111 | 1000111 | 101100 | 0 | 1001000 | 1010011 | 0 | 1000 | 1100100 | 111011 |
Color Harmonies of #FF472C
Complementary color
Monochromatic Colors of #FF472C
Black with #FF472C
Text Example
Text Example
White with #FF472C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF472C; }
p { color: rgb(255,71,44); }
H1.HeaderClassName
{
color: #FF472C;
}
.AnyTagClassName
{
color: #FF472C;
}
</style>
background-color css
<style>
a { background-color: #FF472C; }
a { background-color: rgb(255,71,44); }
div.DivClassName
{
background-color: #FF472C;
}
.BgClassName
{
background-color: #FF472C;
}
</style>
border-color css
<style>
span { border-color: #FF472C; }
span { border-color: rgb(255,71,44); }
td.TdClassName
{
border-color: #FF472C;
}
.TagClassName
{
border-color: #FF472C;
}
</style>