Shades of Scarlet #FC3011
Tints of Scarlet #FC3011
RGB
CMYK
RGB Variations
Color information
#FC3011 (or 0xFC3011) is known color: Scarlet. HEX triplet: FC, 30 and 11. RGB value is (252,48,17). Sum of RGB (Red+Green+Blue) = 252+48+17=317 (41% of max value = 765). Red value is 252 (98.83% from 255 or 79.50% from 317); Green value is 48 (19.14% from 255 or 15.14% from 317); Blue value is 17 (7.03% from 255 or 5.36% from 317); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3011 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC3011 is #03CFEE. Grayscale: #696969. Windows color (decimal): -249839 or 1126652. OLE color: 1126652.
HSL color Cylindrical-coordinate representation of color #FC3011: hue angle of 7.91º 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 #FC3011 is Cyan = 0, Magento = 0.81, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 48 | 17 | - |
| CMYK | 0 | 0.81 | 0.93 | 0.01 |
| HSL | 7.91º | 0.98% | 0.53% | - |
| HSV(B) | 7.91º | 0.93% | 0.99% | - |
| XYZ | 41.3 | 22.85 | 2.76 | - |
| YUV | 105.46 | 78.09 | 232.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 48 | 17 | 0 | 0.81 | 0.93 | 0.01 | 7.91 | 0.98 | 0.53 |
| Hex | FC | 30 | 11 | 0 | 51 | 5D | 1 | 8 | 62 | 35 |
| Octal | 374 | 60 | 21 | 0 | 121 | 135 | 1 | 10 | 142 | 65 |
| Binary | 11111100 | 110000 | 10001 | 0 | 1010001 | 1011101 | 1 | 1000 | 1100010 | 110101 |
Color Harmonies of #FC3011
Complementary color
Monochromatic Colors of #FC3011
Black with #FC3011
Text Example
Text Example
White with #FC3011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC3011; }
p { color: rgb(252,48,17); }
H1.HeaderClassName
{
color: #FC3011;
}
.AnyTagClassName
{
color: #FC3011;
}
</style>
background-color css
<style>
a { background-color: #FC3011; }
a { background-color: rgb(252,48,17); }
div.DivClassName
{
background-color: #FC3011;
}
.BgClassName
{
background-color: #FC3011;
}
</style>
border-color css
<style>
span { border-color: #FC3011; }
span { border-color: rgb(252,48,17); }
td.TdClassName
{
border-color: #FC3011;
}
.TagClassName
{
border-color: #FC3011;
}
</style>