Shades of Red Orange #FC3232
Tints of Red Orange #FC3232
RGB
CMYK
RGB Variations
Color information
#FC3232 (or 0xFC3232) is known color: Red Orange. HEX triplet: FC, 32 and 32. RGB value is (252,50,50). Sum of RGB (Red+Green+Blue) = 252+50+50=352 (46% of max value = 765). Red value is 252 (98.83% from 255 or 71.59% from 352); Green value is 50 (19.92% from 255 or 14.20% from 352); Blue value is 50 (19.92% from 255 or 14.20% from 352); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3232 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC3232 is #03CDCD. Grayscale: #6E6E6E. Windows color (decimal): -249294 or 3289852. OLE color: 3289852.
HSL color Cylindrical-coordinate representation of color #FC3232: hue angle of 0º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FC3232 is Cyan = 0, Magento = 0.80, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 50 | 50 | - |
| CMYK | 0 | 0.80 | 0.80 | 0.01 |
| HSL | 0º | 0.97% | 0.59% | - |
| HSV(B) | 0º | 0.8% | 0.99% | - |
| XYZ | 41.86 | 23.21 | 5.29 | - |
| YUV | 110.4 | 93.92 | 229 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 50 | 50 | 0 | 0.80 | 0.80 | 0.01 | 0 | 0.97 | 0.59 |
| Hex | FC | 32 | 32 | 0 | 50 | 50 | 1 | 0 | 61 | 3B |
| Octal | 374 | 62 | 62 | 0 | 120 | 120 | 1 | 0 | 141 | 73 |
| Binary | 11111100 | 110010 | 110010 | 0 | 1010000 | 1010000 | 1 | 0 | 1100001 | 111011 |
Color Harmonies of #FC3232
Complementary color
Monochromatic Colors of #FC3232
Black with #FC3232
Text Example
Text Example
White with #FC3232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC3232; }
p { color: rgb(252,50,50); }
H1.HeaderClassName
{
color: #FC3232;
}
.AnyTagClassName
{
color: #FC3232;
}
</style>
background-color css
<style>
a { background-color: #FC3232; }
a { background-color: rgb(252,50,50); }
div.DivClassName
{
background-color: #FC3232;
}
.BgClassName
{
background-color: #FC3232;
}
</style>
border-color css
<style>
span { border-color: #FC3232; }
span { border-color: rgb(252,50,50); }
td.TdClassName
{
border-color: #FC3232;
}
.TagClassName
{
border-color: #FC3232;
}
</style>