Shades of Red Orange #FC2C27
Tints of Red Orange #FC2C27
RGB
CMYK
RGB Variations
Color information
#FC2C27 (or 0xFC2C27) is known color: Red Orange. HEX triplet: FC, 2C and 27. RGB value is (252,44,39). Sum of RGB (Red+Green+Blue) = 252+44+39=335 (44% of max value = 765). Red value is 252 (98.83% from 255 or 75.22% from 335); Green value is 44 (17.58% from 255 or 13.13% from 335); Blue value is 39 (15.62% from 255 or 11.64% from 335); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2C27 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2C27 is #03D3D8. Grayscale: #696969. Windows color (decimal): -250841 or 2567420. OLE color: 2567420.
HSL color Cylindrical-coordinate representation of color #FC2C27: hue angle of 1.41º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FC2C27 is Cyan = 0, Magento = 0.83, Yellow = 0.85 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 44 | 39 | - |
| CMYK | 0 | 0.83 | 0.85 | 0.01 |
| HSL | 1.41º | 0.97% | 0.57% | - |
| HSV(B) | 1.41º | 0.85% | 0.99% | - |
| XYZ | 41.41 | 22.64 | 4.11 | - |
| YUV | 105.62 | 90.41 | 232.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 44 | 39 | 0 | 0.83 | 0.85 | 0.01 | 1.41 | 0.97 | 0.57 |
| Hex | FC | 2C | 27 | 0 | 53 | 55 | 1 | 1 | 61 | 39 |
| Octal | 374 | 54 | 47 | 0 | 123 | 125 | 1 | 1 | 141 | 71 |
| Binary | 11111100 | 101100 | 100111 | 0 | 1010011 | 1010101 | 1 | 1 | 1100001 | 111001 |
Color Harmonies of #FC2C27
Complementary color
Monochromatic Colors of #FC2C27
Black with #FC2C27
Text Example
Text Example
White with #FC2C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2C27; }
p { color: rgb(252,44,39); }
H1.HeaderClassName
{
color: #FC2C27;
}
.AnyTagClassName
{
color: #FC2C27;
}
</style>
background-color css
<style>
a { background-color: #FC2C27; }
a { background-color: rgb(252,44,39); }
div.DivClassName
{
background-color: #FC2C27;
}
.BgClassName
{
background-color: #FC2C27;
}
</style>
border-color css
<style>
span { border-color: #FC2C27; }
span { border-color: rgb(252,44,39); }
td.TdClassName
{
border-color: #FC2C27;
}
.TagClassName
{
border-color: #FC2C27;
}
</style>