Shades of Red Orange #FC372C
Tints of Red Orange #FC372C
RGB
CMYK
RGB Variations
Color information
#FC372C (or 0xFC372C) is known color: Red Orange. HEX triplet: FC, 37 and 2C. RGB value is (252,55,44). Sum of RGB (Red+Green+Blue) = 252+55+44=351 (46% of max value = 765). Red value is 252 (98.83% from 255 or 71.79% from 351); Green value is 55 (21.88% from 255 or 15.67% from 351); Blue value is 44 (17.58% from 255 or 12.54% from 351); Max value from RGB is 252 - color contains mainly: red. Hex color #FC372C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC372C is #03C8D3. Grayscale: #707070. Windows color (decimal): -248020 or 2897916. OLE color: 2897916.
HSL color Cylindrical-coordinate representation of color #FC372C: hue angle of 3.17º 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 #FC372C is Cyan = 0, Magento = 0.78, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 55 | 44 | - |
| CMYK | 0 | 0.78 | 0.83 | 0.01 |
| HSL | 3.17º | 0.97% | 0.58% | - |
| HSV(B) | 3.17º | 0.83% | 0.99% | - |
| XYZ | 41.97 | 23.61 | 4.73 | - |
| YUV | 112.65 | 89.27 | 227.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 55 | 44 | 0 | 0.78 | 0.83 | 0.01 | 3.17 | 0.97 | 0.58 |
| Hex | FC | 37 | 2C | 0 | 4E | 53 | 1 | 3 | 61 | 3A |
| Octal | 374 | 67 | 54 | 0 | 116 | 123 | 1 | 3 | 141 | 72 |
| Binary | 11111100 | 110111 | 101100 | 0 | 1001110 | 1010011 | 1 | 11 | 1100001 | 111010 |
Color Harmonies of #FC372C
Complementary color
Monochromatic Colors of #FC372C
Black with #FC372C
Text Example
Text Example
White with #FC372C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC372C; }
p { color: rgb(252,55,44); }
H1.HeaderClassName
{
color: #FC372C;
}
.AnyTagClassName
{
color: #FC372C;
}
</style>
background-color css
<style>
a { background-color: #FC372C; }
a { background-color: rgb(252,55,44); }
div.DivClassName
{
background-color: #FC372C;
}
.BgClassName
{
background-color: #FC372C;
}
</style>
border-color css
<style>
span { border-color: #FC372C; }
span { border-color: rgb(252,55,44); }
td.TdClassName
{
border-color: #FC372C;
}
.TagClassName
{
border-color: #FC372C;
}
</style>