Shades of Scarlet #FC1D14
Tints of Scarlet #FC1D14
RGB
CMYK
RGB Variations
Color information
#FC1D14 (or 0xFC1D14) is known color: Scarlet. HEX triplet: FC, 1D and 14. RGB value is (252,29,20). Sum of RGB (Red+Green+Blue) = 252+29+20=301 (39% of max value = 765). Red value is 252 (98.83% from 255 or 83.72% from 301); Green value is 29 (11.72% from 255 or 9.63% from 301); Blue value is 20 (8.20% from 255 or 6.64% from 301); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1D14 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC1D14 is #03E2EB. Grayscale: #5E5E5E. Windows color (decimal): -254700 or 1318396. OLE color: 1318396.
HSL color Cylindrical-coordinate representation of color #FC1D14: hue angle of 2.33º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FC1D14 is Cyan = 0, Magento = 0.88, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 29 | 20 | - |
| CMYK | 0 | 0.88 | 0.92 | 0.01 |
| HSL | 2.33º | 0.97% | 0.53% | - |
| HSV(B) | 2.33º | 0.92% | 0.99% | - |
| XYZ | 40.71 | 21.62 | 2.69 | - |
| YUV | 94.65 | 85.88 | 240.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 29 | 20 | 0 | 0.88 | 0.92 | 0.01 | 2.33 | 0.97 | 0.53 |
| Hex | FC | 1D | 14 | 0 | 58 | 5C | 1 | 2 | 61 | 35 |
| Octal | 374 | 35 | 24 | 0 | 130 | 134 | 1 | 2 | 141 | 65 |
| Binary | 11111100 | 11101 | 10100 | 0 | 1011000 | 1011100 | 1 | 10 | 1100001 | 110101 |
Color Harmonies of #FC1D14
Complementary color
Monochromatic Colors of #FC1D14
Black with #FC1D14
Text Example
Text Example
White with #FC1D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1D14; }
p { color: rgb(252,29,20); }
H1.HeaderClassName
{
color: #FC1D14;
}
.AnyTagClassName
{
color: #FC1D14;
}
</style>
background-color css
<style>
a { background-color: #FC1D14; }
a { background-color: rgb(252,29,20); }
div.DivClassName
{
background-color: #FC1D14;
}
.BgClassName
{
background-color: #FC1D14;
}
</style>
border-color css
<style>
span { border-color: #FC1D14; }
span { border-color: rgb(252,29,20); }
td.TdClassName
{
border-color: #FC1D14;
}
.TagClassName
{
border-color: #FC1D14;
}
</style>