Shades of Scarlet #FC2811
Tints of Scarlet #FC2811
RGB
CMYK
RGB Variations
Color information
#FC2811 (or 0xFC2811) is known color: Scarlet. HEX triplet: FC, 28 and 11. RGB value is (252,40,17). Sum of RGB (Red+Green+Blue) = 252+40+17=309 (40% of max value = 765). Red value is 252 (98.83% from 255 or 81.55% from 309); Green value is 40 (16.02% from 255 or 12.94% from 309); Blue value is 17 (7.03% from 255 or 5.50% from 309); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2811 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC2811 is #03D7EE. Grayscale: #656565. Windows color (decimal): -251887 or 1124604. OLE color: 1124604.
HSL color Cylindrical-coordinate representation of color #FC2811: hue angle of 5.87º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FC2811 is Cyan = 0, Magento = 0.84, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 40 | 17 | - |
| CMYK | 0 | 0.84 | 0.93 | 0.01 |
| HSL | 5.87º | 0.98% | 0.53% | - |
| HSV(B) | 5.87º | 0.93% | 0.99% | - |
| XYZ | 41 | 22.25 | 2.66 | - |
| YUV | 100.77 | 80.74 | 235.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 40 | 17 | 0 | 0.84 | 0.93 | 0.01 | 5.87 | 0.98 | 0.53 |
| Hex | FC | 28 | 11 | 0 | 54 | 5D | 1 | 6 | 62 | 35 |
| Octal | 374 | 50 | 21 | 0 | 124 | 135 | 1 | 6 | 142 | 65 |
| Binary | 11111100 | 101000 | 10001 | 0 | 1010100 | 1011101 | 1 | 110 | 1100010 | 110101 |
Color Harmonies of #FC2811
Complementary color
Monochromatic Colors of #FC2811
Black with #FC2811
Text Example
Text Example
White with #FC2811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2811; }
p { color: rgb(252,40,17); }
H1.HeaderClassName
{
color: #FC2811;
}
.AnyTagClassName
{
color: #FC2811;
}
</style>
background-color css
<style>
a { background-color: #FC2811; }
a { background-color: rgb(252,40,17); }
div.DivClassName
{
background-color: #FC2811;
}
.BgClassName
{
background-color: #FC2811;
}
</style>
border-color css
<style>
span { border-color: #FC2811; }
span { border-color: rgb(252,40,17); }
td.TdClassName
{
border-color: #FC2811;
}
.TagClassName
{
border-color: #FC2811;
}
</style>