Shades of Scarlet #FC300E
Tints of Scarlet #FC300E
RGB
CMYK
RGB Variations
Color information
#FC300E (or 0xFC300E) is known color: Scarlet. HEX triplet: FC, 30 and 0E. RGB value is (252,48,14). Sum of RGB (Red+Green+Blue) = 252+48+14=314 (41% of max value = 765). Red value is 252 (98.83% from 255 or 80.25% from 314); Green value is 48 (19.14% from 255 or 15.29% from 314); Blue value is 14 (5.86% from 255 or 4.46% from 314); Max value from RGB is 252 - color contains mainly: red. Hex color #FC300E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC300E is #03CFF1. Grayscale: #696969. Windows color (decimal): -249842 or 930044. OLE color: 930044.
HSL color Cylindrical-coordinate representation of color #FC300E: hue angle of 8.57º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FC300E is Cyan = 0, Magento = 0.81, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 48 | 14 | - |
| CMYK | 0 | 0.81 | 0.94 | 0.01 |
| HSL | 8.57º | 0.98% | 0.52% | - |
| HSV(B) | 8.57º | 0.94% | 0.99% | - |
| XYZ | 41.28 | 22.84 | 2.65 | - |
| YUV | 105.12 | 76.59 | 232.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 48 | 14 | 0 | 0.81 | 0.94 | 0.01 | 8.57 | 0.98 | 0.52 |
| Hex | FC | 30 | E | 0 | 51 | 5E | 1 | 9 | 62 | 34 |
| Octal | 374 | 60 | 16 | 0 | 121 | 136 | 1 | 11 | 142 | 64 |
| Binary | 11111100 | 110000 | 1110 | 0 | 1010001 | 1011110 | 1 | 1001 | 1100010 | 110100 |
Color Harmonies of #FC300E
Complementary color
Monochromatic Colors of #FC300E
Black with #FC300E
Text Example
Text Example
White with #FC300E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC300E; }
p { color: rgb(252,48,14); }
H1.HeaderClassName
{
color: #FC300E;
}
.AnyTagClassName
{
color: #FC300E;
}
</style>
background-color css
<style>
a { background-color: #FC300E; }
a { background-color: rgb(252,48,14); }
div.DivClassName
{
background-color: #FC300E;
}
.BgClassName
{
background-color: #FC300E;
}
</style>
border-color css
<style>
span { border-color: #FC300E; }
span { border-color: rgb(252,48,14); }
td.TdClassName
{
border-color: #FC300E;
}
.TagClassName
{
border-color: #FC300E;
}
</style>