Shades of Scarlet #FC2D13
Tints of Scarlet #FC2D13
RGB
CMYK
RGB Variations
Color information
#FC2D13 (or 0xFC2D13) is known color: Scarlet. HEX triplet: FC, 2D and 13. RGB value is (252,45,19). Sum of RGB (Red+Green+Blue) = 252+45+19=316 (41% of max value = 765). Red value is 252 (98.83% from 255 or 79.75% from 316); Green value is 45 (17.97% from 255 or 14.24% from 316); Blue value is 19 (7.81% from 255 or 6.01% from 316); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2D13 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC2D13 is #03D2EC. Grayscale: #686868. Windows color (decimal): -250605 or 1256956. OLE color: 1256956.
HSL color Cylindrical-coordinate representation of color #FC2D13: hue angle of 6.7º 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 #FC2D13 is Cyan = 0, Magento = 0.82, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 45 | 19 | - |
| CMYK | 0 | 0.82 | 0.92 | 0.01 |
| HSL | 6.7º | 0.97% | 0.53% | - |
| HSV(B) | 6.7º | 0.92% | 0.99% | - |
| XYZ | 41.2 | 22.62 | 2.81 | - |
| YUV | 103.93 | 80.08 | 233.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 45 | 19 | 0 | 0.82 | 0.92 | 0.01 | 6.7 | 0.97 | 0.53 |
| Hex | FC | 2D | 13 | 0 | 52 | 5C | 1 | 7 | 61 | 35 |
| Octal | 374 | 55 | 23 | 0 | 122 | 134 | 1 | 7 | 141 | 65 |
| Binary | 11111100 | 101101 | 10011 | 0 | 1010010 | 1011100 | 1 | 111 | 1100001 | 110101 |
Color Harmonies of #FC2D13
Complementary color
Monochromatic Colors of #FC2D13
Black with #FC2D13
Text Example
Text Example
White with #FC2D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2D13; }
p { color: rgb(252,45,19); }
H1.HeaderClassName
{
color: #FC2D13;
}
.AnyTagClassName
{
color: #FC2D13;
}
</style>
background-color css
<style>
a { background-color: #FC2D13; }
a { background-color: rgb(252,45,19); }
div.DivClassName
{
background-color: #FC2D13;
}
.BgClassName
{
background-color: #FC2D13;
}
</style>
border-color css
<style>
span { border-color: #FC2D13; }
span { border-color: rgb(252,45,19); }
td.TdClassName
{
border-color: #FC2D13;
}
.TagClassName
{
border-color: #FC2D13;
}
</style>