Shades of Red Orange #FC352F
Tints of Red Orange #FC352F
RGB
CMYK
RGB Variations
Color information
#FC352F (or 0xFC352F) is known color: Red Orange. HEX triplet: FC, 35 and 2F. RGB value is (252,53,47). Sum of RGB (Red+Green+Blue) = 252+53+47=352 (46% of max value = 765). Red value is 252 (98.83% from 255 or 71.59% from 352); Green value is 53 (21.09% from 255 or 15.06% from 352); Blue value is 47 (18.75% from 255 or 13.35% from 352); Max value from RGB is 252 - color contains mainly: red. Hex color #FC352F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC352F is #03CAD0. Grayscale: #707070. Windows color (decimal): -248529 or 3094012. OLE color: 3094012.
HSL color Cylindrical-coordinate representation of color #FC352F: hue angle of 1.76º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FC352F is Cyan = 0, Magento = 0.79, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 53 | 47 | - |
| CMYK | 0 | 0.79 | 0.81 | 0.01 |
| HSL | 1.76º | 0.97% | 0.59% | - |
| HSV(B) | 1.76º | 0.81% | 0.99% | - |
| XYZ | 41.93 | 23.45 | 5.01 | - |
| YUV | 111.82 | 91.43 | 227.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 53 | 47 | 0 | 0.79 | 0.81 | 0.01 | 1.76 | 0.97 | 0.59 |
| Hex | FC | 35 | 2F | 0 | 4F | 51 | 1 | 2 | 61 | 3B |
| Octal | 374 | 65 | 57 | 0 | 117 | 121 | 1 | 2 | 141 | 73 |
| Binary | 11111100 | 110101 | 101111 | 0 | 1001111 | 1010001 | 1 | 10 | 1100001 | 111011 |
Color Harmonies of #FC352F
Complementary color
Monochromatic Colors of #FC352F
Black with #FC352F
Text Example
Text Example
White with #FC352F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC352F; }
p { color: rgb(252,53,47); }
H1.HeaderClassName
{
color: #FC352F;
}
.AnyTagClassName
{
color: #FC352F;
}
</style>
background-color css
<style>
a { background-color: #FC352F; }
a { background-color: rgb(252,53,47); }
div.DivClassName
{
background-color: #FC352F;
}
.BgClassName
{
background-color: #FC352F;
}
</style>
border-color css
<style>
span { border-color: #FC352F; }
span { border-color: rgb(252,53,47); }
td.TdClassName
{
border-color: #FC352F;
}
.TagClassName
{
border-color: #FC352F;
}
</style>