Shades of Scarlet #FC2810
Tints of Scarlet #FC2810
RGB
CMYK
RGB Variations
Color information
#FC2810 (or 0xFC2810) is known color: Scarlet. HEX triplet: FC, 28 and 10. RGB value is (252,40,16). Sum of RGB (Red+Green+Blue) = 252+40+16=308 (40% of max value = 765). Red value is 252 (98.83% from 255 or 81.82% from 308); Green value is 40 (16.02% from 255 or 12.99% from 308); Blue value is 16 (6.64% from 255 or 5.19% from 308); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2810 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC2810 is #03D7EF. Grayscale: #646464. Windows color (decimal): -251888 or 1059068. OLE color: 1059068.
HSL color Cylindrical-coordinate representation of color #FC2810: hue angle of 6.1º 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 #FC2810 is Cyan = 0, Magento = 0.84, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 40 | 16 | - |
| CMYK | 0 | 0.84 | 0.94 | 0.01 |
| HSL | 6.1º | 0.98% | 0.53% | - |
| HSV(B) | 6.1º | 0.94% | 0.99% | - |
| XYZ | 41 | 22.25 | 2.62 | - |
| YUV | 100.65 | 80.24 | 235.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 40 | 16 | 0 | 0.84 | 0.94 | 0.01 | 6.1 | 0.98 | 0.53 |
| Hex | FC | 28 | 10 | 0 | 54 | 5E | 1 | 6 | 62 | 35 |
| Octal | 374 | 50 | 20 | 0 | 124 | 136 | 1 | 6 | 142 | 65 |
| Binary | 11111100 | 101000 | 10000 | 0 | 1010100 | 1011110 | 1 | 110 | 1100010 | 110101 |
Color Harmonies of #FC2810
Complementary color
Monochromatic Colors of #FC2810
Black with #FC2810
Text Example
Text Example
White with #FC2810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2810; }
p { color: rgb(252,40,16); }
H1.HeaderClassName
{
color: #FC2810;
}
.AnyTagClassName
{
color: #FC2810;
}
</style>
background-color css
<style>
a { background-color: #FC2810; }
a { background-color: rgb(252,40,16); }
div.DivClassName
{
background-color: #FC2810;
}
.BgClassName
{
background-color: #FC2810;
}
</style>
border-color css
<style>
span { border-color: #FC2810; }
span { border-color: rgb(252,40,16); }
td.TdClassName
{
border-color: #FC2810;
}
.TagClassName
{
border-color: #FC2810;
}
</style>