Shades of Scarlet #FC2F16
Tints of Scarlet #FC2F16
RGB
CMYK
RGB Variations
Color information
#FC2F16 (or 0xFC2F16) is known color: Scarlet. HEX triplet: FC, 2F and 16. RGB value is (252,47,22). Sum of RGB (Red+Green+Blue) = 252+47+22=321 (42% of max value = 765). Red value is 252 (98.83% from 255 or 78.50% from 321); Green value is 47 (18.75% from 255 or 14.64% from 321); Blue value is 22 (8.98% from 255 or 6.85% from 321); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2F16 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC2F16 is #03D0E9. Grayscale: #696969. Windows color (decimal): -250090 or 1454076. OLE color: 1454076.
HSL color Cylindrical-coordinate representation of color #FC2F16: hue angle of 6.52º 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 #FC2F16 is Cyan = 0, Magento = 0.81, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 47 | 22 | - |
| CMYK | 0 | 0.81 | 0.91 | 0.01 |
| HSL | 6.52º | 0.97% | 0.54% | - |
| HSV(B) | 6.52º | 0.91% | 0.99% | - |
| XYZ | 41.31 | 22.79 | 2.98 | - |
| YUV | 105.45 | 80.92 | 232.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 47 | 22 | 0 | 0.81 | 0.91 | 0.01 | 6.52 | 0.97 | 0.54 |
| Hex | FC | 2F | 16 | 0 | 51 | 5B | 1 | 7 | 61 | 36 |
| Octal | 374 | 57 | 26 | 0 | 121 | 133 | 1 | 7 | 141 | 66 |
| Binary | 11111100 | 101111 | 10110 | 0 | 1010001 | 1011011 | 1 | 111 | 1100001 | 110110 |
Color Harmonies of #FC2F16
Complementary color
Monochromatic Colors of #FC2F16
Black with #FC2F16
Text Example
Text Example
White with #FC2F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2F16; }
p { color: rgb(252,47,22); }
H1.HeaderClassName
{
color: #FC2F16;
}
.AnyTagClassName
{
color: #FC2F16;
}
</style>
background-color css
<style>
a { background-color: #FC2F16; }
a { background-color: rgb(252,47,22); }
div.DivClassName
{
background-color: #FC2F16;
}
.BgClassName
{
background-color: #FC2F16;
}
</style>
border-color css
<style>
span { border-color: #FC2F16; }
span { border-color: rgb(252,47,22); }
td.TdClassName
{
border-color: #FC2F16;
}
.TagClassName
{
border-color: #FC2F16;
}
</style>