Shades of Scarlet #FC1707
Tints of Scarlet #FC1707
RGB
CMYK
RGB Variations
Color information
#FC1707 (or 0xFC1707) is known color: Scarlet. HEX triplet: FC, 17 and 07. RGB value is (252,23,7). Sum of RGB (Red+Green+Blue) = 252+23+7=282 (37% of max value = 765). Red value is 252 (98.83% from 255 or 89.36% from 282); Green value is 23 (9.38% from 255 or 8.16% from 282); Blue value is 7 (3.12% from 255 or 2.48% from 282); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1707 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC1707 is #03E8F8. Grayscale: #595959. Windows color (decimal): -256249 or 464892. OLE color: 464892.
HSL color Cylindrical-coordinate representation of color #FC1707: hue angle of 3.92º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FC1707 is Cyan = 0, Magento = 0.91, Yellow = 0.97 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 23 | 7 | - |
| CMYK | 0 | 0.91 | 0.97 | 0.01 |
| HSL | 3.92º | 0.98% | 0.51% | - |
| HSV(B) | 3.92º | 0.97% | 0.99% | - |
| XYZ | 40.49 | 21.32 | 2.18 | - |
| YUV | 89.65 | 81.37 | 243.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 23 | 7 | 0 | 0.91 | 0.97 | 0.01 | 3.92 | 0.98 | 0.51 |
| Hex | FC | 17 | 7 | 0 | 5B | 61 | 1 | 4 | 62 | 33 |
| Octal | 374 | 27 | 7 | 0 | 133 | 141 | 1 | 4 | 142 | 63 |
| Binary | 11111100 | 10111 | 111 | 0 | 1011011 | 1100001 | 1 | 100 | 1100010 | 110011 |
Color Harmonies of #FC1707
Complementary color
Monochromatic Colors of #FC1707
Black with #FC1707
Text Example
Text Example
White with #FC1707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1707; }
p { color: rgb(252,23,7); }
H1.HeaderClassName
{
color: #FC1707;
}
.AnyTagClassName
{
color: #FC1707;
}
</style>
background-color css
<style>
a { background-color: #FC1707; }
a { background-color: rgb(252,23,7); }
div.DivClassName
{
background-color: #FC1707;
}
.BgClassName
{
background-color: #FC1707;
}
</style>
border-color css
<style>
span { border-color: #FC1707; }
span { border-color: rgb(252,23,7); }
td.TdClassName
{
border-color: #FC1707;
}
.TagClassName
{
border-color: #FC1707;
}
</style>