Shades of Scarlet #FC2719
Tints of Scarlet #FC2719
RGB
CMYK
RGB Variations
Color information
#FC2719 (or 0xFC2719) is known color: Scarlet. HEX triplet: FC, 27 and 19. RGB value is (252,39,25). Sum of RGB (Red+Green+Blue) = 252+39+25=316 (41% of max value = 765). Red value is 252 (98.83% from 255 or 79.75% from 316); Green value is 39 (15.62% from 255 or 12.34% from 316); Blue value is 25 (10.16% from 255 or 7.91% from 316); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2719 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC2719 is #03D8E6. Grayscale: #656565. Windows color (decimal): -252135 or 1648636. OLE color: 1648636.
HSL color Cylindrical-coordinate representation of color #FC2719: hue angle of 3.7º 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 #FC2719 is Cyan = 0, Magento = 0.85, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 39 | 25 | - |
| CMYK | 0 | 0.85 | 0.90 | 0.01 |
| HSL | 3.7º | 0.97% | 0.54% | - |
| HSV(B) | 3.7º | 0.9% | 0.99% | - |
| XYZ | 41.05 | 22.22 | 3.04 | - |
| YUV | 101.09 | 85.07 | 235.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 39 | 25 | 0 | 0.85 | 0.90 | 0.01 | 3.7 | 0.97 | 0.54 |
| Hex | FC | 27 | 19 | 0 | 55 | 5A | 1 | 4 | 61 | 36 |
| Octal | 374 | 47 | 31 | 0 | 125 | 132 | 1 | 4 | 141 | 66 |
| Binary | 11111100 | 100111 | 11001 | 0 | 1010101 | 1011010 | 1 | 100 | 1100001 | 110110 |
Color Harmonies of #FC2719
Complementary color
Monochromatic Colors of #FC2719
Black with #FC2719
Text Example
Text Example
White with #FC2719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2719; }
p { color: rgb(252,39,25); }
H1.HeaderClassName
{
color: #FC2719;
}
.AnyTagClassName
{
color: #FC2719;
}
</style>
background-color css
<style>
a { background-color: #FC2719; }
a { background-color: rgb(252,39,25); }
div.DivClassName
{
background-color: #FC2719;
}
.BgClassName
{
background-color: #FC2719;
}
</style>
border-color css
<style>
span { border-color: #FC2719; }
span { border-color: rgb(252,39,25); }
td.TdClassName
{
border-color: #FC2719;
}
.TagClassName
{
border-color: #FC2719;
}
</style>