Shades of Red Orange #FC321D
Tints of Red Orange #FC321D
RGB
CMYK
RGB Variations
Color information
#FC321D (or 0xFC321D) is known color: Red Orange. HEX triplet: FC, 32 and 1D. RGB value is (252,50,29). Sum of RGB (Red+Green+Blue) = 252+50+29=331 (43% of max value = 765). Red value is 252 (98.83% from 255 or 76.13% from 331); Green value is 50 (19.92% from 255 or 15.11% from 331); Blue value is 29 (11.72% from 255 or 8.76% from 331); Max value from RGB is 252 - color contains mainly: red. Hex color #FC321D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC321D is #03CDE2. Grayscale: #6C6C6C. Windows color (decimal): -249315 or 1913596. OLE color: 1913596.
HSL color Cylindrical-coordinate representation of color #FC321D: hue angle of 5.65º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FC321D is Cyan = 0, Magento = 0.80, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 50 | 29 | - |
| CMYK | 0 | 0.80 | 0.88 | 0.01 |
| HSL | 5.65º | 0.97% | 0.55% | - |
| HSV(B) | 5.65º | 0.88% | 0.99% | - |
| XYZ | 41.51 | 23.07 | 3.43 | - |
| YUV | 108 | 83.42 | 230.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 50 | 29 | 0 | 0.80 | 0.88 | 0.01 | 5.65 | 0.97 | 0.55 |
| Hex | FC | 32 | 1D | 0 | 50 | 58 | 1 | 6 | 61 | 37 |
| Octal | 374 | 62 | 35 | 0 | 120 | 130 | 1 | 6 | 141 | 67 |
| Binary | 11111100 | 110010 | 11101 | 0 | 1010000 | 1011000 | 1 | 110 | 1100001 | 110111 |
Color Harmonies of #FC321D
Complementary color
Monochromatic Colors of #FC321D
Black with #FC321D
Text Example
Text Example
White with #FC321D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC321D; }
p { color: rgb(252,50,29); }
H1.HeaderClassName
{
color: #FC321D;
}
.AnyTagClassName
{
color: #FC321D;
}
</style>
background-color css
<style>
a { background-color: #FC321D; }
a { background-color: rgb(252,50,29); }
div.DivClassName
{
background-color: #FC321D;
}
.BgClassName
{
background-color: #FC321D;
}
</style>
border-color css
<style>
span { border-color: #FC321D; }
span { border-color: rgb(252,50,29); }
td.TdClassName
{
border-color: #FC321D;
}
.TagClassName
{
border-color: #FC321D;
}
</style>