Shades of Red Orange #FF321D
Tints of Red Orange #FF321D
RGB
CMYK
RGB Variations
Color information
#FF321D (or 0xFF321D) is known color: Red Orange. HEX triplet: FF, 32 and 1D. RGB value is (255,50,29). Sum of RGB (Red+Green+Blue) = 255+50+29=334 (44% of max value = 765). Red value is 255 (100% from 255 or 76.35% from 334); Green value is 50 (19.92% from 255 or 14.97% from 334); Blue value is 29 (11.72% from 255 or 8.68% from 334); Max value from RGB is 255 - color contains mainly: red. Hex color #FF321D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF321D is #00CDE2. Grayscale: #6D6D6D. Windows color (decimal): -52707 or 1913599. OLE color: 1913599.
HSL color Cylindrical-coordinate representation of color #FF321D: hue angle of 5.58º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FF321D is Cyan = 0, Magento = 0.80, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 50 | 29 | - |
| CMYK | 0 | 0.80 | 0.89 | 0 |
| HSL | 5.58º | 1% | 0.56% | - |
| HSV(B) | 5.58º | 0.89% | 1% | - |
| XYZ | 42.6 | 23.63 | 3.48 | - |
| YUV | 108.9 | 82.92 | 232.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 50 | 29 | 0 | 0.80 | 0.89 | 0 | 5.58 | 1 | 0.56 |
| Hex | FF | 32 | 1D | 0 | 50 | 59 | 0 | 6 | 64 | 38 |
| Octal | 377 | 62 | 35 | 0 | 120 | 131 | 0 | 6 | 144 | 70 |
| Binary | 11111111 | 110010 | 11101 | 0 | 1010000 | 1011001 | 0 | 110 | 1100100 | 111000 |
Color Harmonies of #FF321D
Complementary color
Monochromatic Colors of #FF321D
Black with #FF321D
Text Example
Text Example
White with #FF321D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF321D; }
p { color: rgb(255,50,29); }
H1.HeaderClassName
{
color: #FF321D;
}
.AnyTagClassName
{
color: #FF321D;
}
</style>
background-color css
<style>
a { background-color: #FF321D; }
a { background-color: rgb(255,50,29); }
div.DivClassName
{
background-color: #FF321D;
}
.BgClassName
{
background-color: #FF321D;
}
</style>
border-color css
<style>
span { border-color: #FF321D; }
span { border-color: rgb(255,50,29); }
td.TdClassName
{
border-color: #FF321D;
}
.TagClassName
{
border-color: #FF321D;
}
</style>