Shades of Scarlet #FC3113
Tints of Scarlet #FC3113
RGB
CMYK
RGB Variations
Color information
#FC3113 (or 0xFC3113) is known color: Scarlet. HEX triplet: FC, 31 and 13. RGB value is (252,49,19). Sum of RGB (Red+Green+Blue) = 252+49+19=320 (42% of max value = 765). Red value is 252 (98.83% from 255 or 78.75% from 320); Green value is 49 (19.53% from 255 or 15.31% from 320); Blue value is 19 (7.81% from 255 or 5.94% from 320); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3113 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC3113 is #03CEEC. Grayscale: #6A6A6A. Windows color (decimal): -249581 or 1257980. OLE color: 1257980.
HSL color Cylindrical-coordinate representation of color #FC3113: hue angle of 7.73º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FC3113 is Cyan = 0, Magento = 0.81, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 49 | 19 | - |
| CMYK | 0 | 0.81 | 0.92 | 0.01 |
| HSL | 7.73º | 0.97% | 0.53% | - |
| HSV(B) | 7.73º | 0.92% | 0.99% | - |
| XYZ | 41.36 | 22.94 | 2.86 | - |
| YUV | 106.28 | 78.75 | 231.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 49 | 19 | 0 | 0.81 | 0.92 | 0.01 | 7.73 | 0.97 | 0.53 |
| Hex | FC | 31 | 13 | 0 | 51 | 5C | 1 | 8 | 61 | 35 |
| Octal | 374 | 61 | 23 | 0 | 121 | 134 | 1 | 10 | 141 | 65 |
| Binary | 11111100 | 110001 | 10011 | 0 | 1010001 | 1011100 | 1 | 1000 | 1100001 | 110101 |
Color Harmonies of #FC3113
Complementary color
Monochromatic Colors of #FC3113
Black with #FC3113
Text Example
Text Example
White with #FC3113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC3113; }
p { color: rgb(252,49,19); }
H1.HeaderClassName
{
color: #FC3113;
}
.AnyTagClassName
{
color: #FC3113;
}
</style>
background-color css
<style>
a { background-color: #FC3113; }
a { background-color: rgb(252,49,19); }
div.DivClassName
{
background-color: #FC3113;
}
.BgClassName
{
background-color: #FC3113;
}
</style>
border-color css
<style>
span { border-color: #FC3113; }
span { border-color: rgb(252,49,19); }
td.TdClassName
{
border-color: #FC3113;
}
.TagClassName
{
border-color: #FC3113;
}
</style>