Shades of Scarlet #FC1900
Tints of Scarlet #FC1900
RGB
CMYK
RGB Variations
Color information
#FC1900 (or 0xFC1900) is known color: Scarlet. HEX triplet: FC, 19 and 00. RGB value is (252,25,0). Sum of RGB (Red+Green+Blue) = 252+25+0=277 (36% of max value = 765). Red value is 252 (98.83% from 255 or 90.97% from 277); Green value is 25 (10.16% from 255 or 9.03% from 277); Blue value is 0 (0.39% from 255 or 0% from 277); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1900 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC1900 is #03E6FF. Grayscale: #5A5A5A. Windows color (decimal): -255744 or 6652. OLE color: 6652.
HSL color Cylindrical-coordinate representation of color #FC1900: hue angle of 5.95º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FC1900 is Cyan = 0, Magento = 0.90, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 25 | 0 | - |
| CMYK | 0 | 0.90 | 1 | 0.01 |
| HSL | 5.95º | 1% | 0.49% | - |
| HSV(B) | 5.95º | 1% | 0.99% | - |
| XYZ | 40.49 | 21.39 | 1.99 | - |
| YUV | 90.02 | 77.21 | 243.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 25 | 0 | 0 | 0.90 | 1 | 0.01 | 5.95 | 1 | 0.49 |
| Hex | FC | 19 | 0 | 0 | 5A | 64 | 1 | 6 | 64 | 31 |
| Octal | 374 | 31 | 0 | 0 | 132 | 144 | 1 | 6 | 144 | 61 |
| Binary | 11111100 | 11001 | 0 | 0 | 1011010 | 1100100 | 1 | 110 | 1100100 | 110001 |
Color Harmonies of #FC1900
Complementary color
Monochromatic Colors of #FC1900
Black with #FC1900
Text Example
Text Example
White with #FC1900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1900; }
p { color: rgb(252,25,0); }
H1.HeaderClassName
{
color: #FC1900;
}
.AnyTagClassName
{
color: #FC1900;
}
</style>
background-color css
<style>
a { background-color: #FC1900; }
a { background-color: rgb(252,25,0); }
div.DivClassName
{
background-color: #FC1900;
}
.BgClassName
{
background-color: #FC1900;
}
</style>
border-color css
<style>
span { border-color: #FC1900; }
span { border-color: rgb(252,25,0); }
td.TdClassName
{
border-color: #FC1900;
}
.TagClassName
{
border-color: #FC1900;
}
</style>