Shades of Scarlet #FC1500
Tints of Scarlet #FC1500
RGB
CMYK
RGB Variations
Color information
#FC1500 (or 0xFC1500) is known color: Scarlet. HEX triplet: FC, 15 and 00. RGB value is (252,21,0). Sum of RGB (Red+Green+Blue) = 252+21+0=273 (36% of max value = 765). Red value is 252 (98.83% from 255 or 92.31% from 273); Green value is 21 (8.59% from 255 or 7.69% from 273); Blue value is 0 (0.39% from 255 or 0% from 273); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1500 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC1500 is #03EAFF. Grayscale: #575757. Windows color (decimal): -256768 or 5628. OLE color: 5628.
HSL color Cylindrical-coordinate representation of color #FC1500: hue angle of 5º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FC1500 is Cyan = 0, Magento = 0.92, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 21 | 0 | - |
| CMYK | 0 | 0.92 | 1 | 0.01 |
| HSL | 5º | 1% | 0.49% | - |
| HSV(B) | 5º | 1% | 0.99% | - |
| XYZ | 40.41 | 21.23 | 1.97 | - |
| YUV | 87.68 | 78.53 | 245.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 21 | 0 | 0 | 0.92 | 1 | 0.01 | 5 | 1 | 0.49 |
| Hex | FC | 15 | 0 | 0 | 5C | 64 | 1 | 5 | 64 | 31 |
| Octal | 374 | 25 | 0 | 0 | 134 | 144 | 1 | 5 | 144 | 61 |
| Binary | 11111100 | 10101 | 0 | 0 | 1011100 | 1100100 | 1 | 101 | 1100100 | 110001 |
Color Harmonies of #FC1500
Complementary color
Monochromatic Colors of #FC1500
Black with #FC1500
Text Example
Text Example
White with #FC1500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1500; }
p { color: rgb(252,21,0); }
H1.HeaderClassName
{
color: #FC1500;
}
.AnyTagClassName
{
color: #FC1500;
}
</style>
background-color css
<style>
a { background-color: #FC1500; }
a { background-color: rgb(252,21,0); }
div.DivClassName
{
background-color: #FC1500;
}
.BgClassName
{
background-color: #FC1500;
}
</style>
border-color css
<style>
span { border-color: #FC1500; }
span { border-color: rgb(252,21,0); }
td.TdClassName
{
border-color: #FC1500;
}
.TagClassName
{
border-color: #FC1500;
}
</style>