Shades of Scarlet #FC1D15
Tints of Scarlet #FC1D15
RGB
CMYK
RGB Variations
Color information
#FC1D15 (or 0xFC1D15) is known color: Scarlet. HEX triplet: FC, 1D and 15. RGB value is (252,29,21). Sum of RGB (Red+Green+Blue) = 252+29+21=302 (40% of max value = 765). Red value is 252 (98.83% from 255 or 83.44% from 302); Green value is 29 (11.72% from 255 or 9.60% from 302); Blue value is 21 (8.59% from 255 or 6.95% from 302); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1D15 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC1D15 is #03E2EA. Grayscale: #5F5F5F. Windows color (decimal): -254699 or 1383932. OLE color: 1383932.
HSL color Cylindrical-coordinate representation of color #FC1D15: hue angle of 2.08º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FC1D15 is Cyan = 0, Magento = 0.88, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 29 | 21 | - |
| CMYK | 0 | 0.88 | 0.92 | 0.01 |
| HSL | 2.08º | 0.97% | 0.54% | - |
| HSV(B) | 2.08º | 0.92% | 0.99% | - |
| XYZ | 40.72 | 21.63 | 2.74 | - |
| YUV | 94.77 | 86.38 | 240.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 29 | 21 | 0 | 0.88 | 0.92 | 0.01 | 2.08 | 0.97 | 0.54 |
| Hex | FC | 1D | 15 | 0 | 58 | 5C | 1 | 2 | 61 | 36 |
| Octal | 374 | 35 | 25 | 0 | 130 | 134 | 1 | 2 | 141 | 66 |
| Binary | 11111100 | 11101 | 10101 | 0 | 1011000 | 1011100 | 1 | 10 | 1100001 | 110110 |
Color Harmonies of #FC1D15
Complementary color
Monochromatic Colors of #FC1D15
Black with #FC1D15
Text Example
Text Example
White with #FC1D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1D15; }
p { color: rgb(252,29,21); }
H1.HeaderClassName
{
color: #FC1D15;
}
.AnyTagClassName
{
color: #FC1D15;
}
</style>
background-color css
<style>
a { background-color: #FC1D15; }
a { background-color: rgb(252,29,21); }
div.DivClassName
{
background-color: #FC1D15;
}
.BgClassName
{
background-color: #FC1D15;
}
</style>
border-color css
<style>
span { border-color: #FC1D15; }
span { border-color: rgb(252,29,21); }
td.TdClassName
{
border-color: #FC1D15;
}
.TagClassName
{
border-color: #FC1D15;
}
</style>