Shades of Scarlet #FC1E13
Tints of Scarlet #FC1E13
RGB
CMYK
RGB Variations
Color information
#FC1E13 (or 0xFC1E13) is known color: Scarlet. HEX triplet: FC, 1E and 13. RGB value is (252,30,19). Sum of RGB (Red+Green+Blue) = 252+30+19=301 (39% of max value = 765). Red value is 252 (98.83% from 255 or 83.72% from 301); Green value is 30 (12.11% from 255 or 9.97% from 301); Blue value is 19 (7.81% from 255 or 6.31% from 301); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1E13 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC1E13 is #03E1EC. Grayscale: #5F5F5F. Windows color (decimal): -254445 or 1253116. OLE color: 1253116.
HSL color Cylindrical-coordinate representation of color #FC1E13: hue angle of 2.83º 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 #FC1E13 is Cyan = 0, Magento = 0.88, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 30 | 19 | - |
| CMYK | 0 | 0.88 | 0.92 | 0.01 |
| HSL | 2.83º | 0.97% | 0.53% | - |
| HSV(B) | 2.83º | 0.92% | 0.99% | - |
| XYZ | 40.73 | 21.67 | 2.65 | - |
| YUV | 95.12 | 85.05 | 239.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 30 | 19 | 0 | 0.88 | 0.92 | 0.01 | 2.83 | 0.97 | 0.53 |
| Hex | FC | 1E | 13 | 0 | 58 | 5C | 1 | 3 | 61 | 35 |
| Octal | 374 | 36 | 23 | 0 | 130 | 134 | 1 | 3 | 141 | 65 |
| Binary | 11111100 | 11110 | 10011 | 0 | 1011000 | 1011100 | 1 | 11 | 1100001 | 110101 |
Color Harmonies of #FC1E13
Complementary color
Monochromatic Colors of #FC1E13
Black with #FC1E13
Text Example
Text Example
White with #FC1E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1E13; }
p { color: rgb(252,30,19); }
H1.HeaderClassName
{
color: #FC1E13;
}
.AnyTagClassName
{
color: #FC1E13;
}
</style>
background-color css
<style>
a { background-color: #FC1E13; }
a { background-color: rgb(252,30,19); }
div.DivClassName
{
background-color: #FC1E13;
}
.BgClassName
{
background-color: #FC1E13;
}
</style>
border-color css
<style>
span { border-color: #FC1E13; }
span { border-color: rgb(252,30,19); }
td.TdClassName
{
border-color: #FC1E13;
}
.TagClassName
{
border-color: #FC1E13;
}
</style>