Shades of Scarlet #FC291C
Tints of Scarlet #FC291C
RGB
CMYK
RGB Variations
Color information
#FC291C (or 0xFC291C) is known color: Scarlet. HEX triplet: FC, 29 and 1C. RGB value is (252,41,28). Sum of RGB (Red+Green+Blue) = 252+41+28=321 (42% of max value = 765). Red value is 252 (98.83% from 255 or 78.50% from 321); Green value is 41 (16.41% from 255 or 12.77% from 321); Blue value is 28 (11.33% from 255 or 8.72% from 321); Max value from RGB is 252 - color contains mainly: red. Hex color #FC291C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC291C is #03D6E3. Grayscale: #666666. Windows color (decimal): -251620 or 1845756. OLE color: 1845756.
HSL color Cylindrical-coordinate representation of color #FC291C: hue angle of 3.48º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FC291C is Cyan = 0, Magento = 0.84, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 41 | 28 | - |
| CMYK | 0 | 0.84 | 0.89 | 0.01 |
| HSL | 3.48º | 0.97% | 0.55% | - |
| HSV(B) | 3.48º | 0.89% | 0.99% | - |
| XYZ | 41.15 | 22.37 | 3.25 | - |
| YUV | 102.61 | 85.9 | 234.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 41 | 28 | 0 | 0.84 | 0.89 | 0.01 | 3.48 | 0.97 | 0.55 |
| Hex | FC | 29 | 1C | 0 | 54 | 59 | 1 | 3 | 61 | 37 |
| Octal | 374 | 51 | 34 | 0 | 124 | 131 | 1 | 3 | 141 | 67 |
| Binary | 11111100 | 101001 | 11100 | 0 | 1010100 | 1011001 | 1 | 11 | 1100001 | 110111 |
Color Harmonies of #FC291C
Complementary color
Monochromatic Colors of #FC291C
Black with #FC291C
Text Example
Text Example
White with #FC291C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC291C; }
p { color: rgb(252,41,28); }
H1.HeaderClassName
{
color: #FC291C;
}
.AnyTagClassName
{
color: #FC291C;
}
</style>
background-color css
<style>
a { background-color: #FC291C; }
a { background-color: rgb(252,41,28); }
div.DivClassName
{
background-color: #FC291C;
}
.BgClassName
{
background-color: #FC291C;
}
</style>
border-color css
<style>
span { border-color: #FC291C; }
span { border-color: rgb(252,41,28); }
td.TdClassName
{
border-color: #FC291C;
}
.TagClassName
{
border-color: #FC291C;
}
</style>