Shades of Scarlet #FC1308
Tints of Scarlet #FC1308
RGB
CMYK
RGB Variations
Color information
#FC1308 (or 0xFC1308) is known color: Scarlet. HEX triplet: FC, 13 and 08. RGB value is (252,19,8). Sum of RGB (Red+Green+Blue) = 252+19+8=279 (36% of max value = 765). Red value is 252 (98.83% from 255 or 90.32% from 279); Green value is 19 (7.81% from 255 or 6.81% from 279); Blue value is 8 (3.52% from 255 or 2.87% from 279); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1308 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC1308 is #03ECF7. Grayscale: #575757. Windows color (decimal): -257272 or 529404. OLE color: 529404.
HSL color Cylindrical-coordinate representation of color #FC1308: hue angle of 2.7º 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 #FC1308 is Cyan = 0, Magento = 0.92, Yellow = 0.97 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 19 | 8 | - |
| CMYK | 0 | 0.92 | 0.97 | 0.01 |
| HSL | 2.7º | 0.98% | 0.51% | - |
| HSV(B) | 2.7º | 0.97% | 0.99% | - |
| XYZ | 40.42 | 21.18 | 2.19 | - |
| YUV | 87.41 | 83.19 | 245.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 19 | 8 | 0 | 0.92 | 0.97 | 0.01 | 2.7 | 0.98 | 0.51 |
| Hex | FC | 13 | 8 | 0 | 5C | 61 | 1 | 3 | 62 | 33 |
| Octal | 374 | 23 | 10 | 0 | 134 | 141 | 1 | 3 | 142 | 63 |
| Binary | 11111100 | 10011 | 1000 | 0 | 1011100 | 1100001 | 1 | 11 | 1100010 | 110011 |
Color Harmonies of #FC1308
Complementary color
Monochromatic Colors of #FC1308
Black with #FC1308
Text Example
Text Example
White with #FC1308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1308; }
p { color: rgb(252,19,8); }
H1.HeaderClassName
{
color: #FC1308;
}
.AnyTagClassName
{
color: #FC1308;
}
</style>
background-color css
<style>
a { background-color: #FC1308; }
a { background-color: rgb(252,19,8); }
div.DivClassName
{
background-color: #FC1308;
}
.BgClassName
{
background-color: #FC1308;
}
</style>
border-color css
<style>
span { border-color: #FC1308; }
span { border-color: rgb(252,19,8); }
td.TdClassName
{
border-color: #FC1308;
}
.TagClassName
{
border-color: #FC1308;
}
</style>