Shades of Scarlet #FC2713
Tints of Scarlet #FC2713
RGB
CMYK
RGB Variations
Color information
#FC2713 (or 0xFC2713) is known color: Scarlet. HEX triplet: FC, 27 and 13. RGB value is (252,39,19). Sum of RGB (Red+Green+Blue) = 252+39+19=310 (41% of max value = 765). Red value is 252 (98.83% from 255 or 81.29% from 310); Green value is 39 (15.62% from 255 or 12.58% from 310); Blue value is 19 (7.81% from 255 or 6.13% from 310); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2713 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC2713 is #03D8EC. Grayscale: #646464. Windows color (decimal): -252141 or 1255420. OLE color: 1255420.
HSL color Cylindrical-coordinate representation of color #FC2713: hue angle of 5.15º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FC2713 is Cyan = 0, Magento = 0.85, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 39 | 19 | - |
| CMYK | 0 | 0.85 | 0.92 | 0.01 |
| HSL | 5.15º | 0.97% | 0.53% | - |
| HSV(B) | 5.15º | 0.92% | 0.99% | - |
| XYZ | 40.99 | 22.19 | 2.74 | - |
| YUV | 100.41 | 82.07 | 236.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 39 | 19 | 0 | 0.85 | 0.92 | 0.01 | 5.15 | 0.97 | 0.53 |
| Hex | FC | 27 | 13 | 0 | 55 | 5C | 1 | 5 | 61 | 35 |
| Octal | 374 | 47 | 23 | 0 | 125 | 134 | 1 | 5 | 141 | 65 |
| Binary | 11111100 | 100111 | 10011 | 0 | 1010101 | 1011100 | 1 | 101 | 1100001 | 110101 |
Color Harmonies of #FC2713
Complementary color
Monochromatic Colors of #FC2713
Black with #FC2713
Text Example
Text Example
White with #FC2713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2713; }
p { color: rgb(252,39,19); }
H1.HeaderClassName
{
color: #FC2713;
}
.AnyTagClassName
{
color: #FC2713;
}
</style>
background-color css
<style>
a { background-color: #FC2713; }
a { background-color: rgb(252,39,19); }
div.DivClassName
{
background-color: #FC2713;
}
.BgClassName
{
background-color: #FC2713;
}
</style>
border-color css
<style>
span { border-color: #FC2713; }
span { border-color: rgb(252,39,19); }
td.TdClassName
{
border-color: #FC2713;
}
.TagClassName
{
border-color: #FC2713;
}
</style>