Shades of Red #FC120F
Tints of Red #FC120F
RGB
CMYK
RGB Variations
Color information
#FC120F (or 0xFC120F) is known color: Red. HEX triplet: FC, 12 and 0F. RGB value is (252,18,15). Sum of RGB (Red+Green+Blue) = 252+18+15=285 (37% of max value = 765). Red value is 252 (98.83% from 255 or 88.42% from 285); Green value is 18 (7.42% from 255 or 6.32% from 285); Blue value is 15 (6.25% from 255 or 5.26% from 285); Max value from RGB is 252 - color contains mainly: red. Hex color #FC120F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC120F is #03EDF0. Grayscale: #575757. Windows color (decimal): -257521 or 987900. OLE color: 987900.
HSL color Cylindrical-coordinate representation of color #FC120F: hue angle of 0.76º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FC120F is Cyan = 0, Magento = 0.93, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 18 | 15 | - |
| CMYK | 0 | 0.93 | 0.94 | 0.01 |
| HSL | 0.76º | 0.98% | 0.52% | - |
| HSV(B) | 0.76º | 0.94% | 0.99% | - |
| XYZ | 40.45 | 21.16 | 2.4 | - |
| YUV | 87.62 | 87.02 | 245.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 18 | 15 | 0 | 0.93 | 0.94 | 0.01 | 0.76 | 0.98 | 0.52 |
| Hex | FC | 12 | F | 0 | 5D | 5E | 1 | 1 | 62 | 34 |
| Octal | 374 | 22 | 17 | 0 | 135 | 136 | 1 | 1 | 142 | 64 |
| Binary | 11111100 | 10010 | 1111 | 0 | 1011101 | 1011110 | 1 | 1 | 1100010 | 110100 |
Color Harmonies of #FC120F
Complementary color
Monochromatic Colors of #FC120F
Black with #FC120F
Text Example
Text Example
White with #FC120F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC120F; }
p { color: rgb(252,18,15); }
H1.HeaderClassName
{
color: #FC120F;
}
.AnyTagClassName
{
color: #FC120F;
}
</style>
background-color css
<style>
a { background-color: #FC120F; }
a { background-color: rgb(252,18,15); }
div.DivClassName
{
background-color: #FC120F;
}
.BgClassName
{
background-color: #FC120F;
}
</style>
border-color css
<style>
span { border-color: #FC120F; }
span { border-color: rgb(252,18,15); }
td.TdClassName
{
border-color: #FC120F;
}
.TagClassName
{
border-color: #FC120F;
}
</style>