Shades of Scarlet #FC310A
Tints of Scarlet #FC310A
RGB
CMYK
RGB Variations
Color information
#FC310A (or 0xFC310A) is known color: Scarlet. HEX triplet: FC, 31 and 0A. RGB value is (252,49,10). Sum of RGB (Red+Green+Blue) = 252+49+10=311 (41% of max value = 765). Red value is 252 (98.83% from 255 or 81.03% from 311); Green value is 49 (19.53% from 255 or 15.76% from 311); Blue value is 10 (4.30% from 255 or 3.22% from 311); Max value from RGB is 252 - color contains mainly: red. Hex color #FC310A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC310A is #03CEF5. Grayscale: #696969. Windows color (decimal): -249590 or 668156. OLE color: 668156.
HSL color Cylindrical-coordinate representation of color #FC310A: hue angle of 9.67º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FC310A is Cyan = 0, Magento = 0.81, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 49 | 10 | - |
| CMYK | 0 | 0.81 | 0.96 | 0.01 |
| HSL | 9.67º | 0.98% | 0.51% | - |
| HSV(B) | 9.67º | 0.96% | 0.99% | - |
| XYZ | 41.3 | 22.91 | 2.53 | - |
| YUV | 105.25 | 74.25 | 232.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 49 | 10 | 0 | 0.81 | 0.96 | 0.01 | 9.67 | 0.98 | 0.51 |
| Hex | FC | 31 | A | 0 | 51 | 60 | 1 | A | 62 | 33 |
| Octal | 374 | 61 | 12 | 0 | 121 | 140 | 1 | 12 | 142 | 63 |
| Binary | 11111100 | 110001 | 1010 | 0 | 1010001 | 1100000 | 1 | 1010 | 1100010 | 110011 |
Color Harmonies of #FC310A
Complementary color
Monochromatic Colors of #FC310A
Black with #FC310A
Text Example
Text Example
White with #FC310A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC310A; }
p { color: rgb(252,49,10); }
H1.HeaderClassName
{
color: #FC310A;
}
.AnyTagClassName
{
color: #FC310A;
}
</style>
background-color css
<style>
a { background-color: #FC310A; }
a { background-color: rgb(252,49,10); }
div.DivClassName
{
background-color: #FC310A;
}
.BgClassName
{
background-color: #FC310A;
}
</style>
border-color css
<style>
span { border-color: #FC310A; }
span { border-color: rgb(252,49,10); }
td.TdClassName
{
border-color: #FC310A;
}
.TagClassName
{
border-color: #FC310A;
}
</style>