Shades of Scarlet #FC1610
Tints of Scarlet #FC1610
RGB
CMYK
RGB Variations
Color information
#FC1610 (or 0xFC1610) is known color: Scarlet. HEX triplet: FC, 16 and 10. RGB value is (252,22,16). Sum of RGB (Red+Green+Blue) = 252+22+16=290 (38% of max value = 765). Red value is 252 (98.83% from 255 or 86.90% from 290); Green value is 22 (8.98% from 255 or 7.59% from 290); Blue value is 16 (6.64% from 255 or 5.52% from 290); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1610 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC1610 is #03E9EF. Grayscale: #5A5A5A. Windows color (decimal): -256496 or 1054460. OLE color: 1054460.
HSL color Cylindrical-coordinate representation of color #FC1610: hue angle of 1.53º 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 #FC1610 is Cyan = 0, Magento = 0.91, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 22 | 16 | - |
| CMYK | 0 | 0.91 | 0.94 | 0.01 |
| HSL | 1.53º | 0.98% | 0.53% | - |
| HSV(B) | 1.53º | 0.94% | 0.99% | - |
| XYZ | 40.53 | 21.31 | 2.47 | - |
| YUV | 90.09 | 86.2 | 243.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 22 | 16 | 0 | 0.91 | 0.94 | 0.01 | 1.53 | 0.98 | 0.53 |
| Hex | FC | 16 | 10 | 0 | 5B | 5E | 1 | 2 | 62 | 35 |
| Octal | 374 | 26 | 20 | 0 | 133 | 136 | 1 | 2 | 142 | 65 |
| Binary | 11111100 | 10110 | 10000 | 0 | 1011011 | 1011110 | 1 | 10 | 1100010 | 110101 |
Color Harmonies of #FC1610
Complementary color
Monochromatic Colors of #FC1610
Black with #FC1610
Text Example
Text Example
White with #FC1610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1610; }
p { color: rgb(252,22,16); }
H1.HeaderClassName
{
color: #FC1610;
}
.AnyTagClassName
{
color: #FC1610;
}
</style>
background-color css
<style>
a { background-color: #FC1610; }
a { background-color: rgb(252,22,16); }
div.DivClassName
{
background-color: #FC1610;
}
.BgClassName
{
background-color: #FC1610;
}
</style>
border-color css
<style>
span { border-color: #FC1610; }
span { border-color: rgb(252,22,16); }
td.TdClassName
{
border-color: #FC1610;
}
.TagClassName
{
border-color: #FC1610;
}
</style>