Shades of Scarlet #FC2911
Tints of Scarlet #FC2911
RGB
CMYK
RGB Variations
Color information
#FC2911 (or 0xFC2911) is known color: Scarlet. HEX triplet: FC, 29 and 11. RGB value is (252,41,17). Sum of RGB (Red+Green+Blue) = 252+41+17=310 (41% of max value = 765). Red value is 252 (98.83% from 255 or 81.29% from 310); Green value is 41 (16.41% from 255 or 13.23% from 310); Blue value is 17 (7.03% from 255 or 5.48% from 310); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2911 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC2911 is #03D6EE. Grayscale: #656565. Windows color (decimal): -251631 or 1124860. OLE color: 1124860.
HSL color Cylindrical-coordinate representation of color #FC2911: hue angle of 6.13º 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 #FC2911 is Cyan = 0, Magento = 0.84, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 41 | 17 | - |
| CMYK | 0 | 0.84 | 0.93 | 0.01 |
| HSL | 6.13º | 0.98% | 0.53% | - |
| HSV(B) | 6.13º | 0.93% | 0.99% | - |
| XYZ | 41.04 | 22.32 | 2.68 | - |
| YUV | 101.35 | 80.4 | 235.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 41 | 17 | 0 | 0.84 | 0.93 | 0.01 | 6.13 | 0.98 | 0.53 |
| Hex | FC | 29 | 11 | 0 | 54 | 5D | 1 | 6 | 62 | 35 |
| Octal | 374 | 51 | 21 | 0 | 124 | 135 | 1 | 6 | 142 | 65 |
| Binary | 11111100 | 101001 | 10001 | 0 | 1010100 | 1011101 | 1 | 110 | 1100010 | 110101 |
Color Harmonies of #FC2911
Complementary color
Monochromatic Colors of #FC2911
Black with #FC2911
Text Example
Text Example
White with #FC2911
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2911; }
p { color: rgb(252,41,17); }
H1.HeaderClassName
{
color: #FC2911;
}
.AnyTagClassName
{
color: #FC2911;
}
</style>
background-color css
<style>
a { background-color: #FC2911; }
a { background-color: rgb(252,41,17); }
div.DivClassName
{
background-color: #FC2911;
}
.BgClassName
{
background-color: #FC2911;
}
</style>
border-color css
<style>
span { border-color: #FC2911; }
span { border-color: rgb(252,41,17); }
td.TdClassName
{
border-color: #FC2911;
}
.TagClassName
{
border-color: #FC2911;
}
</style>