Shades of Scarlet #FC1606
Tints of Scarlet #FC1606
RGB
CMYK
RGB Variations
Color information
#FC1606 (or 0xFC1606) is known color: Scarlet. HEX triplet: FC, 16 and 06. RGB value is (252,22,6). Sum of RGB (Red+Green+Blue) = 252+22+6=280 (37% of max value = 765). Red value is 252 (98.83% from 255 or 90% from 280); Green value is 22 (8.98% from 255 or 7.86% from 280); Blue value is 6 (2.73% from 255 or 2.14% from 280); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1606 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC1606 is #03E9F9. Grayscale: #595959. Windows color (decimal): -256506 or 399100. OLE color: 399100.
HSL color Cylindrical-coordinate representation of color #FC1606: hue angle of 3.9º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FC1606 is Cyan = 0, Magento = 0.91, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 22 | 6 | - |
| CMYK | 0 | 0.91 | 0.98 | 0.01 |
| HSL | 3.9º | 0.98% | 0.51% | - |
| HSV(B) | 3.9º | 0.98% | 0.99% | - |
| XYZ | 40.46 | 21.28 | 2.15 | - |
| YUV | 88.95 | 81.2 | 244.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 22 | 6 | 0 | 0.91 | 0.98 | 0.01 | 3.9 | 0.98 | 0.51 |
| Hex | FC | 16 | 6 | 0 | 5B | 62 | 1 | 4 | 62 | 33 |
| Octal | 374 | 26 | 6 | 0 | 133 | 142 | 1 | 4 | 142 | 63 |
| Binary | 11111100 | 10110 | 110 | 0 | 1011011 | 1100010 | 1 | 100 | 1100010 | 110011 |
Color Harmonies of #FC1606
Complementary color
Monochromatic Colors of #FC1606
Black with #FC1606
Text Example
Text Example
White with #FC1606
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1606; }
p { color: rgb(252,22,6); }
H1.HeaderClassName
{
color: #FC1606;
}
.AnyTagClassName
{
color: #FC1606;
}
</style>
background-color css
<style>
a { background-color: #FC1606; }
a { background-color: rgb(252,22,6); }
div.DivClassName
{
background-color: #FC1606;
}
.BgClassName
{
background-color: #FC1606;
}
</style>
border-color css
<style>
span { border-color: #FC1606; }
span { border-color: rgb(252,22,6); }
td.TdClassName
{
border-color: #FC1606;
}
.TagClassName
{
border-color: #FC1606;
}
</style>