Shades of Scarlet #FC2C13
Tints of Scarlet #FC2C13
RGB
CMYK
RGB Variations
Color information
#FC2C13 (or 0xFC2C13) is known color: Scarlet. HEX triplet: FC, 2C and 13. RGB value is (252,44,19). Sum of RGB (Red+Green+Blue) = 252+44+19=315 (41% of max value = 765). Red value is 252 (98.83% from 255 or 80% from 315); Green value is 44 (17.58% from 255 or 13.97% from 315); Blue value is 19 (7.81% from 255 or 6.03% from 315); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2C13 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC2C13 is #03D3EC. Grayscale: #676767. Windows color (decimal): -250861 or 1256700. OLE color: 1256700.
HSL color Cylindrical-coordinate representation of color #FC2C13: hue angle of 6.44º 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 #FC2C13 is Cyan = 0, Magento = 0.83, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 44 | 19 | - |
| CMYK | 0 | 0.83 | 0.92 | 0.01 |
| HSL | 6.44º | 0.97% | 0.53% | - |
| HSV(B) | 6.44º | 0.92% | 0.99% | - |
| XYZ | 41.16 | 22.54 | 2.8 | - |
| YUV | 103.34 | 80.41 | 234.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 44 | 19 | 0 | 0.83 | 0.92 | 0.01 | 6.44 | 0.97 | 0.53 |
| Hex | FC | 2C | 13 | 0 | 53 | 5C | 1 | 6 | 61 | 35 |
| Octal | 374 | 54 | 23 | 0 | 123 | 134 | 1 | 6 | 141 | 65 |
| Binary | 11111100 | 101100 | 10011 | 0 | 1010011 | 1011100 | 1 | 110 | 1100001 | 110101 |
Color Harmonies of #FC2C13
Complementary color
Monochromatic Colors of #FC2C13
Black with #FC2C13
Text Example
Text Example
White with #FC2C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2C13; }
p { color: rgb(252,44,19); }
H1.HeaderClassName
{
color: #FC2C13;
}
.AnyTagClassName
{
color: #FC2C13;
}
</style>
background-color css
<style>
a { background-color: #FC2C13; }
a { background-color: rgb(252,44,19); }
div.DivClassName
{
background-color: #FC2C13;
}
.BgClassName
{
background-color: #FC2C13;
}
</style>
border-color css
<style>
span { border-color: #FC2C13; }
span { border-color: rgb(252,44,19); }
td.TdClassName
{
border-color: #FC2C13;
}
.TagClassName
{
border-color: #FC2C13;
}
</style>