Shades of Scarlet #FC1615
Tints of Scarlet #FC1615
RGB
CMYK
RGB Variations
Color information
#FC1615 (or 0xFC1615) is known color: Scarlet. HEX triplet: FC, 16 and 15. RGB value is (252,22,21). Sum of RGB (Red+Green+Blue) = 252+22+21=295 (39% of max value = 765). Red value is 252 (98.83% from 255 or 85.42% from 295); Green value is 22 (8.98% from 255 or 7.46% from 295); Blue value is 21 (8.59% from 255 or 7.12% from 295); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1615 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC1615 is #03E9EA. Grayscale: #5A5A5A. Windows color (decimal): -256491 or 1382140. OLE color: 1382140.
HSL color Cylindrical-coordinate representation of color #FC1615: hue angle of 0.26º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FC1615 is Cyan = 0, Magento = 0.91, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 22 | 21 | - |
| CMYK | 0 | 0.91 | 0.92 | 0.01 |
| HSL | 0.26º | 0.97% | 0.54% | - |
| HSV(B) | 0.26º | 0.92% | 0.99% | - |
| XYZ | 40.57 | 21.32 | 2.69 | - |
| YUV | 90.66 | 88.7 | 243.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 22 | 21 | 0 | 0.91 | 0.92 | 0.01 | 0.26 | 0.97 | 0.54 |
| Hex | FC | 16 | 15 | 0 | 5B | 5C | 1 | 0 | 61 | 36 |
| Octal | 374 | 26 | 25 | 0 | 133 | 134 | 1 | 0 | 141 | 66 |
| Binary | 11111100 | 10110 | 10101 | 0 | 1011011 | 1011100 | 1 | 0 | 1100001 | 110110 |
Color Harmonies of #FC1615
Complementary color
Monochromatic Colors of #FC1615
Black with #FC1615
Text Example
Text Example
White with #FC1615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1615; }
p { color: rgb(252,22,21); }
H1.HeaderClassName
{
color: #FC1615;
}
.AnyTagClassName
{
color: #FC1615;
}
</style>
background-color css
<style>
a { background-color: #FC1615; }
a { background-color: rgb(252,22,21); }
div.DivClassName
{
background-color: #FC1615;
}
.BgClassName
{
background-color: #FC1615;
}
</style>
border-color css
<style>
span { border-color: #FC1615; }
span { border-color: rgb(252,22,21); }
td.TdClassName
{
border-color: #FC1615;
}
.TagClassName
{
border-color: #FC1615;
}
</style>