Shades of Scarlet #FC1A14
Tints of Scarlet #FC1A14
RGB
CMYK
RGB Variations
Color information
#FC1A14 (or 0xFC1A14) is known color: Scarlet. HEX triplet: FC, 1A and 14. RGB value is (252,26,20). Sum of RGB (Red+Green+Blue) = 252+26+20=298 (39% of max value = 765). Red value is 252 (98.83% from 255 or 84.56% from 298); Green value is 26 (10.55% from 255 or 8.72% from 298); Blue value is 20 (8.20% from 255 or 6.71% from 298); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1A14 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC1A14 is #03E5EB. Grayscale: #5D5D5D. Windows color (decimal): -255468 or 1317628. OLE color: 1317628.
HSL color Cylindrical-coordinate representation of color #FC1A14: hue angle of 1.55º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FC1A14 is Cyan = 0, Magento = 0.90, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 26 | 20 | - |
| CMYK | 0 | 0.90 | 0.92 | 0.01 |
| HSL | 1.55º | 0.97% | 0.53% | - |
| HSV(B) | 1.55º | 0.92% | 0.99% | - |
| XYZ | 40.64 | 21.48 | 2.67 | - |
| YUV | 92.89 | 86.87 | 241.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 26 | 20 | 0 | 0.90 | 0.92 | 0.01 | 1.55 | 0.97 | 0.53 |
| Hex | FC | 1A | 14 | 0 | 5A | 5C | 1 | 2 | 61 | 35 |
| Octal | 374 | 32 | 24 | 0 | 132 | 134 | 1 | 2 | 141 | 65 |
| Binary | 11111100 | 11010 | 10100 | 0 | 1011010 | 1011100 | 1 | 10 | 1100001 | 110101 |
Color Harmonies of #FC1A14
Complementary color
Monochromatic Colors of #FC1A14
Black with #FC1A14
Text Example
Text Example
White with #FC1A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1A14; }
p { color: rgb(252,26,20); }
H1.HeaderClassName
{
color: #FC1A14;
}
.AnyTagClassName
{
color: #FC1A14;
}
</style>
background-color css
<style>
a { background-color: #FC1A14; }
a { background-color: rgb(252,26,20); }
div.DivClassName
{
background-color: #FC1A14;
}
.BgClassName
{
background-color: #FC1A14;
}
</style>
border-color css
<style>
span { border-color: #FC1A14; }
span { border-color: rgb(252,26,20); }
td.TdClassName
{
border-color: #FC1A14;
}
.TagClassName
{
border-color: #FC1A14;
}
</style>