Shades of Scarlet #FC200C
Tints of Scarlet #FC200C
RGB
CMYK
RGB Variations
Color information
#FC200C (or 0xFC200C) is known color: Scarlet. HEX triplet: FC, 20 and 0C. RGB value is (252,32,12). Sum of RGB (Red+Green+Blue) = 252+32+12=296 (39% of max value = 765). Red value is 252 (98.83% from 255 or 85.14% from 296); Green value is 32 (12.89% from 255 or 10.81% from 296); Blue value is 12 (5.08% from 255 or 4.05% from 296); Max value from RGB is 252 - color contains mainly: red. Hex color #FC200C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC200C is #03DFF3. Grayscale: #5F5F5F. Windows color (decimal): -253940 or 794876. OLE color: 794876.
HSL color Cylindrical-coordinate representation of color #FC200C: hue angle of 5º 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 #FC200C is Cyan = 0, Magento = 0.87, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 32 | 12 | - |
| CMYK | 0 | 0.87 | 0.95 | 0.01 |
| HSL | 5º | 0.98% | 0.52% | - |
| HSV(B) | 5º | 0.95% | 0.99% | - |
| XYZ | 40.73 | 21.76 | 2.4 | - |
| YUV | 95.5 | 80.89 | 239.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 32 | 12 | 0 | 0.87 | 0.95 | 0.01 | 5 | 0.98 | 0.52 |
| Hex | FC | 20 | C | 0 | 57 | 5F | 1 | 5 | 62 | 34 |
| Octal | 374 | 40 | 14 | 0 | 127 | 137 | 1 | 5 | 142 | 64 |
| Binary | 11111100 | 100000 | 1100 | 0 | 1010111 | 1011111 | 1 | 101 | 1100010 | 110100 |
Color Harmonies of #FC200C
Complementary color
Monochromatic Colors of #FC200C
Black with #FC200C
Text Example
Text Example
White with #FC200C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC200C; }
p { color: rgb(252,32,12); }
H1.HeaderClassName
{
color: #FC200C;
}
.AnyTagClassName
{
color: #FC200C;
}
</style>
background-color css
<style>
a { background-color: #FC200C; }
a { background-color: rgb(252,32,12); }
div.DivClassName
{
background-color: #FC200C;
}
.BgClassName
{
background-color: #FC200C;
}
</style>
border-color css
<style>
span { border-color: #FC200C; }
span { border-color: rgb(252,32,12); }
td.TdClassName
{
border-color: #FC200C;
}
.TagClassName
{
border-color: #FC200C;
}
</style>