Shades of Red Orange #FF4631
Tints of Red Orange #FF4631
RGB
CMYK
RGB Variations
Color information
#FF4631 (or 0xFF4631) is known color: Red Orange. HEX triplet: FF, 46 and 31. RGB value is (255,70,49). Sum of RGB (Red+Green+Blue) = 255+70+49=374 (49% of max value = 765). Red value is 255 (100% from 255 or 68.18% from 374); Green value is 70 (27.73% from 255 or 18.72% from 374); Blue value is 49 (19.53% from 255 or 13.10% from 374); Max value from RGB is 255 - color contains mainly: red. Hex color #FF4631 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF4631 is #00B9CE. Grayscale: #7B7B7B. Windows color (decimal): -47567 or 3229439. OLE color: 3229439.
HSL color Cylindrical-coordinate representation of color #FF4631: hue angle of 6.12º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FF4631 is Cyan = 0, Magento = 0.73, Yellow = 0.81 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 70 | 49 | - |
| CMYK | 0 | 0.73 | 0.81 | 0 |
| HSL | 6.12º | 1% | 0.6% | - |
| HSV(B) | 6.12º | 0.81% | 1% | - |
| XYZ | 43.98 | 25.86 | 5.58 | - |
| YUV | 122.92 | 86.29 | 222.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 70 | 49 | 0 | 0.73 | 0.81 | 0 | 6.12 | 1 | 0.6 |
| Hex | FF | 46 | 31 | 0 | 49 | 51 | 0 | 6 | 64 | 3C |
| Octal | 377 | 106 | 61 | 0 | 111 | 121 | 0 | 6 | 144 | 74 |
| Binary | 11111111 | 1000110 | 110001 | 0 | 1001001 | 1010001 | 0 | 110 | 1100100 | 111100 |
Color Harmonies of #FF4631
Complementary color
Monochromatic Colors of #FF4631
Black with #FF4631
Text Example
Text Example
White with #FF4631
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF4631; }
p { color: rgb(255,70,49); }
H1.HeaderClassName
{
color: #FF4631;
}
.AnyTagClassName
{
color: #FF4631;
}
</style>
background-color css
<style>
a { background-color: #FF4631; }
a { background-color: rgb(255,70,49); }
div.DivClassName
{
background-color: #FF4631;
}
.BgClassName
{
background-color: #FF4631;
}
</style>
border-color css
<style>
span { border-color: #FF4631; }
span { border-color: rgb(255,70,49); }
td.TdClassName
{
border-color: #FF4631;
}
.TagClassName
{
border-color: #FF4631;
}
</style>