Shades of Scarlet #FC2E19
Tints of Scarlet #FC2E19
RGB
CMYK
RGB Variations
Color information
#FC2E19 (or 0xFC2E19) is known color: Scarlet. HEX triplet: FC, 2E and 19. RGB value is (252,46,25). Sum of RGB (Red+Green+Blue) = 252+46+25=323 (42% of max value = 765). Red value is 252 (98.83% from 255 or 78.02% from 323); Green value is 46 (18.36% from 255 or 14.24% from 323); Blue value is 25 (10.16% from 255 or 7.74% from 323); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2E19 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC2E19 is #03D1E6. Grayscale: #696969. Windows color (decimal): -250343 or 1650428. OLE color: 1650428.
HSL color Cylindrical-coordinate representation of color #FC2E19: hue angle of 5.55º 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 #FC2E19 is Cyan = 0, Magento = 0.82, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 46 | 25 | - |
| CMYK | 0 | 0.82 | 0.90 | 0.01 |
| HSL | 5.55º | 0.97% | 0.54% | - |
| HSV(B) | 5.55º | 0.9% | 0.99% | - |
| XYZ | 41.3 | 22.72 | 3.13 | - |
| YUV | 105.2 | 82.75 | 232.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 46 | 25 | 0 | 0.82 | 0.90 | 0.01 | 5.55 | 0.97 | 0.54 |
| Hex | FC | 2E | 19 | 0 | 52 | 5A | 1 | 6 | 61 | 36 |
| Octal | 374 | 56 | 31 | 0 | 122 | 132 | 1 | 6 | 141 | 66 |
| Binary | 11111100 | 101110 | 11001 | 0 | 1010010 | 1011010 | 1 | 110 | 1100001 | 110110 |
Color Harmonies of #FC2E19
Complementary color
Monochromatic Colors of #FC2E19
Black with #FC2E19
Text Example
Text Example
White with #FC2E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2E19; }
p { color: rgb(252,46,25); }
H1.HeaderClassName
{
color: #FC2E19;
}
.AnyTagClassName
{
color: #FC2E19;
}
</style>
background-color css
<style>
a { background-color: #FC2E19; }
a { background-color: rgb(252,46,25); }
div.DivClassName
{
background-color: #FC2E19;
}
.BgClassName
{
background-color: #FC2E19;
}
</style>
border-color css
<style>
span { border-color: #FC2E19; }
span { border-color: rgb(252,46,25); }
td.TdClassName
{
border-color: #FC2E19;
}
.TagClassName
{
border-color: #FC2E19;
}
</style>