Shades of Red Orange #FF321B
Tints of Red Orange #FF321B
RGB
CMYK
RGB Variations
Color information
#FF321B (or 0xFF321B) is known color: Red Orange. HEX triplet: FF, 32 and 1B. RGB value is (255,50,27). Sum of RGB (Red+Green+Blue) = 255+50+27=332 (43% of max value = 765). Red value is 255 (100% from 255 or 76.81% from 332); Green value is 50 (19.92% from 255 or 15.06% from 332); Blue value is 27 (10.94% from 255 or 8.13% from 332); Max value from RGB is 255 - color contains mainly: red. Hex color #FF321B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FF321B is #00CDE4. Grayscale: #6C6C6C. Windows color (decimal): -52709 or 1782527. OLE color: 1782527.
HSL color Cylindrical-coordinate representation of color #FF321B: hue angle of 6.05º 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 #FF321B is Cyan = 0, Magento = 0.80, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 50 | 27 | - |
| CMYK | 0 | 0.80 | 0.89 | 0 |
| HSL | 6.05º | 1% | 0.55% | - |
| HSV(B) | 6.05º | 0.89% | 1% | - |
| XYZ | 42.58 | 23.62 | 3.35 | - |
| YUV | 108.67 | 81.92 | 232.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 50 | 27 | 0 | 0.80 | 0.89 | 0 | 6.05 | 1 | 0.55 |
| Hex | FF | 32 | 1B | 0 | 50 | 59 | 0 | 6 | 64 | 37 |
| Octal | 377 | 62 | 33 | 0 | 120 | 131 | 0 | 6 | 144 | 67 |
| Binary | 11111111 | 110010 | 11011 | 0 | 1010000 | 1011001 | 0 | 110 | 1100100 | 110111 |
Color Harmonies of #FF321B
Complementary color
Monochromatic Colors of #FF321B
Black with #FF321B
Text Example
Text Example
White with #FF321B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF321B; }
p { color: rgb(255,50,27); }
H1.HeaderClassName
{
color: #FF321B;
}
.AnyTagClassName
{
color: #FF321B;
}
</style>
background-color css
<style>
a { background-color: #FF321B; }
a { background-color: rgb(255,50,27); }
div.DivClassName
{
background-color: #FF321B;
}
.BgClassName
{
background-color: #FF321B;
}
</style>
border-color css
<style>
span { border-color: #FF321B; }
span { border-color: rgb(255,50,27); }
td.TdClassName
{
border-color: #FF321B;
}
.TagClassName
{
border-color: #FF321B;
}
</style>