Shades of Red Orange #FC2C23
Tints of Red Orange #FC2C23
RGB
CMYK
RGB Variations
Color information
#FC2C23 (or 0xFC2C23) is known color: Red Orange. HEX triplet: FC, 2C and 23. RGB value is (252,44,35). Sum of RGB (Red+Green+Blue) = 252+44+35=331 (43% of max value = 765). Red value is 252 (98.83% from 255 or 76.13% from 331); Green value is 44 (17.58% from 255 or 13.29% from 331); Blue value is 35 (14.06% from 255 or 10.57% from 331); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2C23 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC2C23 is #03D3DC. Grayscale: #696969. Windows color (decimal): -250845 or 2305276. OLE color: 2305276.
HSL color Cylindrical-coordinate representation of color #FC2C23: hue angle of 2.49º degrees, saturation: 0.97, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FC2C23 is Cyan = 0, Magento = 0.83, Yellow = 0.86 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 44 | 35 | - |
| CMYK | 0 | 0.83 | 0.86 | 0.01 |
| HSL | 2.49º | 0.97% | 0.56% | - |
| HSV(B) | 2.49º | 0.86% | 0.99% | - |
| XYZ | 41.35 | 22.62 | 3.78 | - |
| YUV | 105.17 | 88.41 | 232.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 44 | 35 | 0 | 0.83 | 0.86 | 0.01 | 2.49 | 0.97 | 0.56 |
| Hex | FC | 2C | 23 | 0 | 53 | 56 | 1 | 2 | 61 | 38 |
| Octal | 374 | 54 | 43 | 0 | 123 | 126 | 1 | 2 | 141 | 70 |
| Binary | 11111100 | 101100 | 100011 | 0 | 1010011 | 1010110 | 1 | 10 | 1100001 | 111000 |
Color Harmonies of #FC2C23
Complementary color
Monochromatic Colors of #FC2C23
Black with #FC2C23
Text Example
Text Example
White with #FC2C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2C23; }
p { color: rgb(252,44,35); }
H1.HeaderClassName
{
color: #FC2C23;
}
.AnyTagClassName
{
color: #FC2C23;
}
</style>
background-color css
<style>
a { background-color: #FC2C23; }
a { background-color: rgb(252,44,35); }
div.DivClassName
{
background-color: #FC2C23;
}
.BgClassName
{
background-color: #FC2C23;
}
</style>
border-color css
<style>
span { border-color: #FC2C23; }
span { border-color: rgb(252,44,35); }
td.TdClassName
{
border-color: #FC2C23;
}
.TagClassName
{
border-color: #FC2C23;
}
</style>