Shades of Red Orange #FF3931
Tints of Red Orange #FF3931
RGB
CMYK
RGB Variations
Color information
#FF3931 (or 0xFF3931) is known color: Red Orange. HEX triplet: FF, 39 and 31. RGB value is (255,57,49). Sum of RGB (Red+Green+Blue) = 255+57+49=361 (47% of max value = 765). Red value is 255 (100% from 255 or 70.64% from 361); Green value is 57 (22.66% from 255 or 15.79% from 361); Blue value is 49 (19.53% from 255 or 13.57% from 361); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3931 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3931 is #00C6CE. Grayscale: #737373. Windows color (decimal): -50895 or 3226111. OLE color: 3226111.
HSL color Cylindrical-coordinate representation of color #FF3931: hue angle of 2.33º 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 #FF3931 is Cyan = 0, Magento = 0.78, Yellow = 0.81 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 57 | 49 | - |
| CMYK | 0 | 0.78 | 0.81 | 0 |
| HSL | 2.33º | 1% | 0.6% | - |
| HSV(B) | 2.33º | 0.81% | 1% | - |
| XYZ | 43.26 | 24.41 | 5.34 | - |
| YUV | 115.29 | 90.6 | 227.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 57 | 49 | 0 | 0.78 | 0.81 | 0 | 2.33 | 1 | 0.6 |
| Hex | FF | 39 | 31 | 0 | 4E | 51 | 0 | 2 | 64 | 3C |
| Octal | 377 | 71 | 61 | 0 | 116 | 121 | 0 | 2 | 144 | 74 |
| Binary | 11111111 | 111001 | 110001 | 0 | 1001110 | 1010001 | 0 | 10 | 1100100 | 111100 |
Color Harmonies of #FF3931
Complementary color
Monochromatic Colors of #FF3931
Black with #FF3931
Text Example
Text Example
White with #FF3931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3931; }
p { color: rgb(255,57,49); }
H1.HeaderClassName
{
color: #FF3931;
}
.AnyTagClassName
{
color: #FF3931;
}
</style>
background-color css
<style>
a { background-color: #FF3931; }
a { background-color: rgb(255,57,49); }
div.DivClassName
{
background-color: #FF3931;
}
.BgClassName
{
background-color: #FF3931;
}
</style>
border-color css
<style>
span { border-color: #FF3931; }
span { border-color: rgb(255,57,49); }
td.TdClassName
{
border-color: #FF3931;
}
.TagClassName
{
border-color: #FF3931;
}
</style>