Shades of Scarlet #FC1919
Tints of Scarlet #FC1919
RGB
CMYK
RGB Variations
Color information
#FC1919 (or 0xFC1919) is known color: Scarlet. HEX triplet: FC, 19 and 19. RGB value is (252,25,25). Sum of RGB (Red+Green+Blue) = 252+25+25=302 (40% of max value = 765). Red value is 252 (98.83% from 255 or 83.44% from 302); Green value is 25 (10.16% from 255 or 8.28% from 302); Blue value is 25 (10.16% from 255 or 8.28% from 302); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1919 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC1919 is #03E6E6. Grayscale: #5D5D5D. Windows color (decimal): -255719 or 1645052. OLE color: 1645052.
HSL color Cylindrical-coordinate representation of color #FC1919: hue angle of 0º 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 #FC1919 is Cyan = 0, Magento = 0.90, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 25 | 25 | - |
| CMYK | 0 | 0.90 | 0.90 | 0.01 |
| HSL | 0º | 0.97% | 0.54% | - |
| HSV(B) | 0º | 0.9% | 0.99% | - |
| XYZ | 40.67 | 21.46 | 2.92 | - |
| YUV | 92.87 | 89.71 | 241.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 25 | 25 | 0 | 0.90 | 0.90 | 0.01 | 0 | 0.97 | 0.54 |
| Hex | FC | 19 | 19 | 0 | 5A | 5A | 1 | 0 | 61 | 36 |
| Octal | 374 | 31 | 31 | 0 | 132 | 132 | 1 | 0 | 141 | 66 |
| Binary | 11111100 | 11001 | 11001 | 0 | 1011010 | 1011010 | 1 | 0 | 1100001 | 110110 |
Color Harmonies of #FC1919
Complementary color
Monochromatic Colors of #FC1919
Black with #FC1919
Text Example
Text Example
White with #FC1919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1919; }
p { color: rgb(252,25,25); }
H1.HeaderClassName
{
color: #FC1919;
}
.AnyTagClassName
{
color: #FC1919;
}
</style>
background-color css
<style>
a { background-color: #FC1919; }
a { background-color: rgb(252,25,25); }
div.DivClassName
{
background-color: #FC1919;
}
.BgClassName
{
background-color: #FC1919;
}
</style>
border-color css
<style>
span { border-color: #FC1919; }
span { border-color: rgb(252,25,25); }
td.TdClassName
{
border-color: #FC1919;
}
.TagClassName
{
border-color: #FC1919;
}
</style>