Shades of Scarlet #FC2914
Tints of Scarlet #FC2914
RGB
CMYK
RGB Variations
Color information
#FC2914 (or 0xFC2914) is known color: Scarlet. HEX triplet: FC, 29 and 14. RGB value is (252,41,20). Sum of RGB (Red+Green+Blue) = 252+41+20=313 (41% of max value = 765). Red value is 252 (98.83% from 255 or 80.51% from 313); Green value is 41 (16.41% from 255 or 13.10% from 313); Blue value is 20 (8.20% from 255 or 6.39% from 313); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2914 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC2914 is #03D6EB. Grayscale: #656565. Windows color (decimal): -251628 or 1321468. OLE color: 1321468.
HSL color Cylindrical-coordinate representation of color #FC2914: hue angle of 5.43º 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 #FC2914 is Cyan = 0, Magento = 0.84, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 41 | 20 | - |
| CMYK | 0 | 0.84 | 0.92 | 0.01 |
| HSL | 5.43º | 0.97% | 0.53% | - |
| HSV(B) | 5.43º | 0.92% | 0.99% | - |
| XYZ | 41.06 | 22.33 | 2.81 | - |
| YUV | 101.7 | 81.9 | 235.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 41 | 20 | 0 | 0.84 | 0.92 | 0.01 | 5.43 | 0.97 | 0.53 |
| Hex | FC | 29 | 14 | 0 | 54 | 5C | 1 | 5 | 61 | 35 |
| Octal | 374 | 51 | 24 | 0 | 124 | 134 | 1 | 5 | 141 | 65 |
| Binary | 11111100 | 101001 | 10100 | 0 | 1010100 | 1011100 | 1 | 101 | 1100001 | 110101 |
Color Harmonies of #FC2914
Complementary color
Monochromatic Colors of #FC2914
Black with #FC2914
Text Example
Text Example
White with #FC2914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2914; }
p { color: rgb(252,41,20); }
H1.HeaderClassName
{
color: #FC2914;
}
.AnyTagClassName
{
color: #FC2914;
}
</style>
background-color css
<style>
a { background-color: #FC2914; }
a { background-color: rgb(252,41,20); }
div.DivClassName
{
background-color: #FC2914;
}
.BgClassName
{
background-color: #FC2914;
}
</style>
border-color css
<style>
span { border-color: #FC2914; }
span { border-color: rgb(252,41,20); }
td.TdClassName
{
border-color: #FC2914;
}
.TagClassName
{
border-color: #FC2914;
}
</style>