Shades of Scarlet #FC2416
Tints of Scarlet #FC2416
RGB
CMYK
RGB Variations
Color information
#FC2416 (or 0xFC2416) is known color: Scarlet. HEX triplet: FC, 24 and 16. RGB value is (252,36,22). Sum of RGB (Red+Green+Blue) = 252+36+22=310 (41% of max value = 765). Red value is 252 (98.83% from 255 or 81.29% from 310); Green value is 36 (14.45% from 255 or 11.61% from 310); Blue value is 22 (8.98% from 255 or 7.10% from 310); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2416 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC2416 is #03DBE9. Grayscale: #636363. Windows color (decimal): -252906 or 1451260. OLE color: 1451260.
HSL color Cylindrical-coordinate representation of color #FC2416: hue angle of 3.65º 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 #FC2416 is Cyan = 0, Magento = 0.86, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 36 | 22 | - |
| CMYK | 0 | 0.86 | 0.91 | 0.01 |
| HSL | 3.65º | 0.97% | 0.54% | - |
| HSV(B) | 3.65º | 0.91% | 0.99% | - |
| XYZ | 40.92 | 22.02 | 2.85 | - |
| YUV | 98.99 | 84.56 | 237.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 36 | 22 | 0 | 0.86 | 0.91 | 0.01 | 3.65 | 0.97 | 0.54 |
| Hex | FC | 24 | 16 | 0 | 56 | 5B | 1 | 4 | 61 | 36 |
| Octal | 374 | 44 | 26 | 0 | 126 | 133 | 1 | 4 | 141 | 66 |
| Binary | 11111100 | 100100 | 10110 | 0 | 1010110 | 1011011 | 1 | 100 | 1100001 | 110110 |
Color Harmonies of #FC2416
Complementary color
Monochromatic Colors of #FC2416
Black with #FC2416
Text Example
Text Example
White with #FC2416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2416; }
p { color: rgb(252,36,22); }
H1.HeaderClassName
{
color: #FC2416;
}
.AnyTagClassName
{
color: #FC2416;
}
</style>
background-color css
<style>
a { background-color: #FC2416; }
a { background-color: rgb(252,36,22); }
div.DivClassName
{
background-color: #FC2416;
}
.BgClassName
{
background-color: #FC2416;
}
</style>
border-color css
<style>
span { border-color: #FC2416; }
span { border-color: rgb(252,36,22); }
td.TdClassName
{
border-color: #FC2416;
}
.TagClassName
{
border-color: #FC2416;
}
</style>