Shades of Scarlet #FC2119
Tints of Scarlet #FC2119
RGB
CMYK
RGB Variations
Color information
#FC2119 (or 0xFC2119) is known color: Scarlet. HEX triplet: FC, 21 and 19. RGB value is (252,33,25). Sum of RGB (Red+Green+Blue) = 252+33+25=310 (41% of max value = 765). Red value is 252 (98.83% from 255 or 81.29% from 310); Green value is 33 (13.28% from 255 or 10.65% from 310); Blue value is 25 (10.16% from 255 or 8.06% from 310); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2119 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC2119 is #03DEE6. Grayscale: #616161. Windows color (decimal): -253671 or 1647100. OLE color: 1647100.
HSL color Cylindrical-coordinate representation of color #FC2119: hue angle of 2.11º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FC2119 is Cyan = 0, Magento = 0.87, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 33 | 25 | - |
| CMYK | 0 | 0.87 | 0.90 | 0.01 |
| HSL | 2.11º | 0.97% | 0.54% | - |
| HSV(B) | 2.11º | 0.9% | 0.99% | - |
| XYZ | 40.86 | 21.85 | 2.98 | - |
| YUV | 97.57 | 87.05 | 238.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 33 | 25 | 0 | 0.87 | 0.90 | 0.01 | 2.11 | 0.97 | 0.54 |
| Hex | FC | 21 | 19 | 0 | 57 | 5A | 1 | 2 | 61 | 36 |
| Octal | 374 | 41 | 31 | 0 | 127 | 132 | 1 | 2 | 141 | 66 |
| Binary | 11111100 | 100001 | 11001 | 0 | 1010111 | 1011010 | 1 | 10 | 1100001 | 110110 |
Color Harmonies of #FC2119
Complementary color
Monochromatic Colors of #FC2119
Black with #FC2119
Text Example
Text Example
White with #FC2119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2119; }
p { color: rgb(252,33,25); }
H1.HeaderClassName
{
color: #FC2119;
}
.AnyTagClassName
{
color: #FC2119;
}
</style>
background-color css
<style>
a { background-color: #FC2119; }
a { background-color: rgb(252,33,25); }
div.DivClassName
{
background-color: #FC2119;
}
.BgClassName
{
background-color: #FC2119;
}
</style>
border-color css
<style>
span { border-color: #FC2119; }
span { border-color: rgb(252,33,25); }
td.TdClassName
{
border-color: #FC2119;
}
.TagClassName
{
border-color: #FC2119;
}
</style>