Shades of Red Orange #FF3124
Tints of Red Orange #FF3124
RGB
CMYK
RGB Variations
Color information
#FF3124 (or 0xFF3124) is known color: Red Orange. HEX triplet: FF, 31 and 24. RGB value is (255,49,36). Sum of RGB (Red+Green+Blue) = 255+49+36=340 (45% of max value = 765). Red value is 255 (100% from 255 or 75% from 340); Green value is 49 (19.53% from 255 or 14.41% from 340); Blue value is 36 (14.45% from 255 or 10.59% from 340); Max value from RGB is 255 - color contains mainly: red. Hex color #FF3124 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF3124 is #00CEDB. Grayscale: #6D6D6D. Windows color (decimal): -52956 or 2372095. OLE color: 2372095.
HSL color Cylindrical-coordinate representation of color #FF3124: hue angle of 3.56º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FF3124 is Cyan = 0, Magento = 0.81, Yellow = 0.86 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 49 | 36 | - |
| CMYK | 0 | 0.81 | 0.86 | 0 |
| HSL | 3.56º | 1% | 0.57% | - |
| HSV(B) | 3.56º | 0.86% | 1% | - |
| XYZ | 42.66 | 23.58 | 3.97 | - |
| YUV | 109.11 | 86.75 | 232.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 49 | 36 | 0 | 0.81 | 0.86 | 0 | 3.56 | 1 | 0.57 |
| Hex | FF | 31 | 24 | 0 | 51 | 56 | 0 | 4 | 64 | 39 |
| Octal | 377 | 61 | 44 | 0 | 121 | 126 | 0 | 4 | 144 | 71 |
| Binary | 11111111 | 110001 | 100100 | 0 | 1010001 | 1010110 | 0 | 100 | 1100100 | 111001 |
Color Harmonies of #FF3124
Complementary color
Monochromatic Colors of #FF3124
Black with #FF3124
Text Example
Text Example
White with #FF3124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF3124; }
p { color: rgb(255,49,36); }
H1.HeaderClassName
{
color: #FF3124;
}
.AnyTagClassName
{
color: #FF3124;
}
</style>
background-color css
<style>
a { background-color: #FF3124; }
a { background-color: rgb(255,49,36); }
div.DivClassName
{
background-color: #FF3124;
}
.BgClassName
{
background-color: #FF3124;
}
</style>
border-color css
<style>
span { border-color: #FF3124; }
span { border-color: rgb(255,49,36); }
td.TdClassName
{
border-color: #FF3124;
}
.TagClassName
{
border-color: #FF3124;
}
</style>