Shades of Scarlet #FC310C
Tints of Scarlet #FC310C
RGB
CMYK
RGB Variations
Color information
#FC310C (or 0xFC310C) is known color: Scarlet. HEX triplet: FC, 31 and 0C. RGB value is (252,49,12). Sum of RGB (Red+Green+Blue) = 252+49+12=313 (41% of max value = 765). Red value is 252 (98.83% from 255 or 80.51% from 313); Green value is 49 (19.53% from 255 or 15.65% from 313); Blue value is 12 (5.08% from 255 or 3.83% from 313); Max value from RGB is 252 - color contains mainly: red. Hex color #FC310C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC310C is #03CEF3. Grayscale: #696969. Windows color (decimal): -249588 or 799228. OLE color: 799228.
HSL color Cylindrical-coordinate representation of color #FC310C: hue angle of 9.25º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FC310C is Cyan = 0, Magento = 0.81, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 49 | 12 | - |
| CMYK | 0 | 0.81 | 0.95 | 0.01 |
| HSL | 9.25º | 0.98% | 0.52% | - |
| HSV(B) | 9.25º | 0.95% | 0.99% | - |
| XYZ | 41.31 | 22.92 | 2.59 | - |
| YUV | 105.48 | 75.25 | 232.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 49 | 12 | 0 | 0.81 | 0.95 | 0.01 | 9.25 | 0.98 | 0.52 |
| Hex | FC | 31 | C | 0 | 51 | 5F | 1 | 9 | 62 | 34 |
| Octal | 374 | 61 | 14 | 0 | 121 | 137 | 1 | 11 | 142 | 64 |
| Binary | 11111100 | 110001 | 1100 | 0 | 1010001 | 1011111 | 1 | 1001 | 1100010 | 110100 |
Color Harmonies of #FC310C
Complementary color
Monochromatic Colors of #FC310C
Black with #FC310C
Text Example
Text Example
White with #FC310C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC310C; }
p { color: rgb(252,49,12); }
H1.HeaderClassName
{
color: #FC310C;
}
.AnyTagClassName
{
color: #FC310C;
}
</style>
background-color css
<style>
a { background-color: #FC310C; }
a { background-color: rgb(252,49,12); }
div.DivClassName
{
background-color: #FC310C;
}
.BgClassName
{
background-color: #FC310C;
}
</style>
border-color css
<style>
span { border-color: #FC310C; }
span { border-color: rgb(252,49,12); }
td.TdClassName
{
border-color: #FC310C;
}
.TagClassName
{
border-color: #FC310C;
}
</style>