Shades of Scarlet #FC2717
Tints of Scarlet #FC2717
RGB
CMYK
RGB Variations
Color information
#FC2717 (or 0xFC2717) is known color: Scarlet. HEX triplet: FC, 27 and 17. RGB value is (252,39,23). Sum of RGB (Red+Green+Blue) = 252+39+23=314 (41% of max value = 765). Red value is 252 (98.83% from 255 or 80.25% from 314); Green value is 39 (15.62% from 255 or 12.42% from 314); Blue value is 23 (9.38% from 255 or 7.32% from 314); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2717 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC2717 is #03D8E8. Grayscale: #656565. Windows color (decimal): -252137 or 1517564. OLE color: 1517564.
HSL color Cylindrical-coordinate representation of color #FC2717: hue angle of 4.19º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FC2717 is Cyan = 0, Magento = 0.85, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 39 | 23 | - |
| CMYK | 0 | 0.85 | 0.91 | 0.01 |
| HSL | 4.19º | 0.97% | 0.54% | - |
| HSV(B) | 4.19º | 0.91% | 0.99% | - |
| XYZ | 41.03 | 22.21 | 2.93 | - |
| YUV | 100.86 | 84.07 | 235.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 39 | 23 | 0 | 0.85 | 0.91 | 0.01 | 4.19 | 0.97 | 0.54 |
| Hex | FC | 27 | 17 | 0 | 55 | 5B | 1 | 4 | 61 | 36 |
| Octal | 374 | 47 | 27 | 0 | 125 | 133 | 1 | 4 | 141 | 66 |
| Binary | 11111100 | 100111 | 10111 | 0 | 1010101 | 1011011 | 1 | 100 | 1100001 | 110110 |
Color Harmonies of #FC2717
Complementary color
Monochromatic Colors of #FC2717
Black with #FC2717
Text Example
Text Example
White with #FC2717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2717; }
p { color: rgb(252,39,23); }
H1.HeaderClassName
{
color: #FC2717;
}
.AnyTagClassName
{
color: #FC2717;
}
</style>
background-color css
<style>
a { background-color: #FC2717; }
a { background-color: rgb(252,39,23); }
div.DivClassName
{
background-color: #FC2717;
}
.BgClassName
{
background-color: #FC2717;
}
</style>
border-color css
<style>
span { border-color: #FC2717; }
span { border-color: rgb(252,39,23); }
td.TdClassName
{
border-color: #FC2717;
}
.TagClassName
{
border-color: #FC2717;
}
</style>