Shades of Scarlet #FC2919
Tints of Scarlet #FC2919
RGB
CMYK
RGB Variations
Color information
#FC2919 (or 0xFC2919) is known color: Scarlet. HEX triplet: FC, 29 and 19. RGB value is (252,41,25). Sum of RGB (Red+Green+Blue) = 252+41+25=318 (42% of max value = 765). Red value is 252 (98.83% from 255 or 79.25% from 318); Green value is 41 (16.41% from 255 or 12.89% from 318); Blue value is 25 (10.16% from 255 or 7.86% from 318); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2919 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC2919 is #03D6E6. Grayscale: #666666. Windows color (decimal): -251623 or 1649148. OLE color: 1649148.
HSL color Cylindrical-coordinate representation of color #FC2919: hue angle of 4.23º 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 #FC2919 is Cyan = 0, Magento = 0.84, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 41 | 25 | - |
| CMYK | 0 | 0.84 | 0.90 | 0.01 |
| HSL | 4.23º | 0.97% | 0.54% | - |
| HSV(B) | 4.23º | 0.9% | 0.99% | - |
| XYZ | 41.11 | 22.35 | 3.07 | - |
| YUV | 102.27 | 84.4 | 234.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 41 | 25 | 0 | 0.84 | 0.90 | 0.01 | 4.23 | 0.97 | 0.54 |
| Hex | FC | 29 | 19 | 0 | 54 | 5A | 1 | 4 | 61 | 36 |
| Octal | 374 | 51 | 31 | 0 | 124 | 132 | 1 | 4 | 141 | 66 |
| Binary | 11111100 | 101001 | 11001 | 0 | 1010100 | 1011010 | 1 | 100 | 1100001 | 110110 |
Color Harmonies of #FC2919
Complementary color
Monochromatic Colors of #FC2919
Black with #FC2919
Text Example
Text Example
White with #FC2919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2919; }
p { color: rgb(252,41,25); }
H1.HeaderClassName
{
color: #FC2919;
}
.AnyTagClassName
{
color: #FC2919;
}
</style>
background-color css
<style>
a { background-color: #FC2919; }
a { background-color: rgb(252,41,25); }
div.DivClassName
{
background-color: #FC2919;
}
.BgClassName
{
background-color: #FC2919;
}
</style>
border-color css
<style>
span { border-color: #FC2919; }
span { border-color: rgb(252,41,25); }
td.TdClassName
{
border-color: #FC2919;
}
.TagClassName
{
border-color: #FC2919;
}
</style>