Shades of Scarlet #FC1912
Tints of Scarlet #FC1912
RGB
CMYK
RGB Variations
Color information
#FC1912 (or 0xFC1912) is known color: Scarlet. HEX triplet: FC, 19 and 12. RGB value is (252,25,18). Sum of RGB (Red+Green+Blue) = 252+25+18=295 (39% of max value = 765). Red value is 252 (98.83% from 255 or 85.42% from 295); Green value is 25 (10.16% from 255 or 8.47% from 295); Blue value is 18 (7.42% from 255 or 6.10% from 295); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1912 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC1912 is #03E6ED. Grayscale: #5C5C5C. Windows color (decimal): -255726 or 1186300. OLE color: 1186300.
HSL color Cylindrical-coordinate representation of color #FC1912: hue angle of 1.79º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FC1912 is Cyan = 0, Magento = 0.90, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 25 | 18 | - |
| CMYK | 0 | 0.90 | 0.93 | 0.01 |
| HSL | 1.79º | 0.98% | 0.53% | - |
| HSV(B) | 1.79º | 0.93% | 0.99% | - |
| XYZ | 40.6 | 21.43 | 2.57 | - |
| YUV | 92.08 | 86.21 | 242.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 25 | 18 | 0 | 0.90 | 0.93 | 0.01 | 1.79 | 0.98 | 0.53 |
| Hex | FC | 19 | 12 | 0 | 5A | 5D | 1 | 2 | 62 | 35 |
| Octal | 374 | 31 | 22 | 0 | 132 | 135 | 1 | 2 | 142 | 65 |
| Binary | 11111100 | 11001 | 10010 | 0 | 1011010 | 1011101 | 1 | 10 | 1100010 | 110101 |
Color Harmonies of #FC1912
Complementary color
Monochromatic Colors of #FC1912
Black with #FC1912
Text Example
Text Example
White with #FC1912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1912; }
p { color: rgb(252,25,18); }
H1.HeaderClassName
{
color: #FC1912;
}
.AnyTagClassName
{
color: #FC1912;
}
</style>
background-color css
<style>
a { background-color: #FC1912; }
a { background-color: rgb(252,25,18); }
div.DivClassName
{
background-color: #FC1912;
}
.BgClassName
{
background-color: #FC1912;
}
</style>
border-color css
<style>
span { border-color: #FC1912; }
span { border-color: rgb(252,25,18); }
td.TdClassName
{
border-color: #FC1912;
}
.TagClassName
{
border-color: #FC1912;
}
</style>