Shades of Scarlet #FC1908
Tints of Scarlet #FC1908
RGB
CMYK
RGB Variations
Color information
#FC1908 (or 0xFC1908) is known color: Scarlet. HEX triplet: FC, 19 and 08. RGB value is (252,25,8). Sum of RGB (Red+Green+Blue) = 252+25+8=285 (37% of max value = 765). Red value is 252 (98.83% from 255 or 88.42% from 285); Green value is 25 (10.16% from 255 or 8.77% from 285); Blue value is 8 (3.52% from 255 or 2.81% from 285); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1908 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC1908 is #03E6F7. Grayscale: #5B5B5B. Windows color (decimal): -255736 or 530940. OLE color: 530940.
HSL color Cylindrical-coordinate representation of color #FC1908: hue angle of 4.18º 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 #FC1908 is Cyan = 0, Magento = 0.90, Yellow = 0.97 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 25 | 8 | - |
| CMYK | 0 | 0.90 | 0.97 | 0.01 |
| HSL | 4.18º | 0.98% | 0.51% | - |
| HSV(B) | 4.18º | 0.97% | 0.99% | - |
| XYZ | 40.54 | 21.41 | 2.23 | - |
| YUV | 90.94 | 81.21 | 242.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 25 | 8 | 0 | 0.90 | 0.97 | 0.01 | 4.18 | 0.98 | 0.51 |
| Hex | FC | 19 | 8 | 0 | 5A | 61 | 1 | 4 | 62 | 33 |
| Octal | 374 | 31 | 10 | 0 | 132 | 141 | 1 | 4 | 142 | 63 |
| Binary | 11111100 | 11001 | 1000 | 0 | 1011010 | 1100001 | 1 | 100 | 1100010 | 110011 |
Color Harmonies of #FC1908
Complementary color
Monochromatic Colors of #FC1908
Black with #FC1908
Text Example
Text Example
White with #FC1908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1908; }
p { color: rgb(252,25,8); }
H1.HeaderClassName
{
color: #FC1908;
}
.AnyTagClassName
{
color: #FC1908;
}
</style>
background-color css
<style>
a { background-color: #FC1908; }
a { background-color: rgb(252,25,8); }
div.DivClassName
{
background-color: #FC1908;
}
.BgClassName
{
background-color: #FC1908;
}
</style>
border-color css
<style>
span { border-color: #FC1908; }
span { border-color: rgb(252,25,8); }
td.TdClassName
{
border-color: #FC1908;
}
.TagClassName
{
border-color: #FC1908;
}
</style>