Shades of Scarlet #FC2804
Tints of Scarlet #FC2804
RGB
CMYK
RGB Variations
Color information
#FC2804 (or 0xFC2804) is known color: Scarlet. HEX triplet: FC, 28 and 04. RGB value is (252,40,4). Sum of RGB (Red+Green+Blue) = 252+40+4=296 (39% of max value = 765). Red value is 252 (98.83% from 255 or 85.14% from 296); Green value is 40 (16.02% from 255 or 13.51% from 296); Blue value is 4 (1.95% from 255 or 1.35% from 296); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2804 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC2804 is #03D7FB. Grayscale: #636363. Windows color (decimal): -251900 or 272636. OLE color: 272636.
HSL color Cylindrical-coordinate representation of color #FC2804: hue angle of 8.71º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FC2804 is Cyan = 0, Magento = 0.84, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 40 | 4 | - |
| CMYK | 0 | 0.84 | 0.98 | 0.01 |
| HSL | 8.71º | 0.98% | 0.5% | - |
| HSV(B) | 8.71º | 0.98% | 0.99% | - |
| XYZ | 40.93 | 22.22 | 2.25 | - |
| YUV | 99.28 | 74.24 | 236.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 40 | 4 | 0 | 0.84 | 0.98 | 0.01 | 8.71 | 0.98 | 0.5 |
| Hex | FC | 28 | 4 | 0 | 54 | 62 | 1 | 9 | 62 | 32 |
| Octal | 374 | 50 | 4 | 0 | 124 | 142 | 1 | 11 | 142 | 62 |
| Binary | 11111100 | 101000 | 100 | 0 | 1010100 | 1100010 | 1 | 1001 | 1100010 | 110010 |
Color Harmonies of #FC2804
Complementary color
Monochromatic Colors of #FC2804
Black with #FC2804
Text Example
Text Example
White with #FC2804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2804; }
p { color: rgb(252,40,4); }
H1.HeaderClassName
{
color: #FC2804;
}
.AnyTagClassName
{
color: #FC2804;
}
</style>
background-color css
<style>
a { background-color: #FC2804; }
a { background-color: rgb(252,40,4); }
div.DivClassName
{
background-color: #FC2804;
}
.BgClassName
{
background-color: #FC2804;
}
</style>
border-color css
<style>
span { border-color: #FC2804; }
span { border-color: rgb(252,40,4); }
td.TdClassName
{
border-color: #FC2804;
}
.TagClassName
{
border-color: #FC2804;
}
</style>