Shades of Scarlet #FC2801
Tints of Scarlet #FC2801
RGB
CMYK
RGB Variations
Color information
#FC2801 (or 0xFC2801) is known color: Scarlet. HEX triplet: FC, 28 and 01. RGB value is (252,40,1). Sum of RGB (Red+Green+Blue) = 252+40+1=293 (38% of max value = 765). Red value is 252 (98.83% from 255 or 86.01% from 293); Green value is 40 (16.02% from 255 or 13.65% from 293); Blue value is 1 (0.78% from 255 or 0.34% from 293); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2801 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC2801 is #03D7FE. Grayscale: #636363. Windows color (decimal): -251903 or 76028. OLE color: 76028.
HSL color Cylindrical-coordinate representation of color #FC2801: hue angle of 9.32º 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 #FC2801 is Cyan = 0, Magento = 0.84, Yellow = 1.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 40 | 1 | - |
| CMYK | 0 | 0.84 | 1.00 | 0.01 |
| HSL | 9.32º | 0.99% | 0.5% | - |
| HSV(B) | 9.32º | 1% | 0.99% | - |
| XYZ | 40.91 | 22.22 | 2.16 | - |
| YUV | 98.94 | 72.74 | 237.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 40 | 1 | 0 | 0.84 | 1.00 | 0.01 | 9.32 | 0.99 | 0.5 |
| Hex | FC | 28 | 1 | 0 | 54 | 64 | 1 | 9 | 63 | 32 |
| Octal | 374 | 50 | 1 | 0 | 124 | 144 | 1 | 11 | 143 | 62 |
| Binary | 11111100 | 101000 | 1 | 0 | 1010100 | 1100100 | 1 | 1001 | 1100011 | 110010 |
Color Harmonies of #FC2801
Complementary color
Monochromatic Colors of #FC2801
Black with #FC2801
Text Example
Text Example
White with #FC2801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2801; }
p { color: rgb(252,40,1); }
H1.HeaderClassName
{
color: #FC2801;
}
.AnyTagClassName
{
color: #FC2801;
}
</style>
background-color css
<style>
a { background-color: #FC2801; }
a { background-color: rgb(252,40,1); }
div.DivClassName
{
background-color: #FC2801;
}
.BgClassName
{
background-color: #FC2801;
}
</style>
border-color css
<style>
span { border-color: #FC2801; }
span { border-color: rgb(252,40,1); }
td.TdClassName
{
border-color: #FC2801;
}
.TagClassName
{
border-color: #FC2801;
}
</style>