Shades of Scarlet #FC1E14
Tints of Scarlet #FC1E14
RGB
CMYK
RGB Variations
Color information
#FC1E14 (or 0xFC1E14) is known color: Scarlet. HEX triplet: FC, 1E and 14. RGB value is (252,30,20). Sum of RGB (Red+Green+Blue) = 252+30+20=302 (40% of max value = 765). Red value is 252 (98.83% from 255 or 83.44% from 302); Green value is 30 (12.11% from 255 or 9.93% from 302); Blue value is 20 (8.20% from 255 or 6.62% from 302); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1E14 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC1E14 is #03E1EB. Grayscale: #5F5F5F. Windows color (decimal): -254444 or 1318652. OLE color: 1318652.
HSL color Cylindrical-coordinate representation of color #FC1E14: hue angle of 2.59º 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 #FC1E14 is Cyan = 0, Magento = 0.88, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 30 | 20 | - |
| CMYK | 0 | 0.88 | 0.92 | 0.01 |
| HSL | 2.59º | 0.97% | 0.53% | - |
| HSV(B) | 2.59º | 0.92% | 0.99% | - |
| XYZ | 40.74 | 21.67 | 2.7 | - |
| YUV | 95.24 | 85.55 | 239.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 30 | 20 | 0 | 0.88 | 0.92 | 0.01 | 2.59 | 0.97 | 0.53 |
| Hex | FC | 1E | 14 | 0 | 58 | 5C | 1 | 3 | 61 | 35 |
| Octal | 374 | 36 | 24 | 0 | 130 | 134 | 1 | 3 | 141 | 65 |
| Binary | 11111100 | 11110 | 10100 | 0 | 1011000 | 1011100 | 1 | 11 | 1100001 | 110101 |
Color Harmonies of #FC1E14
Complementary color
Monochromatic Colors of #FC1E14
Black with #FC1E14
Text Example
Text Example
White with #FC1E14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1E14; }
p { color: rgb(252,30,20); }
H1.HeaderClassName
{
color: #FC1E14;
}
.AnyTagClassName
{
color: #FC1E14;
}
</style>
background-color css
<style>
a { background-color: #FC1E14; }
a { background-color: rgb(252,30,20); }
div.DivClassName
{
background-color: #FC1E14;
}
.BgClassName
{
background-color: #FC1E14;
}
</style>
border-color css
<style>
span { border-color: #FC1E14; }
span { border-color: rgb(252,30,20); }
td.TdClassName
{
border-color: #FC1E14;
}
.TagClassName
{
border-color: #FC1E14;
}
</style>