Shades of Red Orange #FC3227
Tints of Red Orange #FC3227
RGB
CMYK
RGB Variations
Color information
#FC3227 (or 0xFC3227) is known color: Red Orange. HEX triplet: FC, 32 and 27. RGB value is (252,50,39). Sum of RGB (Red+Green+Blue) = 252+50+39=341 (45% of max value = 765). Red value is 252 (98.83% from 255 or 73.90% from 341); Green value is 50 (19.92% from 255 or 14.66% from 341); Blue value is 39 (15.62% from 255 or 11.44% from 341); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3227 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC3227 is #03CDD8. Grayscale: #6D6D6D. Windows color (decimal): -249305 or 2568956. OLE color: 2568956.
HSL color Cylindrical-coordinate representation of color #FC3227: hue angle of 3.1º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FC3227 is Cyan = 0, Magento = 0.80, Yellow = 0.85 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 50 | 39 | - |
| CMYK | 0 | 0.80 | 0.85 | 0.01 |
| HSL | 3.1º | 0.97% | 0.57% | - |
| HSV(B) | 3.1º | 0.85% | 0.99% | - |
| XYZ | 41.65 | 23.12 | 4.19 | - |
| YUV | 109.14 | 88.42 | 229.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 50 | 39 | 0 | 0.80 | 0.85 | 0.01 | 3.1 | 0.97 | 0.57 |
| Hex | FC | 32 | 27 | 0 | 50 | 55 | 1 | 3 | 61 | 39 |
| Octal | 374 | 62 | 47 | 0 | 120 | 125 | 1 | 3 | 141 | 71 |
| Binary | 11111100 | 110010 | 100111 | 0 | 1010000 | 1010101 | 1 | 11 | 1100001 | 111001 |
Color Harmonies of #FC3227
Complementary color
Monochromatic Colors of #FC3227
Black with #FC3227
Text Example
Text Example
White with #FC3227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC3227; }
p { color: rgb(252,50,39); }
H1.HeaderClassName
{
color: #FC3227;
}
.AnyTagClassName
{
color: #FC3227;
}
</style>
background-color css
<style>
a { background-color: #FC3227; }
a { background-color: rgb(252,50,39); }
div.DivClassName
{
background-color: #FC3227;
}
.BgClassName
{
background-color: #FC3227;
}
</style>
border-color css
<style>
span { border-color: #FC3227; }
span { border-color: rgb(252,50,39); }
td.TdClassName
{
border-color: #FC3227;
}
.TagClassName
{
border-color: #FC3227;
}
</style>