Shades of Red Orange #FF3127
Tints of Red Orange #FF3127
RGB
CMYK
RGB Variations
Color information
#FF3127 (or 0xFF3127) is known color: Red Orange. HEX triplet: FF, 31 and 27. RGB value is (255,49,39). Sum of RGB (Red+Green+Blue) = 255+49+39=343 (45% of max value = 765). Red value is 255 (100% from 255 or 74.34% from 343); Green value is 49 (19.53% from 255 or 14.29% from 343); Blue value is 39 (15.62% from 255 or 11.37% from 343); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3127 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3127 is #00CED8. Grayscale: #6D6D6D. Windows color (decimal): -52953 or 2568703. OLE color: 2568703.
HSL color Cylindrical-coordinate representation of color #FF3127: hue angle of 2.78º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FF3127 is Cyan = 0, Magento = 0.81, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 49 | 39 | - |
| CMYK | 0 | 0.81 | 0.85 | 0 |
| HSL | 2.78º | 1% | 0.58% | - |
| HSV(B) | 2.78º | 0.85% | 1% | - |
| XYZ | 42.7 | 23.6 | 4.22 | - |
| YUV | 109.45 | 88.25 | 231.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 49 | 39 | 0 | 0.81 | 0.85 | 0 | 2.78 | 1 | 0.58 |
| Hex | FF | 31 | 27 | 0 | 51 | 55 | 0 | 3 | 64 | 3A |
| Octal | 377 | 61 | 47 | 0 | 121 | 125 | 0 | 3 | 144 | 72 |
| Binary | 11111111 | 110001 | 100111 | 0 | 1010001 | 1010101 | 0 | 11 | 1100100 | 111010 |
Color Harmonies of #FF3127
Complementary color
Monochromatic Colors of #FF3127
Black with #FF3127
Text Example
Text Example
White with #FF3127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3127; }
p { color: rgb(255,49,39); }
H1.HeaderClassName
{
color: #FF3127;
}
.AnyTagClassName
{
color: #FF3127;
}
</style>
background-color css
<style>
a { background-color: #FF3127; }
a { background-color: rgb(255,49,39); }
div.DivClassName
{
background-color: #FF3127;
}
.BgClassName
{
background-color: #FF3127;
}
</style>
border-color css
<style>
span { border-color: #FF3127; }
span { border-color: rgb(255,49,39); }
td.TdClassName
{
border-color: #FF3127;
}
.TagClassName
{
border-color: #FF3127;
}
</style>