Shades of Scarlet #FC2800
Tints of Scarlet #FC2800
RGB
CMYK
RGB Variations
Color information
#FC2800 (or 0xFC2800) is known color: Scarlet. HEX triplet: FC, 28 and 00. RGB value is (252,40,0). Sum of RGB (Red+Green+Blue) = 252+40+0=292 (38% of max value = 765). Red value is 252 (98.83% from 255 or 86.30% from 292); Green value is 40 (16.02% from 255 or 13.70% from 292); Blue value is 0 (0.39% from 255 or 0% from 292); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2800 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC2800 is #03D7FF. Grayscale: #636363. Windows color (decimal): -251904 or 10492. OLE color: 10492.
HSL color Cylindrical-coordinate representation of color #FC2800: hue angle of 9.52º 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 #FC2800 is Cyan = 0, Magento = 0.84, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 40 | 0 | - |
| CMYK | 0 | 0.84 | 1 | 0.01 |
| HSL | 9.52º | 1% | 0.49% | - |
| HSV(B) | 9.52º | 1% | 0.99% | - |
| XYZ | 40.9 | 22.21 | 2.13 | - |
| YUV | 98.83 | 72.24 | 237.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 40 | 0 | 0 | 0.84 | 1 | 0.01 | 9.52 | 1 | 0.49 |
| Hex | FC | 28 | 0 | 0 | 54 | 64 | 1 | A | 64 | 31 |
| Octal | 374 | 50 | 0 | 0 | 124 | 144 | 1 | 12 | 144 | 61 |
| Binary | 11111100 | 101000 | 0 | 0 | 1010100 | 1100100 | 1 | 1010 | 1100100 | 110001 |
Color Harmonies of #FC2800
Complementary color
Monochromatic Colors of #FC2800
Black with #FC2800
Text Example
Text Example
White with #FC2800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2800; }
p { color: rgb(252,40,0); }
H1.HeaderClassName
{
color: #FC2800;
}
.AnyTagClassName
{
color: #FC2800;
}
</style>
background-color css
<style>
a { background-color: #FC2800; }
a { background-color: rgb(252,40,0); }
div.DivClassName
{
background-color: #FC2800;
}
.BgClassName
{
background-color: #FC2800;
}
</style>
border-color css
<style>
span { border-color: #FC2800; }
span { border-color: rgb(252,40,0); }
td.TdClassName
{
border-color: #FC2800;
}
.TagClassName
{
border-color: #FC2800;
}
</style>