Shades of Red Orange #FF3E31
Tints of Red Orange #FF3E31
RGB
CMYK
RGB Variations
Color information
#FF3E31 (or 0xFF3E31) is known color: Red Orange. HEX triplet: FF, 3E and 31. RGB value is (255,62,49). Sum of RGB (Red+Green+Blue) = 255+62+49=366 (48% of max value = 765). Red value is 255 (100% from 255 or 69.67% from 366); Green value is 62 (24.61% from 255 or 16.94% from 366); Blue value is 49 (19.53% from 255 or 13.39% from 366); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3E31 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3E31 is #00C1CE. Grayscale: #767676. Windows color (decimal): -49615 or 3227391. OLE color: 3227391.
HSL color Cylindrical-coordinate representation of color #FF3E31: hue angle of 3.79º 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 #FF3E31 is Cyan = 0, Magento = 0.76, Yellow = 0.81 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 62 | 49 | - |
| CMYK | 0 | 0.76 | 0.81 | 0 |
| HSL | 3.79º | 1% | 0.6% | - |
| HSV(B) | 3.79º | 0.81% | 1% | - |
| XYZ | 43.52 | 24.93 | 5.42 | - |
| YUV | 118.23 | 88.94 | 225.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 62 | 49 | 0 | 0.76 | 0.81 | 0 | 3.79 | 1 | 0.6 |
| Hex | FF | 3E | 31 | 0 | 4C | 51 | 0 | 4 | 64 | 3C |
| Octal | 377 | 76 | 61 | 0 | 114 | 121 | 0 | 4 | 144 | 74 |
| Binary | 11111111 | 111110 | 110001 | 0 | 1001100 | 1010001 | 0 | 100 | 1100100 | 111100 |
Color Harmonies of #FF3E31
Complementary color
Monochromatic Colors of #FF3E31
Black with #FF3E31
Text Example
Text Example
White with #FF3E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3E31; }
p { color: rgb(255,62,49); }
H1.HeaderClassName
{
color: #FF3E31;
}
.AnyTagClassName
{
color: #FF3E31;
}
</style>
background-color css
<style>
a { background-color: #FF3E31; }
a { background-color: rgb(255,62,49); }
div.DivClassName
{
background-color: #FF3E31;
}
.BgClassName
{
background-color: #FF3E31;
}
</style>
border-color css
<style>
span { border-color: #FF3E31; }
span { border-color: rgb(255,62,49); }
td.TdClassName
{
border-color: #FF3E31;
}
.TagClassName
{
border-color: #FF3E31;
}
</style>