Shades of Scarlet #FC2014
Tints of Scarlet #FC2014
RGB
CMYK
RGB Variations
Color information
#FC2014 (or 0xFC2014) is known color: Scarlet. HEX triplet: FC, 20 and 14. RGB value is (252,32,20). Sum of RGB (Red+Green+Blue) = 252+32+20=304 (40% of max value = 765). Red value is 252 (98.83% from 255 or 82.89% from 304); Green value is 32 (12.89% from 255 or 10.53% from 304); Blue value is 20 (8.20% from 255 or 6.58% from 304); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2014 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC2014 is #03DFEB. Grayscale: #606060. Windows color (decimal): -253932 or 1319164. OLE color: 1319164.
HSL color Cylindrical-coordinate representation of color #FC2014: hue angle of 3.1º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FC2014 is Cyan = 0, Magento = 0.87, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 32 | 20 | - |
| CMYK | 0 | 0.87 | 0.92 | 0.01 |
| HSL | 3.1º | 0.97% | 0.53% | - |
| HSV(B) | 3.1º | 0.92% | 0.99% | - |
| XYZ | 40.79 | 21.78 | 2.72 | - |
| YUV | 96.41 | 84.89 | 238.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 32 | 20 | 0 | 0.87 | 0.92 | 0.01 | 3.1 | 0.97 | 0.53 |
| Hex | FC | 20 | 14 | 0 | 57 | 5C | 1 | 3 | 61 | 35 |
| Octal | 374 | 40 | 24 | 0 | 127 | 134 | 1 | 3 | 141 | 65 |
| Binary | 11111100 | 100000 | 10100 | 0 | 1010111 | 1011100 | 1 | 11 | 1100001 | 110101 |
Color Harmonies of #FC2014
Complementary color
Monochromatic Colors of #FC2014
Black with #FC2014
Text Example
Text Example
White with #FC2014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2014; }
p { color: rgb(252,32,20); }
H1.HeaderClassName
{
color: #FC2014;
}
.AnyTagClassName
{
color: #FC2014;
}
</style>
background-color css
<style>
a { background-color: #FC2014; }
a { background-color: rgb(252,32,20); }
div.DivClassName
{
background-color: #FC2014;
}
.BgClassName
{
background-color: #FC2014;
}
</style>
border-color css
<style>
span { border-color: #FC2014; }
span { border-color: rgb(252,32,20); }
td.TdClassName
{
border-color: #FC2014;
}
.TagClassName
{
border-color: #FC2014;
}
</style>