Shades of Red Orange #FF3B31
Tints of Red Orange #FF3B31
RGB
CMYK
RGB Variations
Color information
#FF3B31 (or 0xFF3B31) is known color: Red Orange. HEX triplet: FF, 3B and 31. RGB value is (255,59,49). Sum of RGB (Red+Green+Blue) = 255+59+49=363 (48% of max value = 765). Red value is 255 (100% from 255 or 70.25% from 363); Green value is 59 (23.44% from 255 or 16.25% from 363); Blue value is 49 (19.53% from 255 or 13.50% from 363); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3B31 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3B31 is #00C4CE. Grayscale: #747474. Windows color (decimal): -50383 or 3226623. OLE color: 3226623.
HSL color Cylindrical-coordinate representation of color #FF3B31: hue angle of 2.91º 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 #FF3B31 is Cyan = 0, Magento = 0.77, Yellow = 0.81 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 59 | 49 | - |
| CMYK | 0 | 0.77 | 0.81 | 0 |
| HSL | 2.91º | 1% | 0.6% | - |
| HSV(B) | 2.91º | 0.81% | 1% | - |
| XYZ | 43.36 | 24.61 | 5.37 | - |
| YUV | 116.46 | 89.93 | 226.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 59 | 49 | 0 | 0.77 | 0.81 | 0 | 2.91 | 1 | 0.6 |
| Hex | FF | 3B | 31 | 0 | 4D | 51 | 0 | 3 | 64 | 3C |
| Octal | 377 | 73 | 61 | 0 | 115 | 121 | 0 | 3 | 144 | 74 |
| Binary | 11111111 | 111011 | 110001 | 0 | 1001101 | 1010001 | 0 | 11 | 1100100 | 111100 |
Color Harmonies of #FF3B31
Complementary color
Monochromatic Colors of #FF3B31
Black with #FF3B31
Text Example
Text Example
White with #FF3B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3B31; }
p { color: rgb(255,59,49); }
H1.HeaderClassName
{
color: #FF3B31;
}
.AnyTagClassName
{
color: #FF3B31;
}
</style>
background-color css
<style>
a { background-color: #FF3B31; }
a { background-color: rgb(255,59,49); }
div.DivClassName
{
background-color: #FF3B31;
}
.BgClassName
{
background-color: #FF3B31;
}
</style>
border-color css
<style>
span { border-color: #FF3B31; }
span { border-color: rgb(255,59,49); }
td.TdClassName
{
border-color: #FF3B31;
}
.TagClassName
{
border-color: #FF3B31;
}
</style>