Shades of Red Orange #FF312B
Tints of Red Orange #FF312B
RGB
CMYK
RGB Variations
Color information
#FF312B (or 0xFF312B) is known color: Red Orange. HEX triplet: FF, 31 and 2B. RGB value is (255,49,43). Sum of RGB (Red+Green+Blue) = 255+49+43=347 (45% of max value = 765). Red value is 255 (100% from 255 or 73.49% from 347); Green value is 49 (19.53% from 255 or 14.12% from 347); Blue value is 43 (17.19% from 255 or 12.39% from 347); Max value from RGB is 255 - color contains mainly: red. Hex color #FF312B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF312B is #00CED4. Grayscale: #6E6E6E. Windows color (decimal): -52949 or 2830847. OLE color: 2830847.
HSL color Cylindrical-coordinate representation of color #FF312B: hue angle of 1.7º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FF312B is Cyan = 0, Magento = 0.81, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 49 | 43 | - |
| CMYK | 0 | 0.81 | 0.83 | 0 |
| HSL | 1.7º | 1% | 0.58% | - |
| HSV(B) | 1.7º | 0.83% | 1% | - |
| XYZ | 42.77 | 23.63 | 4.59 | - |
| YUV | 109.91 | 90.25 | 231.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 49 | 43 | 0 | 0.81 | 0.83 | 0 | 1.7 | 1 | 0.58 |
| Hex | FF | 31 | 2B | 0 | 51 | 53 | 0 | 2 | 64 | 3A |
| Octal | 377 | 61 | 53 | 0 | 121 | 123 | 0 | 2 | 144 | 72 |
| Binary | 11111111 | 110001 | 101011 | 0 | 1010001 | 1010011 | 0 | 10 | 1100100 | 111010 |
Color Harmonies of #FF312B
Complementary color
Monochromatic Colors of #FF312B
Black with #FF312B
Text Example
Text Example
White with #FF312B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF312B; }
p { color: rgb(255,49,43); }
H1.HeaderClassName
{
color: #FF312B;
}
.AnyTagClassName
{
color: #FF312B;
}
</style>
background-color css
<style>
a { background-color: #FF312B; }
a { background-color: rgb(255,49,43); }
div.DivClassName
{
background-color: #FF312B;
}
.BgClassName
{
background-color: #FF312B;
}
</style>
border-color css
<style>
span { border-color: #FF312B; }
span { border-color: rgb(255,49,43); }
td.TdClassName
{
border-color: #FF312B;
}
.TagClassName
{
border-color: #FF312B;
}
</style>