Shades of Red Orange #FF321C
Tints of Red Orange #FF321C
RGB
CMYK
RGB Variations
Color information
#FF321C (or 0xFF321C) is known color: Red Orange. HEX triplet: FF, 32 and 1C. RGB value is (255,50,28). Sum of RGB (Red+Green+Blue) = 255+50+28=333 (44% of max value = 765). Red value is 255 (100% from 255 or 76.58% from 333); Green value is 50 (19.92% from 255 or 15.02% from 333); Blue value is 28 (11.33% from 255 or 8.41% from 333); Max value from RGB is 255 - color contains mainly: red. Hex color #FF321C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF321C is #00CDE3. Grayscale: #6D6D6D. Windows color (decimal): -52708 or 1848063. OLE color: 1848063.
HSL color Cylindrical-coordinate representation of color #FF321C: hue angle of 5.81º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FF321C is Cyan = 0, Magento = 0.80, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 50 | 28 | - |
| CMYK | 0 | 0.80 | 0.89 | 0 |
| HSL | 5.81º | 1% | 0.55% | - |
| HSV(B) | 5.81º | 0.89% | 1% | - |
| XYZ | 42.59 | 23.63 | 3.41 | - |
| YUV | 108.79 | 82.42 | 232.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 50 | 28 | 0 | 0.80 | 0.89 | 0 | 5.81 | 1 | 0.55 |
| Hex | FF | 32 | 1C | 0 | 50 | 59 | 0 | 6 | 64 | 37 |
| Octal | 377 | 62 | 34 | 0 | 120 | 131 | 0 | 6 | 144 | 67 |
| Binary | 11111111 | 110010 | 11100 | 0 | 1010000 | 1011001 | 0 | 110 | 1100100 | 110111 |
Color Harmonies of #FF321C
Complementary color
Monochromatic Colors of #FF321C
Black with #FF321C
Text Example
Text Example
White with #FF321C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF321C; }
p { color: rgb(255,50,28); }
H1.HeaderClassName
{
color: #FF321C;
}
.AnyTagClassName
{
color: #FF321C;
}
</style>
background-color css
<style>
a { background-color: #FF321C; }
a { background-color: rgb(255,50,28); }
div.DivClassName
{
background-color: #FF321C;
}
.BgClassName
{
background-color: #FF321C;
}
</style>
border-color css
<style>
span { border-color: #FF321C; }
span { border-color: rgb(255,50,28); }
td.TdClassName
{
border-color: #FF321C;
}
.TagClassName
{
border-color: #FF321C;
}
</style>