Shades of Scarlet #FC1903
Tints of Scarlet #FC1903
RGB
CMYK
RGB Variations
Color information
#FC1903 (or 0xFC1903) is known color: Scarlet. HEX triplet: FC, 19 and 03. RGB value is (252,25,3). Sum of RGB (Red+Green+Blue) = 252+25+3=280 (37% of max value = 765). Red value is 252 (98.83% from 255 or 90% from 280); Green value is 25 (10.16% from 255 or 8.93% from 280); Blue value is 3 (1.56% from 255 or 1.07% from 280); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1903 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC1903 is #03E6FC. Grayscale: #5A5A5A. Windows color (decimal): -255741 or 203260. OLE color: 203260.
HSL color Cylindrical-coordinate representation of color #FC1903: hue angle of 5.3º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FC1903 is Cyan = 0, Magento = 0.90, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 25 | 3 | - |
| CMYK | 0 | 0.90 | 0.99 | 0.01 |
| HSL | 5.3º | 0.98% | 0.5% | - |
| HSV(B) | 5.3º | 0.99% | 0.99% | - |
| XYZ | 40.51 | 21.4 | 2.08 | - |
| YUV | 90.37 | 78.71 | 243.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 25 | 3 | 0 | 0.90 | 0.99 | 0.01 | 5.3 | 0.98 | 0.5 |
| Hex | FC | 19 | 3 | 0 | 5A | 63 | 1 | 5 | 62 | 32 |
| Octal | 374 | 31 | 3 | 0 | 132 | 143 | 1 | 5 | 142 | 62 |
| Binary | 11111100 | 11001 | 11 | 0 | 1011010 | 1100011 | 1 | 101 | 1100010 | 110010 |
Color Harmonies of #FC1903
Complementary color
Monochromatic Colors of #FC1903
Black with #FC1903
Text Example
Text Example
White with #FC1903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1903; }
p { color: rgb(252,25,3); }
H1.HeaderClassName
{
color: #FC1903;
}
.AnyTagClassName
{
color: #FC1903;
}
</style>
background-color css
<style>
a { background-color: #FC1903; }
a { background-color: rgb(252,25,3); }
div.DivClassName
{
background-color: #FC1903;
}
.BgClassName
{
background-color: #FC1903;
}
</style>
border-color css
<style>
span { border-color: #FC1903; }
span { border-color: rgb(252,25,3); }
td.TdClassName
{
border-color: #FC1903;
}
.TagClassName
{
border-color: #FC1903;
}
</style>