Shades of Scarlet #FC320E
Tints of Scarlet #FC320E
RGB
CMYK
RGB Variations
Color information
#FC320E (or 0xFC320E) is known color: Scarlet. HEX triplet: FC, 32 and 0E. RGB value is (252,50,14). Sum of RGB (Red+Green+Blue) = 252+50+14=316 (41% of max value = 765). Red value is 252 (98.83% from 255 or 79.75% from 316); Green value is 50 (19.92% from 255 or 15.82% from 316); Blue value is 14 (5.86% from 255 or 4.43% from 316); Max value from RGB is 252 - color contains mainly: red. Hex color #FC320E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC320E is #03CDF1. Grayscale: #6A6A6A. Windows color (decimal): -249330 or 930556. OLE color: 930556.
HSL color Cylindrical-coordinate representation of color #FC320E: hue angle of 9.08º 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 #FC320E is Cyan = 0, Magento = 0.80, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 50 | 14 | - |
| CMYK | 0 | 0.80 | 0.94 | 0.01 |
| HSL | 9.08º | 0.98% | 0.52% | - |
| HSV(B) | 9.08º | 0.94% | 0.99% | - |
| XYZ | 41.36 | 23.01 | 2.68 | - |
| YUV | 106.29 | 75.92 | 231.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 50 | 14 | 0 | 0.80 | 0.94 | 0.01 | 9.08 | 0.98 | 0.52 |
| Hex | FC | 32 | E | 0 | 50 | 5E | 1 | 9 | 62 | 34 |
| Octal | 374 | 62 | 16 | 0 | 120 | 136 | 1 | 11 | 142 | 64 |
| Binary | 11111100 | 110010 | 1110 | 0 | 1010000 | 1011110 | 1 | 1001 | 1100010 | 110100 |
Color Harmonies of #FC320E
Complementary color
Monochromatic Colors of #FC320E
Black with #FC320E
Text Example
Text Example
White with #FC320E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC320E; }
p { color: rgb(252,50,14); }
H1.HeaderClassName
{
color: #FC320E;
}
.AnyTagClassName
{
color: #FC320E;
}
</style>
background-color css
<style>
a { background-color: #FC320E; }
a { background-color: rgb(252,50,14); }
div.DivClassName
{
background-color: #FC320E;
}
.BgClassName
{
background-color: #FC320E;
}
</style>
border-color css
<style>
span { border-color: #FC320E; }
span { border-color: rgb(252,50,14); }
td.TdClassName
{
border-color: #FC320E;
}
.TagClassName
{
border-color: #FC320E;
}
</style>