Shades of Scarlet #FC2715
Tints of Scarlet #FC2715
RGB
CMYK
RGB Variations
Color information
#FC2715 (or 0xFC2715) is known color: Scarlet. HEX triplet: FC, 27 and 15. RGB value is (252,39,21). Sum of RGB (Red+Green+Blue) = 252+39+21=312 (41% of max value = 765). Red value is 252 (98.83% from 255 or 80.77% from 312); Green value is 39 (15.62% from 255 or 12.5% from 312); Blue value is 21 (8.59% from 255 or 6.73% from 312); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2715 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC2715 is #03D8EA. Grayscale: #646464. Windows color (decimal): -252139 or 1386492. OLE color: 1386492.
HSL color Cylindrical-coordinate representation of color #FC2715: hue angle of 4.68º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FC2715 is Cyan = 0, Magento = 0.85, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 39 | 21 | - |
| CMYK | 0 | 0.85 | 0.92 | 0.01 |
| HSL | 4.68º | 0.97% | 0.54% | - |
| HSV(B) | 4.68º | 0.92% | 0.99% | - |
| XYZ | 41.01 | 22.2 | 2.83 | - |
| YUV | 100.64 | 83.07 | 235.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 39 | 21 | 0 | 0.85 | 0.92 | 0.01 | 4.68 | 0.97 | 0.54 |
| Hex | FC | 27 | 15 | 0 | 55 | 5C | 1 | 5 | 61 | 36 |
| Octal | 374 | 47 | 25 | 0 | 125 | 134 | 1 | 5 | 141 | 66 |
| Binary | 11111100 | 100111 | 10101 | 0 | 1010101 | 1011100 | 1 | 101 | 1100001 | 110110 |
Color Harmonies of #FC2715
Complementary color
Monochromatic Colors of #FC2715
Black with #FC2715
Text Example
Text Example
White with #FC2715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2715; }
p { color: rgb(252,39,21); }
H1.HeaderClassName
{
color: #FC2715;
}
.AnyTagClassName
{
color: #FC2715;
}
</style>
background-color css
<style>
a { background-color: #FC2715; }
a { background-color: rgb(252,39,21); }
div.DivClassName
{
background-color: #FC2715;
}
.BgClassName
{
background-color: #FC2715;
}
</style>
border-color css
<style>
span { border-color: #FC2715; }
span { border-color: rgb(252,39,21); }
td.TdClassName
{
border-color: #FC2715;
}
.TagClassName
{
border-color: #FC2715;
}
</style>