Shades of Red Orange #FC2C2B
Tints of Red Orange #FC2C2B
RGB
CMYK
RGB Variations
Color information
#FC2C2B (or 0xFC2C2B) is known color: Red Orange. HEX triplet: FC, 2C and 2B. RGB value is (252,44,43). Sum of RGB (Red+Green+Blue) = 252+44+43=339 (44% of max value = 765). Red value is 252 (98.83% from 255 or 74.34% from 339); Green value is 44 (17.58% from 255 or 12.98% from 339); Blue value is 43 (17.19% from 255 or 12.68% from 339); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2C2B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2C2B is #03D3D4. Grayscale: #6A6A6A. Windows color (decimal): -250837 or 2829564. OLE color: 2829564.
HSL color Cylindrical-coordinate representation of color #FC2C2B: hue angle of 0.29º 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 #FC2C2B is Cyan = 0, Magento = 0.83, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 44 | 43 | - |
| CMYK | 0 | 0.83 | 0.83 | 0.01 |
| HSL | 0.29º | 0.97% | 0.58% | - |
| HSV(B) | 0.29º | 0.83% | 0.99% | - |
| XYZ | 41.48 | 22.67 | 4.48 | - |
| YUV | 106.08 | 92.41 | 232.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 44 | 43 | 0 | 0.83 | 0.83 | 0.01 | 0.29 | 0.97 | 0.58 |
| Hex | FC | 2C | 2B | 0 | 53 | 53 | 1 | 0 | 61 | 3A |
| Octal | 374 | 54 | 53 | 0 | 123 | 123 | 1 | 0 | 141 | 72 |
| Binary | 11111100 | 101100 | 101011 | 0 | 1010011 | 1010011 | 1 | 0 | 1100001 | 111010 |
Color Harmonies of #FC2C2B
Complementary color
Monochromatic Colors of #FC2C2B
Black with #FC2C2B
Text Example
Text Example
White with #FC2C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2C2B; }
p { color: rgb(252,44,43); }
H1.HeaderClassName
{
color: #FC2C2B;
}
.AnyTagClassName
{
color: #FC2C2B;
}
</style>
background-color css
<style>
a { background-color: #FC2C2B; }
a { background-color: rgb(252,44,43); }
div.DivClassName
{
background-color: #FC2C2B;
}
.BgClassName
{
background-color: #FC2C2B;
}
</style>
border-color css
<style>
span { border-color: #FC2C2B; }
span { border-color: rgb(252,44,43); }
td.TdClassName
{
border-color: #FC2C2B;
}
.TagClassName
{
border-color: #FC2C2B;
}
</style>