Shades of Scarlet #FC1917
Tints of Scarlet #FC1917
RGB
CMYK
RGB Variations
Color information
#FC1917 (or 0xFC1917) is known color: Scarlet. HEX triplet: FC, 19 and 17. RGB value is (252,25,23). Sum of RGB (Red+Green+Blue) = 252+25+23=300 (39% of max value = 765). Red value is 252 (98.83% from 255 or 84% from 300); Green value is 25 (10.16% from 255 or 8.33% from 300); Blue value is 23 (9.38% from 255 or 7.67% from 300); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1917 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC1917 is #03E6E8. Grayscale: #5C5C5C. Windows color (decimal): -255721 or 1513980. OLE color: 1513980.
HSL color Cylindrical-coordinate representation of color #FC1917: hue angle of 0.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 #FC1917 is Cyan = 0, Magento = 0.90, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 25 | 23 | - |
| CMYK | 0 | 0.90 | 0.91 | 0.01 |
| HSL | 0.52º | 0.97% | 0.54% | - |
| HSV(B) | 0.52º | 0.91% | 0.99% | - |
| XYZ | 40.65 | 21.45 | 2.81 | - |
| YUV | 92.65 | 88.71 | 241.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 25 | 23 | 0 | 0.90 | 0.91 | 0.01 | 0.52 | 0.97 | 0.54 |
| Hex | FC | 19 | 17 | 0 | 5A | 5B | 1 | 1 | 61 | 36 |
| Octal | 374 | 31 | 27 | 0 | 132 | 133 | 1 | 1 | 141 | 66 |
| Binary | 11111100 | 11001 | 10111 | 0 | 1011010 | 1011011 | 1 | 1 | 1100001 | 110110 |
Color Harmonies of #FC1917
Complementary color
Monochromatic Colors of #FC1917
Black with #FC1917
Text Example
Text Example
White with #FC1917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1917; }
p { color: rgb(252,25,23); }
H1.HeaderClassName
{
color: #FC1917;
}
.AnyTagClassName
{
color: #FC1917;
}
</style>
background-color css
<style>
a { background-color: #FC1917; }
a { background-color: rgb(252,25,23); }
div.DivClassName
{
background-color: #FC1917;
}
.BgClassName
{
background-color: #FC1917;
}
</style>
border-color css
<style>
span { border-color: #FC1917; }
span { border-color: rgb(252,25,23); }
td.TdClassName
{
border-color: #FC1917;
}
.TagClassName
{
border-color: #FC1917;
}
</style>