Shades of Scarlet #FC1708
Tints of Scarlet #FC1708
RGB
CMYK
RGB Variations
Color information
#FC1708 (or 0xFC1708) is known color: Scarlet. HEX triplet: FC, 17 and 08. RGB value is (252,23,8). Sum of RGB (Red+Green+Blue) = 252+23+8=283 (37% of max value = 765). Red value is 252 (98.83% from 255 or 89.05% from 283); Green value is 23 (9.38% from 255 or 8.13% from 283); Blue value is 8 (3.52% from 255 or 2.83% from 283); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1708 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC1708 is #03E8F7. Grayscale: #5A5A5A. Windows color (decimal): -256248 or 530428. OLE color: 530428.
HSL color Cylindrical-coordinate representation of color #FC1708: hue angle of 3.69º 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 #FC1708 is Cyan = 0, Magento = 0.91, Yellow = 0.97 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 23 | 8 | - |
| CMYK | 0 | 0.91 | 0.97 | 0.01 |
| HSL | 3.69º | 0.98% | 0.51% | - |
| HSV(B) | 3.69º | 0.97% | 0.99% | - |
| XYZ | 40.5 | 21.33 | 2.21 | - |
| YUV | 89.76 | 81.87 | 243.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 23 | 8 | 0 | 0.91 | 0.97 | 0.01 | 3.69 | 0.98 | 0.51 |
| Hex | FC | 17 | 8 | 0 | 5B | 61 | 1 | 4 | 62 | 33 |
| Octal | 374 | 27 | 10 | 0 | 133 | 141 | 1 | 4 | 142 | 63 |
| Binary | 11111100 | 10111 | 1000 | 0 | 1011011 | 1100001 | 1 | 100 | 1100010 | 110011 |
Color Harmonies of #FC1708
Complementary color
Monochromatic Colors of #FC1708
Black with #FC1708
Text Example
Text Example
White with #FC1708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1708; }
p { color: rgb(252,23,8); }
H1.HeaderClassName
{
color: #FC1708;
}
.AnyTagClassName
{
color: #FC1708;
}
</style>
background-color css
<style>
a { background-color: #FC1708; }
a { background-color: rgb(252,23,8); }
div.DivClassName
{
background-color: #FC1708;
}
.BgClassName
{
background-color: #FC1708;
}
</style>
border-color css
<style>
span { border-color: #FC1708; }
span { border-color: rgb(252,23,8); }
td.TdClassName
{
border-color: #FC1708;
}
.TagClassName
{
border-color: #FC1708;
}
</style>