Shades of Scarlet #FC2803
Tints of Scarlet #FC2803
RGB
CMYK
RGB Variations
Color information
#FC2803 (or 0xFC2803) is known color: Scarlet. HEX triplet: FC, 28 and 03. RGB value is (252,40,3). Sum of RGB (Red+Green+Blue) = 252+40+3=295 (39% of max value = 765). Red value is 252 (98.83% from 255 or 85.42% from 295); Green value is 40 (16.02% from 255 or 13.56% from 295); Blue value is 3 (1.56% from 255 or 1.02% from 295); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2803 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC2803 is #03D7FC. Grayscale: #636363. Windows color (decimal): -251901 or 207100. OLE color: 207100.
HSL color Cylindrical-coordinate representation of color #FC2803: hue angle of 8.92º 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 #FC2803 is Cyan = 0, Magento = 0.84, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 40 | 3 | - |
| CMYK | 0 | 0.84 | 0.99 | 0.01 |
| HSL | 8.92º | 0.98% | 0.5% | - |
| HSV(B) | 8.92º | 0.99% | 0.99% | - |
| XYZ | 40.92 | 22.22 | 2.22 | - |
| YUV | 99.17 | 73.74 | 237.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 40 | 3 | 0 | 0.84 | 0.99 | 0.01 | 8.92 | 0.98 | 0.5 |
| Hex | FC | 28 | 3 | 0 | 54 | 63 | 1 | 9 | 62 | 32 |
| Octal | 374 | 50 | 3 | 0 | 124 | 143 | 1 | 11 | 142 | 62 |
| Binary | 11111100 | 101000 | 11 | 0 | 1010100 | 1100011 | 1 | 1001 | 1100010 | 110010 |
Color Harmonies of #FC2803
Complementary color
Monochromatic Colors of #FC2803
Black with #FC2803
Text Example
Text Example
White with #FC2803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2803; }
p { color: rgb(252,40,3); }
H1.HeaderClassName
{
color: #FC2803;
}
.AnyTagClassName
{
color: #FC2803;
}
</style>
background-color css
<style>
a { background-color: #FC2803; }
a { background-color: rgb(252,40,3); }
div.DivClassName
{
background-color: #FC2803;
}
.BgClassName
{
background-color: #FC2803;
}
</style>
border-color css
<style>
span { border-color: #FC2803; }
span { border-color: rgb(252,40,3); }
td.TdClassName
{
border-color: #FC2803;
}
.TagClassName
{
border-color: #FC2803;
}
</style>