Shades of Red Orange #FF3128
Tints of Red Orange #FF3128
RGB
CMYK
RGB Variations
Color information
#FF3128 (or 0xFF3128) is known color: Red Orange. HEX triplet: FF, 31 and 28. RGB value is (255,49,40). Sum of RGB (Red+Green+Blue) = 255+49+40=344 (45% of max value = 765). Red value is 255 (100% from 255 or 74.13% from 344); Green value is 49 (19.53% from 255 or 14.24% from 344); Blue value is 40 (16.02% from 255 or 11.63% from 344); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3128 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3128 is #00CED7. Grayscale: #6D6D6D. Windows color (decimal): -52952 or 2634239. OLE color: 2634239.
HSL color Cylindrical-coordinate representation of color #FF3128: hue angle of 2.51º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FF3128 is Cyan = 0, Magento = 0.81, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 49 | 40 | - |
| CMYK | 0 | 0.81 | 0.84 | 0 |
| HSL | 2.51º | 1% | 0.58% | - |
| HSV(B) | 2.51º | 0.84% | 1% | - |
| XYZ | 42.72 | 23.61 | 4.31 | - |
| YUV | 109.57 | 88.75 | 231.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 49 | 40 | 0 | 0.81 | 0.84 | 0 | 2.51 | 1 | 0.58 |
| Hex | FF | 31 | 28 | 0 | 51 | 54 | 0 | 3 | 64 | 3A |
| Octal | 377 | 61 | 50 | 0 | 121 | 124 | 0 | 3 | 144 | 72 |
| Binary | 11111111 | 110001 | 101000 | 0 | 1010001 | 1010100 | 0 | 11 | 1100100 | 111010 |
Color Harmonies of #FF3128
Complementary color
Monochromatic Colors of #FF3128
Black with #FF3128
Text Example
Text Example
White with #FF3128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3128; }
p { color: rgb(255,49,40); }
H1.HeaderClassName
{
color: #FF3128;
}
.AnyTagClassName
{
color: #FF3128;
}
</style>
background-color css
<style>
a { background-color: #FF3128; }
a { background-color: rgb(255,49,40); }
div.DivClassName
{
background-color: #FF3128;
}
.BgClassName
{
background-color: #FF3128;
}
</style>
border-color css
<style>
span { border-color: #FF3128; }
span { border-color: rgb(255,49,40); }
td.TdClassName
{
border-color: #FF3128;
}
.TagClassName
{
border-color: #FF3128;
}
</style>