Shades of Red Orange #FC2E2C
Tints of Red Orange #FC2E2C
RGB
CMYK
RGB Variations
Color information
#FC2E2C (or 0xFC2E2C) is known color: Red Orange. HEX triplet: FC, 2E and 2C. RGB value is (252,46,44). Sum of RGB (Red+Green+Blue) = 252+46+44=342 (45% of max value = 765). Red value is 252 (98.83% from 255 or 73.68% from 342); Green value is 46 (18.36% from 255 or 13.45% from 342); Blue value is 44 (17.58% from 255 or 12.87% from 342); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2E2C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2E2C is #03D1D3. Grayscale: #6B6B6B. Windows color (decimal): -250324 or 2895612. OLE color: 2895612.
HSL color Cylindrical-coordinate representation of color #FC2E2C: hue angle of 0.58º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FC2E2C is Cyan = 0, Magento = 0.82, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 46 | 44 | - |
| CMYK | 0 | 0.82 | 0.83 | 0.01 |
| HSL | 0.58º | 0.97% | 0.58% | - |
| HSV(B) | 0.58º | 0.83% | 0.99% | - |
| XYZ | 41.58 | 22.83 | 4.6 | - |
| YUV | 107.37 | 92.25 | 231.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 46 | 44 | 0 | 0.82 | 0.83 | 0.01 | 0.58 | 0.97 | 0.58 |
| Hex | FC | 2E | 2C | 0 | 52 | 53 | 1 | 1 | 61 | 3A |
| Octal | 374 | 56 | 54 | 0 | 122 | 123 | 1 | 1 | 141 | 72 |
| Binary | 11111100 | 101110 | 101100 | 0 | 1010010 | 1010011 | 1 | 1 | 1100001 | 111010 |
Color Harmonies of #FC2E2C
Complementary color
Monochromatic Colors of #FC2E2C
Black with #FC2E2C
Text Example
Text Example
White with #FC2E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2E2C; }
p { color: rgb(252,46,44); }
H1.HeaderClassName
{
color: #FC2E2C;
}
.AnyTagClassName
{
color: #FC2E2C;
}
</style>
background-color css
<style>
a { background-color: #FC2E2C; }
a { background-color: rgb(252,46,44); }
div.DivClassName
{
background-color: #FC2E2C;
}
.BgClassName
{
background-color: #FC2E2C;
}
</style>
border-color css
<style>
span { border-color: #FC2E2C; }
span { border-color: rgb(252,46,44); }
td.TdClassName
{
border-color: #FC2E2C;
}
.TagClassName
{
border-color: #FC2E2C;
}
</style>