Shades of Scarlet #FC160D
Tints of Scarlet #FC160D
RGB
CMYK
RGB Variations
Color information
#FC160D (or 0xFC160D) is known color: Scarlet. HEX triplet: FC, 16 and 0D. RGB value is (252,22,13). Sum of RGB (Red+Green+Blue) = 252+22+13=287 (38% of max value = 765). Red value is 252 (98.83% from 255 or 87.80% from 287); Green value is 22 (8.98% from 255 or 7.67% from 287); Blue value is 13 (5.47% from 255 or 4.53% from 287); Max value from RGB is 252 - color contains mainly: red. Hex color #FC160D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC160D is #03E9F2. Grayscale: #5A5A5A. Windows color (decimal): -256499 or 857852. OLE color: 857852.
HSL color Cylindrical-coordinate representation of color #FC160D: hue angle of 2.26º 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 #FC160D is Cyan = 0, Magento = 0.91, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 22 | 13 | - |
| CMYK | 0 | 0.91 | 0.95 | 0.01 |
| HSL | 2.26º | 0.98% | 0.52% | - |
| HSV(B) | 2.26º | 0.95% | 0.99% | - |
| XYZ | 40.5 | 21.3 | 2.36 | - |
| YUV | 89.74 | 84.7 | 243.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 22 | 13 | 0 | 0.91 | 0.95 | 0.01 | 2.26 | 0.98 | 0.52 |
| Hex | FC | 16 | D | 0 | 5B | 5F | 1 | 2 | 62 | 34 |
| Octal | 374 | 26 | 15 | 0 | 133 | 137 | 1 | 2 | 142 | 64 |
| Binary | 11111100 | 10110 | 1101 | 0 | 1011011 | 1011111 | 1 | 10 | 1100010 | 110100 |
Color Harmonies of #FC160D
Complementary color
Monochromatic Colors of #FC160D
Black with #FC160D
Text Example
Text Example
White with #FC160D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC160D; }
p { color: rgb(252,22,13); }
H1.HeaderClassName
{
color: #FC160D;
}
.AnyTagClassName
{
color: #FC160D;
}
</style>
background-color css
<style>
a { background-color: #FC160D; }
a { background-color: rgb(252,22,13); }
div.DivClassName
{
background-color: #FC160D;
}
.BgClassName
{
background-color: #FC160D;
}
</style>
border-color css
<style>
span { border-color: #FC160D; }
span { border-color: rgb(252,22,13); }
td.TdClassName
{
border-color: #FC160D;
}
.TagClassName
{
border-color: #FC160D;
}
</style>