Shades of Red Orange #FF3131
Tints of Red Orange #FF3131
RGB
CMYK
RGB Variations
Color information
#FF3131 (or 0xFF3131) is known color: Red Orange. HEX triplet: FF, 31 and 31. RGB value is (255,49,49). Sum of RGB (Red+Green+Blue) = 255+49+49=353 (46% of max value = 765). Red value is 255 (100% from 255 or 72.24% from 353); Green value is 49 (19.53% from 255 or 13.88% from 353); Blue value is 49 (19.53% from 255 or 13.88% from 353); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3131 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3131 is #00CECE. Grayscale: #6E6E6E. Windows color (decimal): -52943 or 3224063. OLE color: 3224063.
HSL color Cylindrical-coordinate representation of color #FF3131: hue angle of 0º 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 #FF3131 is Cyan = 0, Magento = 0.81, Yellow = 0.81 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 49 | 49 | - |
| CMYK | 0 | 0.81 | 0.81 | 0 |
| HSL | 0º | 1% | 0.6% | - |
| HSV(B) | 0º | 0.81% | 1% | - |
| XYZ | 42.89 | 23.68 | 5.22 | - |
| YUV | 110.59 | 93.25 | 231 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 49 | 49 | 0 | 0.81 | 0.81 | 0 | 0 | 1 | 0.6 |
| Hex | FF | 31 | 31 | 0 | 51 | 51 | 0 | 0 | 64 | 3C |
| Octal | 377 | 61 | 61 | 0 | 121 | 121 | 0 | 0 | 144 | 74 |
| Binary | 11111111 | 110001 | 110001 | 0 | 1010001 | 1010001 | 0 | 0 | 1100100 | 111100 |
Color Harmonies of #FF3131
Complementary color
Monochromatic Colors of #FF3131
Black with #FF3131
Text Example
Text Example
White with #FF3131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3131; }
p { color: rgb(255,49,49); }
H1.HeaderClassName
{
color: #FF3131;
}
.AnyTagClassName
{
color: #FF3131;
}
</style>
background-color css
<style>
a { background-color: #FF3131; }
a { background-color: rgb(255,49,49); }
div.DivClassName
{
background-color: #FF3131;
}
.BgClassName
{
background-color: #FF3131;
}
</style>
border-color css
<style>
span { border-color: #FF3131; }
span { border-color: rgb(255,49,49); }
td.TdClassName
{
border-color: #FF3131;
}
.TagClassName
{
border-color: #FF3131;
}
</style>