Shades of Scarlet #FC2010
Tints of Scarlet #FC2010
RGB
CMYK
RGB Variations
Color information
#FC2010 (or 0xFC2010) is known color: Scarlet. HEX triplet: FC, 20 and 10. RGB value is (252,32,16). Sum of RGB (Red+Green+Blue) = 252+32+16=300 (39% of max value = 765). Red value is 252 (98.83% from 255 or 84% from 300); Green value is 32 (12.89% from 255 or 10.67% from 300); Blue value is 16 (6.64% from 255 or 5.33% from 300); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2010 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC2010 is #03DFEF. Grayscale: #606060. Windows color (decimal): -253936 or 1057020. OLE color: 1057020.
HSL color Cylindrical-coordinate representation of color #FC2010: hue angle of 4.07º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FC2010 is Cyan = 0, Magento = 0.87, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 32 | 16 | - |
| CMYK | 0 | 0.87 | 0.94 | 0.01 |
| HSL | 4.07º | 0.98% | 0.53% | - |
| HSV(B) | 4.07º | 0.94% | 0.99% | - |
| XYZ | 40.75 | 21.77 | 2.54 | - |
| YUV | 95.96 | 82.89 | 239.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 32 | 16 | 0 | 0.87 | 0.94 | 0.01 | 4.07 | 0.98 | 0.53 |
| Hex | FC | 20 | 10 | 0 | 57 | 5E | 1 | 4 | 62 | 35 |
| Octal | 374 | 40 | 20 | 0 | 127 | 136 | 1 | 4 | 142 | 65 |
| Binary | 11111100 | 100000 | 10000 | 0 | 1010111 | 1011110 | 1 | 100 | 1100010 | 110101 |
Color Harmonies of #FC2010
Complementary color
Monochromatic Colors of #FC2010
Black with #FC2010
Text Example
Text Example
White with #FC2010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2010; }
p { color: rgb(252,32,16); }
H1.HeaderClassName
{
color: #FC2010;
}
.AnyTagClassName
{
color: #FC2010;
}
</style>
background-color css
<style>
a { background-color: #FC2010; }
a { background-color: rgb(252,32,16); }
div.DivClassName
{
background-color: #FC2010;
}
.BgClassName
{
background-color: #FC2010;
}
</style>
border-color css
<style>
span { border-color: #FC2010; }
span { border-color: rgb(252,32,16); }
td.TdClassName
{
border-color: #FC2010;
}
.TagClassName
{
border-color: #FC2010;
}
</style>