Shades of Scarlet #FC2516
Tints of Scarlet #FC2516
RGB
CMYK
RGB Variations
Color information
#FC2516 (or 0xFC2516) is known color: Scarlet. HEX triplet: FC, 25 and 16. RGB value is (252,37,22). Sum of RGB (Red+Green+Blue) = 252+37+22=311 (41% of max value = 765). Red value is 252 (98.83% from 255 or 81.03% from 311); Green value is 37 (14.84% from 255 or 11.90% from 311); Blue value is 22 (8.98% from 255 or 7.07% from 311); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2516 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC2516 is #03DAE9. Grayscale: #636363. Windows color (decimal): -252650 or 1451516. OLE color: 1451516.
HSL color Cylindrical-coordinate representation of color #FC2516: hue angle of 3.91º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FC2516 is Cyan = 0, Magento = 0.85, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 37 | 22 | - |
| CMYK | 0 | 0.85 | 0.91 | 0.01 |
| HSL | 3.91º | 0.97% | 0.54% | - |
| HSV(B) | 3.91º | 0.91% | 0.99% | - |
| XYZ | 40.95 | 22.08 | 2.86 | - |
| YUV | 99.58 | 84.23 | 236.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 37 | 22 | 0 | 0.85 | 0.91 | 0.01 | 3.91 | 0.97 | 0.54 |
| Hex | FC | 25 | 16 | 0 | 55 | 5B | 1 | 4 | 61 | 36 |
| Octal | 374 | 45 | 26 | 0 | 125 | 133 | 1 | 4 | 141 | 66 |
| Binary | 11111100 | 100101 | 10110 | 0 | 1010101 | 1011011 | 1 | 100 | 1100001 | 110110 |
Color Harmonies of #FC2516
Complementary color
Monochromatic Colors of #FC2516
Black with #FC2516
Text Example
Text Example
White with #FC2516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2516; }
p { color: rgb(252,37,22); }
H1.HeaderClassName
{
color: #FC2516;
}
.AnyTagClassName
{
color: #FC2516;
}
</style>
background-color css
<style>
a { background-color: #FC2516; }
a { background-color: rgb(252,37,22); }
div.DivClassName
{
background-color: #FC2516;
}
.BgClassName
{
background-color: #FC2516;
}
</style>
border-color css
<style>
span { border-color: #FC2516; }
span { border-color: rgb(252,37,22); }
td.TdClassName
{
border-color: #FC2516;
}
.TagClassName
{
border-color: #FC2516;
}
</style>