Shades of Scarlet #FC160F
Tints of Scarlet #FC160F
RGB
CMYK
RGB Variations
Color information
#FC160F (or 0xFC160F) is known color: Scarlet. HEX triplet: FC, 16 and 0F. RGB value is (252,22,15). Sum of RGB (Red+Green+Blue) = 252+22+15=289 (38% of max value = 765). Red value is 252 (98.83% from 255 or 87.20% from 289); Green value is 22 (8.98% from 255 or 7.61% from 289); Blue value is 15 (6.25% from 255 or 5.19% from 289); Max value from RGB is 252 - color contains mainly: red. Hex color #FC160F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC160F is #03E9F0. Grayscale: #5A5A5A. Windows color (decimal): -256497 or 988924. OLE color: 988924.
HSL color Cylindrical-coordinate representation of color #FC160F: hue angle of 1.77º 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 #FC160F is Cyan = 0, Magento = 0.91, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 22 | 15 | - |
| CMYK | 0 | 0.91 | 0.94 | 0.01 |
| HSL | 1.77º | 0.98% | 0.52% | - |
| HSV(B) | 1.77º | 0.94% | 0.99% | - |
| XYZ | 40.52 | 21.3 | 2.43 | - |
| YUV | 89.97 | 85.7 | 243.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 22 | 15 | 0 | 0.91 | 0.94 | 0.01 | 1.77 | 0.98 | 0.52 |
| Hex | FC | 16 | F | 0 | 5B | 5E | 1 | 2 | 62 | 34 |
| Octal | 374 | 26 | 17 | 0 | 133 | 136 | 1 | 2 | 142 | 64 |
| Binary | 11111100 | 10110 | 1111 | 0 | 1011011 | 1011110 | 1 | 10 | 1100010 | 110100 |
Color Harmonies of #FC160F
Complementary color
Monochromatic Colors of #FC160F
Black with #FC160F
Text Example
Text Example
White with #FC160F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC160F; }
p { color: rgb(252,22,15); }
H1.HeaderClassName
{
color: #FC160F;
}
.AnyTagClassName
{
color: #FC160F;
}
</style>
background-color css
<style>
a { background-color: #FC160F; }
a { background-color: rgb(252,22,15); }
div.DivClassName
{
background-color: #FC160F;
}
.BgClassName
{
background-color: #FC160F;
}
</style>
border-color css
<style>
span { border-color: #FC160F; }
span { border-color: rgb(252,22,15); }
td.TdClassName
{
border-color: #FC160F;
}
.TagClassName
{
border-color: #FC160F;
}
</style>