Shades of Scarlet #FC2819
Tints of Scarlet #FC2819
RGB
CMYK
RGB Variations
Color information
#FC2819 (or 0xFC2819) is known color: Scarlet. HEX triplet: FC, 28 and 19. RGB value is (252,40,25). Sum of RGB (Red+Green+Blue) = 252+40+25=317 (41% of max value = 765). Red value is 252 (98.83% from 255 or 79.50% from 317); Green value is 40 (16.02% from 255 or 12.62% from 317); Blue value is 25 (10.16% from 255 or 7.89% from 317); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2819 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC2819 is #03D7E6. Grayscale: #656565. Windows color (decimal): -251879 or 1648892. OLE color: 1648892.
HSL color Cylindrical-coordinate representation of color #FC2819: hue angle of 3.96º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FC2819 is Cyan = 0, Magento = 0.84, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 40 | 25 | - |
| CMYK | 0 | 0.84 | 0.90 | 0.01 |
| HSL | 3.96º | 0.97% | 0.54% | - |
| HSV(B) | 3.96º | 0.9% | 0.99% | - |
| XYZ | 41.08 | 22.28 | 3.06 | - |
| YUV | 101.68 | 84.74 | 235.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 40 | 25 | 0 | 0.84 | 0.90 | 0.01 | 3.96 | 0.97 | 0.54 |
| Hex | FC | 28 | 19 | 0 | 54 | 5A | 1 | 4 | 61 | 36 |
| Octal | 374 | 50 | 31 | 0 | 124 | 132 | 1 | 4 | 141 | 66 |
| Binary | 11111100 | 101000 | 11001 | 0 | 1010100 | 1011010 | 1 | 100 | 1100001 | 110110 |
Color Harmonies of #FC2819
Complementary color
Monochromatic Colors of #FC2819
Black with #FC2819
Text Example
Text Example
White with #FC2819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2819; }
p { color: rgb(252,40,25); }
H1.HeaderClassName
{
color: #FC2819;
}
.AnyTagClassName
{
color: #FC2819;
}
</style>
background-color css
<style>
a { background-color: #FC2819; }
a { background-color: rgb(252,40,25); }
div.DivClassName
{
background-color: #FC2819;
}
.BgClassName
{
background-color: #FC2819;
}
</style>
border-color css
<style>
span { border-color: #FC2819; }
span { border-color: rgb(252,40,25); }
td.TdClassName
{
border-color: #FC2819;
}
.TagClassName
{
border-color: #FC2819;
}
</style>