Shades of Red Orange #FC2C1D
Tints of Red Orange #FC2C1D
RGB
CMYK
RGB Variations
Color information
#FC2C1D (or 0xFC2C1D) is known color: Red Orange. HEX triplet: FC, 2C and 1D. RGB value is (252,44,29). Sum of RGB (Red+Green+Blue) = 252+44+29=325 (43% of max value = 765). Red value is 252 (98.83% from 255 or 77.54% from 325); Green value is 44 (17.58% from 255 or 13.54% from 325); Blue value is 29 (11.72% from 255 or 8.92% from 325); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2C1D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2C1D is #03D3E2. Grayscale: #686868. Windows color (decimal): -250851 or 1912060. OLE color: 1912060.
HSL color Cylindrical-coordinate representation of color #FC2C1D: hue angle of 4.04º 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 #FC2C1D is Cyan = 0, Magento = 0.83, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 44 | 29 | - |
| CMYK | 0 | 0.83 | 0.88 | 0.01 |
| HSL | 4.04º | 0.97% | 0.55% | - |
| HSV(B) | 4.04º | 0.88% | 0.99% | - |
| XYZ | 41.27 | 22.59 | 3.35 | - |
| YUV | 104.48 | 85.41 | 233.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 44 | 29 | 0 | 0.83 | 0.88 | 0.01 | 4.04 | 0.97 | 0.55 |
| Hex | FC | 2C | 1D | 0 | 53 | 58 | 1 | 4 | 61 | 37 |
| Octal | 374 | 54 | 35 | 0 | 123 | 130 | 1 | 4 | 141 | 67 |
| Binary | 11111100 | 101100 | 11101 | 0 | 1010011 | 1011000 | 1 | 100 | 1100001 | 110111 |
Color Harmonies of #FC2C1D
Complementary color
Monochromatic Colors of #FC2C1D
Black with #FC2C1D
Text Example
Text Example
White with #FC2C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2C1D; }
p { color: rgb(252,44,29); }
H1.HeaderClassName
{
color: #FC2C1D;
}
.AnyTagClassName
{
color: #FC2C1D;
}
</style>
background-color css
<style>
a { background-color: #FC2C1D; }
a { background-color: rgb(252,44,29); }
div.DivClassName
{
background-color: #FC2C1D;
}
.BgClassName
{
background-color: #FC2C1D;
}
</style>
border-color css
<style>
span { border-color: #FC2C1D; }
span { border-color: rgb(252,44,29); }
td.TdClassName
{
border-color: #FC2C1D;
}
.TagClassName
{
border-color: #FC2C1D;
}
</style>