Shades of Red Orange #FF472A
Tints of Red Orange #FF472A
RGB
CMYK
RGB Variations
Color information
#FF472A (or 0xFF472A) is known color: Red Orange. HEX triplet: FF, 47 and 2A. RGB value is (255,71,42). Sum of RGB (Red+Green+Blue) = 255+71+42=368 (48% of max value = 765). Red value is 255 (100% from 255 or 69.29% from 368); Green value is 71 (28.12% from 255 or 19.29% from 368); Blue value is 42 (16.80% from 255 or 11.41% from 368); Max value from RGB is 255 - color contains mainly: red. Hex color #FF472A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF472A is #00B8D5. Grayscale: #7B7B7B. Windows color (decimal): -47318 or 2770943. OLE color: 2770943.
HSL color Cylindrical-coordinate representation of color #FF472A: hue angle of 8.17º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FF472A is Cyan = 0, Magento = 0.72, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 71 | 42 | - |
| CMYK | 0 | 0.72 | 0.84 | 0 |
| HSL | 8.17º | 1% | 0.58% | - |
| HSV(B) | 8.17º | 0.84% | 1% | - |
| XYZ | 43.91 | 25.93 | 4.88 | - |
| YUV | 122.71 | 82.46 | 222.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 71 | 42 | 0 | 0.72 | 0.84 | 0 | 8.17 | 1 | 0.58 |
| Hex | FF | 47 | 2A | 0 | 48 | 54 | 0 | 8 | 64 | 3A |
| Octal | 377 | 107 | 52 | 0 | 110 | 124 | 0 | 10 | 144 | 72 |
| Binary | 11111111 | 1000111 | 101010 | 0 | 1001000 | 1010100 | 0 | 1000 | 1100100 | 111010 |
Color Harmonies of #FF472A
Complementary color
Monochromatic Colors of #FF472A
Black with #FF472A
Text Example
Text Example
White with #FF472A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF472A; }
p { color: rgb(255,71,42); }
H1.HeaderClassName
{
color: #FF472A;
}
.AnyTagClassName
{
color: #FF472A;
}
</style>
background-color css
<style>
a { background-color: #FF472A; }
a { background-color: rgb(255,71,42); }
div.DivClassName
{
background-color: #FF472A;
}
.BgClassName
{
background-color: #FF472A;
}
</style>
border-color css
<style>
span { border-color: #FF472A; }
span { border-color: rgb(255,71,42); }
td.TdClassName
{
border-color: #FF472A;
}
.TagClassName
{
border-color: #FF472A;
}
</style>