Shades of Red Orange #FF321E
Tints of Red Orange #FF321E
RGB
CMYK
RGB Variations
Color information
#FF321E (or 0xFF321E) is known color: Red Orange. HEX triplet: FF, 32 and 1E. RGB value is (255,50,30). Sum of RGB (Red+Green+Blue) = 255+50+30=335 (44% of max value = 765). Red value is 255 (100% from 255 or 76.12% from 335); Green value is 50 (19.92% from 255 or 14.93% from 335); Blue value is 30 (12.11% from 255 or 8.96% from 335); Max value from RGB is 255 - color contains mainly: red. Hex color #FF321E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF321E is #00CDE1. Grayscale: #6D6D6D. Windows color (decimal): -52706 or 1979135. OLE color: 1979135.
HSL color Cylindrical-coordinate representation of color #FF321E: hue angle of 5.33º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FF321E is Cyan = 0, Magento = 0.80, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 50 | 30 | - |
| CMYK | 0 | 0.80 | 0.88 | 0 |
| HSL | 5.33º | 1% | 0.56% | - |
| HSV(B) | 5.33º | 0.88% | 1% | - |
| XYZ | 42.61 | 23.63 | 3.54 | - |
| YUV | 109.02 | 83.42 | 232.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 50 | 30 | 0 | 0.80 | 0.88 | 0 | 5.33 | 1 | 0.56 |
| Hex | FF | 32 | 1E | 0 | 50 | 58 | 0 | 5 | 64 | 38 |
| Octal | 377 | 62 | 36 | 0 | 120 | 130 | 0 | 5 | 144 | 70 |
| Binary | 11111111 | 110010 | 11110 | 0 | 1010000 | 1011000 | 0 | 101 | 1100100 | 111000 |
Color Harmonies of #FF321E
Complementary color
Monochromatic Colors of #FF321E
Black with #FF321E
Text Example
Text Example
White with #FF321E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF321E; }
p { color: rgb(255,50,30); }
H1.HeaderClassName
{
color: #FF321E;
}
.AnyTagClassName
{
color: #FF321E;
}
</style>
background-color css
<style>
a { background-color: #FF321E; }
a { background-color: rgb(255,50,30); }
div.DivClassName
{
background-color: #FF321E;
}
.BgClassName
{
background-color: #FF321E;
}
</style>
border-color css
<style>
span { border-color: #FF321E; }
span { border-color: rgb(255,50,30); }
td.TdClassName
{
border-color: #FF321E;
}
.TagClassName
{
border-color: #FF321E;
}
</style>