Shades of Red Orange #FC352E
Tints of Red Orange #FC352E
RGB
CMYK
RGB Variations
Color information
#FC352E (or 0xFC352E) is known color: Red Orange. HEX triplet: FC, 35 and 2E. RGB value is (252,53,46). Sum of RGB (Red+Green+Blue) = 252+53+46=351 (46% of max value = 765). Red value is 252 (98.83% from 255 or 71.79% from 351); Green value is 53 (21.09% from 255 or 15.10% from 351); Blue value is 46 (18.36% from 255 or 13.11% from 351); Max value from RGB is 252 - color contains mainly: red. Hex color #FC352E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC352E is #03CAD1. Grayscale: #6F6F6F. Windows color (decimal): -248530 or 3028476. OLE color: 3028476.
HSL color Cylindrical-coordinate representation of color #FC352E: hue angle of 2.04º degrees, saturation: 0.97, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FC352E is Cyan = 0, Magento = 0.79, Yellow = 0.82 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 53 | 46 | - |
| CMYK | 0 | 0.79 | 0.82 | 0.01 |
| HSL | 2.04º | 0.97% | 0.58% | - |
| HSV(B) | 2.04º | 0.82% | 0.99% | - |
| XYZ | 41.91 | 23.44 | 4.9 | - |
| YUV | 111.7 | 90.93 | 228.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 53 | 46 | 0 | 0.79 | 0.82 | 0.01 | 2.04 | 0.97 | 0.58 |
| Hex | FC | 35 | 2E | 0 | 4F | 52 | 1 | 2 | 61 | 3A |
| Octal | 374 | 65 | 56 | 0 | 117 | 122 | 1 | 2 | 141 | 72 |
| Binary | 11111100 | 110101 | 101110 | 0 | 1001111 | 1010010 | 1 | 10 | 1100001 | 111010 |
Color Harmonies of #FC352E
Complementary color
Monochromatic Colors of #FC352E
Black with #FC352E
Text Example
Text Example
White with #FC352E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC352E; }
p { color: rgb(252,53,46); }
H1.HeaderClassName
{
color: #FC352E;
}
.AnyTagClassName
{
color: #FC352E;
}
</style>
background-color css
<style>
a { background-color: #FC352E; }
a { background-color: rgb(252,53,46); }
div.DivClassName
{
background-color: #FC352E;
}
.BgClassName
{
background-color: #FC352E;
}
</style>
border-color css
<style>
span { border-color: #FC352E; }
span { border-color: rgb(252,53,46); }
td.TdClassName
{
border-color: #FC352E;
}
.TagClassName
{
border-color: #FC352E;
}
</style>