Shades of Scarlet #FC1508
Tints of Scarlet #FC1508
RGB
CMYK
RGB Variations
Color information
#FC1508 (or 0xFC1508) is known color: Scarlet. HEX triplet: FC, 15 and 08. RGB value is (252,21,8). Sum of RGB (Red+Green+Blue) = 252+21+8=281 (37% of max value = 765). Red value is 252 (98.83% from 255 or 89.68% from 281); Green value is 21 (8.59% from 255 or 7.47% from 281); Blue value is 8 (3.52% from 255 or 2.85% from 281); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1508 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC1508 is #03EAF7. Grayscale: #585858. Windows color (decimal): -256760 or 529916. OLE color: 529916.
HSL color Cylindrical-coordinate representation of color #FC1508: hue angle of 3.2º 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 #FC1508 is Cyan = 0, Magento = 0.92, Yellow = 0.97 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 21 | 8 | - |
| CMYK | 0 | 0.92 | 0.97 | 0.01 |
| HSL | 3.2º | 0.98% | 0.51% | - |
| HSV(B) | 3.2º | 0.97% | 0.99% | - |
| XYZ | 40.46 | 21.25 | 2.2 | - |
| YUV | 88.59 | 82.53 | 244.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 21 | 8 | 0 | 0.92 | 0.97 | 0.01 | 3.2 | 0.98 | 0.51 |
| Hex | FC | 15 | 8 | 0 | 5C | 61 | 1 | 3 | 62 | 33 |
| Octal | 374 | 25 | 10 | 0 | 134 | 141 | 1 | 3 | 142 | 63 |
| Binary | 11111100 | 10101 | 1000 | 0 | 1011100 | 1100001 | 1 | 11 | 1100010 | 110011 |
Color Harmonies of #FC1508
Complementary color
Monochromatic Colors of #FC1508
Black with #FC1508
Text Example
Text Example
White with #FC1508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1508; }
p { color: rgb(252,21,8); }
H1.HeaderClassName
{
color: #FC1508;
}
.AnyTagClassName
{
color: #FC1508;
}
</style>
background-color css
<style>
a { background-color: #FC1508; }
a { background-color: rgb(252,21,8); }
div.DivClassName
{
background-color: #FC1508;
}
.BgClassName
{
background-color: #FC1508;
}
</style>
border-color css
<style>
span { border-color: #FC1508; }
span { border-color: rgb(252,21,8); }
td.TdClassName
{
border-color: #FC1508;
}
.TagClassName
{
border-color: #FC1508;
}
</style>