Shades of Scarlet #FC2514
Tints of Scarlet #FC2514
RGB
CMYK
RGB Variations
Color information
#FC2514 (or 0xFC2514) is known color: Scarlet. HEX triplet: FC, 25 and 14. RGB value is (252,37,20). Sum of RGB (Red+Green+Blue) = 252+37+20=309 (40% of max value = 765). Red value is 252 (98.83% from 255 or 81.55% from 309); Green value is 37 (14.84% from 255 or 11.97% from 309); Blue value is 20 (8.20% from 255 or 6.47% from 309); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2514 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC2514 is #03DAEB. Grayscale: #636363. Windows color (decimal): -252652 or 1320444. OLE color: 1320444.
HSL color Cylindrical-coordinate representation of color #FC2514: hue angle of 4.4º 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 #FC2514 is Cyan = 0, Magento = 0.85, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 37 | 20 | - |
| CMYK | 0 | 0.85 | 0.92 | 0.01 |
| HSL | 4.4º | 0.97% | 0.53% | - |
| HSV(B) | 4.4º | 0.92% | 0.99% | - |
| XYZ | 40.93 | 22.07 | 2.76 | - |
| YUV | 99.35 | 83.23 | 236.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 37 | 20 | 0 | 0.85 | 0.92 | 0.01 | 4.4 | 0.97 | 0.53 |
| Hex | FC | 25 | 14 | 0 | 55 | 5C | 1 | 4 | 61 | 35 |
| Octal | 374 | 45 | 24 | 0 | 125 | 134 | 1 | 4 | 141 | 65 |
| Binary | 11111100 | 100101 | 10100 | 0 | 1010101 | 1011100 | 1 | 100 | 1100001 | 110101 |
Color Harmonies of #FC2514
Complementary color
Monochromatic Colors of #FC2514
Black with #FC2514
Text Example
Text Example
White with #FC2514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2514; }
p { color: rgb(252,37,20); }
H1.HeaderClassName
{
color: #FC2514;
}
.AnyTagClassName
{
color: #FC2514;
}
</style>
background-color css
<style>
a { background-color: #FC2514; }
a { background-color: rgb(252,37,20); }
div.DivClassName
{
background-color: #FC2514;
}
.BgClassName
{
background-color: #FC2514;
}
</style>
border-color css
<style>
span { border-color: #FC2514; }
span { border-color: rgb(252,37,20); }
td.TdClassName
{
border-color: #FC2514;
}
.TagClassName
{
border-color: #FC2514;
}
</style>