Shades of Scarlet #FC1713
Tints of Scarlet #FC1713
RGB
CMYK
RGB Variations
Color information
#FC1713 (or 0xFC1713) is known color: Scarlet. HEX triplet: FC, 17 and 13. RGB value is (252,23,19). Sum of RGB (Red+Green+Blue) = 252+23+19=294 (38% of max value = 765). Red value is 252 (98.83% from 255 or 85.71% from 294); Green value is 23 (9.38% from 255 or 7.82% from 294); Blue value is 19 (7.81% from 255 or 6.46% from 294); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1713 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC1713 is #03E8EC. Grayscale: #5B5B5B. Windows color (decimal): -256237 or 1251324. OLE color: 1251324.
HSL color Cylindrical-coordinate representation of color #FC1713: hue angle of 1.03º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FC1713 is Cyan = 0, Magento = 0.91, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 23 | 19 | - |
| CMYK | 0 | 0.91 | 0.92 | 0.01 |
| HSL | 1.03º | 0.97% | 0.53% | - |
| HSV(B) | 1.03º | 0.92% | 0.99% | - |
| XYZ | 40.57 | 21.36 | 2.6 | - |
| YUV | 91.02 | 87.37 | 242.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 23 | 19 | 0 | 0.91 | 0.92 | 0.01 | 1.03 | 0.97 | 0.53 |
| Hex | FC | 17 | 13 | 0 | 5B | 5C | 1 | 1 | 61 | 35 |
| Octal | 374 | 27 | 23 | 0 | 133 | 134 | 1 | 1 | 141 | 65 |
| Binary | 11111100 | 10111 | 10011 | 0 | 1011011 | 1011100 | 1 | 1 | 1100001 | 110101 |
Color Harmonies of #FC1713
Complementary color
Monochromatic Colors of #FC1713
Black with #FC1713
Text Example
Text Example
White with #FC1713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1713; }
p { color: rgb(252,23,19); }
H1.HeaderClassName
{
color: #FC1713;
}
.AnyTagClassName
{
color: #FC1713;
}
</style>
background-color css
<style>
a { background-color: #FC1713; }
a { background-color: rgb(252,23,19); }
div.DivClassName
{
background-color: #FC1713;
}
.BgClassName
{
background-color: #FC1713;
}
</style>
border-color css
<style>
span { border-color: #FC1713; }
span { border-color: rgb(252,23,19); }
td.TdClassName
{
border-color: #FC1713;
}
.TagClassName
{
border-color: #FC1713;
}
</style>