Shades of Scarlet #FC1401
Tints of Scarlet #FC1401
RGB
CMYK
RGB Variations
Color information
#FC1401 (or 0xFC1401) is known color: Scarlet. HEX triplet: FC, 14 and 01. RGB value is (252,20,1). Sum of RGB (Red+Green+Blue) = 252+20+1=273 (36% of max value = 765). Red value is 252 (98.83% from 255 or 92.31% from 273); Green value is 20 (8.20% from 255 or 7.33% from 273); Blue value is 1 (0.78% from 255 or 0.37% from 273); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1401 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC1401 is #03EBFE. Grayscale: #575757. Windows color (decimal): -257023 or 70908. OLE color: 70908.
HSL color Cylindrical-coordinate representation of color #FC1401: hue angle of 4.54º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FC1401 is Cyan = 0, Magento = 0.92, Yellow = 1.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 20 | 1 | - |
| CMYK | 0 | 0.92 | 1.00 | 0.01 |
| HSL | 4.54º | 0.99% | 0.5% | - |
| HSV(B) | 4.54º | 1% | 0.99% | - |
| XYZ | 40.4 | 21.2 | 1.99 | - |
| YUV | 87.2 | 79.36 | 245.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 20 | 1 | 0 | 0.92 | 1.00 | 0.01 | 4.54 | 0.99 | 0.5 |
| Hex | FC | 14 | 1 | 0 | 5C | 64 | 1 | 5 | 63 | 32 |
| Octal | 374 | 24 | 1 | 0 | 134 | 144 | 1 | 5 | 143 | 62 |
| Binary | 11111100 | 10100 | 1 | 0 | 1011100 | 1100100 | 1 | 101 | 1100011 | 110010 |
Color Harmonies of #FC1401
Complementary color
Monochromatic Colors of #FC1401
Black with #FC1401
Text Example
Text Example
White with #FC1401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1401; }
p { color: rgb(252,20,1); }
H1.HeaderClassName
{
color: #FC1401;
}
.AnyTagClassName
{
color: #FC1401;
}
</style>
background-color css
<style>
a { background-color: #FC1401; }
a { background-color: rgb(252,20,1); }
div.DivClassName
{
background-color: #FC1401;
}
.BgClassName
{
background-color: #FC1401;
}
</style>
border-color css
<style>
span { border-color: #FC1401; }
span { border-color: rgb(252,20,1); }
td.TdClassName
{
border-color: #FC1401;
}
.TagClassName
{
border-color: #FC1401;
}
</style>