Shades of Scarlet #FC300C
Tints of Scarlet #FC300C
RGB
CMYK
RGB Variations
Color information
#FC300C (or 0xFC300C) is known color: Scarlet. HEX triplet: FC, 30 and 0C. RGB value is (252,48,12). Sum of RGB (Red+Green+Blue) = 252+48+12=312 (41% of max value = 765). Red value is 252 (98.83% from 255 or 80.77% from 312); Green value is 48 (19.14% from 255 or 15.38% from 312); Blue value is 12 (5.08% from 255 or 3.85% from 312); Max value from RGB is 252 - color contains mainly: red. Hex color #FC300C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC300C is #03CFF3. Grayscale: #696969. Windows color (decimal): -249844 or 798972. OLE color: 798972.
HSL color Cylindrical-coordinate representation of color #FC300C: hue angle of 9º 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 #FC300C is Cyan = 0, Magento = 0.81, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 48 | 12 | - |
| CMYK | 0 | 0.81 | 0.95 | 0.01 |
| HSL | 9º | 0.98% | 0.52% | - |
| HSV(B) | 9º | 0.95% | 0.99% | - |
| XYZ | 41.27 | 22.84 | 2.58 | - |
| YUV | 104.89 | 75.59 | 232.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 48 | 12 | 0 | 0.81 | 0.95 | 0.01 | 9 | 0.98 | 0.52 |
| Hex | FC | 30 | C | 0 | 51 | 5F | 1 | 9 | 62 | 34 |
| Octal | 374 | 60 | 14 | 0 | 121 | 137 | 1 | 11 | 142 | 64 |
| Binary | 11111100 | 110000 | 1100 | 0 | 1010001 | 1011111 | 1 | 1001 | 1100010 | 110100 |
Color Harmonies of #FC300C
Complementary color
Monochromatic Colors of #FC300C
Black with #FC300C
Text Example
Text Example
White with #FC300C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC300C; }
p { color: rgb(252,48,12); }
H1.HeaderClassName
{
color: #FC300C;
}
.AnyTagClassName
{
color: #FC300C;
}
</style>
background-color css
<style>
a { background-color: #FC300C; }
a { background-color: rgb(252,48,12); }
div.DivClassName
{
background-color: #FC300C;
}
.BgClassName
{
background-color: #FC300C;
}
</style>
border-color css
<style>
span { border-color: #FC300C; }
span { border-color: rgb(252,48,12); }
td.TdClassName
{
border-color: #FC300C;
}
.TagClassName
{
border-color: #FC300C;
}
</style>