Shades of Scarlet #FC2513
Tints of Scarlet #FC2513
RGB
CMYK
RGB Variations
Color information
#FC2513 (or 0xFC2513) is known color: Scarlet. HEX triplet: FC, 25 and 13. RGB value is (252,37,19). Sum of RGB (Red+Green+Blue) = 252+37+19=308 (40% of max value = 765). Red value is 252 (98.83% from 255 or 81.82% from 308); Green value is 37 (14.84% from 255 or 12.01% from 308); Blue value is 19 (7.81% from 255 or 6.17% from 308); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2513 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC2513 is #03DAEC. Grayscale: #636363. Windows color (decimal): -252653 or 1254908. OLE color: 1254908.
HSL color Cylindrical-coordinate representation of color #FC2513: hue angle of 4.64º 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 #FC2513 is Cyan = 0, Magento = 0.85, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 37 | 19 | - |
| CMYK | 0 | 0.85 | 0.92 | 0.01 |
| HSL | 4.64º | 0.97% | 0.53% | - |
| HSV(B) | 4.64º | 0.92% | 0.99% | - |
| XYZ | 40.92 | 22.07 | 2.72 | - |
| YUV | 99.23 | 82.73 | 236.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 37 | 19 | 0 | 0.85 | 0.92 | 0.01 | 4.64 | 0.97 | 0.53 |
| Hex | FC | 25 | 13 | 0 | 55 | 5C | 1 | 5 | 61 | 35 |
| Octal | 374 | 45 | 23 | 0 | 125 | 134 | 1 | 5 | 141 | 65 |
| Binary | 11111100 | 100101 | 10011 | 0 | 1010101 | 1011100 | 1 | 101 | 1100001 | 110101 |
Color Harmonies of #FC2513
Complementary color
Monochromatic Colors of #FC2513
Black with #FC2513
Text Example
Text Example
White with #FC2513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2513; }
p { color: rgb(252,37,19); }
H1.HeaderClassName
{
color: #FC2513;
}
.AnyTagClassName
{
color: #FC2513;
}
</style>
background-color css
<style>
a { background-color: #FC2513; }
a { background-color: rgb(252,37,19); }
div.DivClassName
{
background-color: #FC2513;
}
.BgClassName
{
background-color: #FC2513;
}
</style>
border-color css
<style>
span { border-color: #FC2513; }
span { border-color: rgb(252,37,19); }
td.TdClassName
{
border-color: #FC2513;
}
.TagClassName
{
border-color: #FC2513;
}
</style>