Shades of Scarlet #FC1904
Tints of Scarlet #FC1904
RGB
CMYK
RGB Variations
Color information
#FC1904 (or 0xFC1904) is known color: Scarlet. HEX triplet: FC, 19 and 04. RGB value is (252,25,4). Sum of RGB (Red+Green+Blue) = 252+25+4=281 (37% of max value = 765). Red value is 252 (98.83% from 255 or 89.68% from 281); Green value is 25 (10.16% from 255 or 8.90% from 281); Blue value is 4 (1.95% from 255 or 1.42% from 281); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1904 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC1904 is #03E6FB. Grayscale: #5A5A5A. Windows color (decimal): -255740 or 268796. OLE color: 268796.
HSL color Cylindrical-coordinate representation of color #FC1904: hue angle of 5.08º 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 #FC1904 is Cyan = 0, Magento = 0.90, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 25 | 4 | - |
| CMYK | 0 | 0.90 | 0.98 | 0.01 |
| HSL | 5.08º | 0.98% | 0.5% | - |
| HSV(B) | 5.08º | 0.98% | 0.99% | - |
| XYZ | 40.51 | 21.4 | 2.11 | - |
| YUV | 90.48 | 79.21 | 243.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 25 | 4 | 0 | 0.90 | 0.98 | 0.01 | 5.08 | 0.98 | 0.5 |
| Hex | FC | 19 | 4 | 0 | 5A | 62 | 1 | 5 | 62 | 32 |
| Octal | 374 | 31 | 4 | 0 | 132 | 142 | 1 | 5 | 142 | 62 |
| Binary | 11111100 | 11001 | 100 | 0 | 1011010 | 1100010 | 1 | 101 | 1100010 | 110010 |
Color Harmonies of #FC1904
Complementary color
Monochromatic Colors of #FC1904
Black with #FC1904
Text Example
Text Example
White with #FC1904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1904; }
p { color: rgb(252,25,4); }
H1.HeaderClassName
{
color: #FC1904;
}
.AnyTagClassName
{
color: #FC1904;
}
</style>
background-color css
<style>
a { background-color: #FC1904; }
a { background-color: rgb(252,25,4); }
div.DivClassName
{
background-color: #FC1904;
}
.BgClassName
{
background-color: #FC1904;
}
</style>
border-color css
<style>
span { border-color: #FC1904; }
span { border-color: rgb(252,25,4); }
td.TdClassName
{
border-color: #FC1904;
}
.TagClassName
{
border-color: #FC1904;
}
</style>