Shades of Scarlet #FC2C17
Tints of Scarlet #FC2C17
RGB
CMYK
RGB Variations
Color information
#FC2C17 (or 0xFC2C17) is known color: Scarlet. HEX triplet: FC, 2C and 17. RGB value is (252,44,23). Sum of RGB (Red+Green+Blue) = 252+44+23=319 (42% of max value = 765). Red value is 252 (98.83% from 255 or 79.00% from 319); Green value is 44 (17.58% from 255 or 13.79% from 319); Blue value is 23 (9.38% from 255 or 7.21% from 319); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2C17 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC2C17 is #03D3E8. Grayscale: #686868. Windows color (decimal): -250857 or 1518844. OLE color: 1518844.
HSL color Cylindrical-coordinate representation of color #FC2C17: hue angle of 5.5º 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 #FC2C17 is Cyan = 0, Magento = 0.83, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 44 | 23 | - |
| CMYK | 0 | 0.83 | 0.91 | 0.01 |
| HSL | 5.5º | 0.97% | 0.54% | - |
| HSV(B) | 5.5º | 0.91% | 0.99% | - |
| XYZ | 41.2 | 22.56 | 2.99 | - |
| YUV | 103.8 | 82.41 | 233.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 44 | 23 | 0 | 0.83 | 0.91 | 0.01 | 5.5 | 0.97 | 0.54 |
| Hex | FC | 2C | 17 | 0 | 53 | 5B | 1 | 6 | 61 | 36 |
| Octal | 374 | 54 | 27 | 0 | 123 | 133 | 1 | 6 | 141 | 66 |
| Binary | 11111100 | 101100 | 10111 | 0 | 1010011 | 1011011 | 1 | 110 | 1100001 | 110110 |
Color Harmonies of #FC2C17
Complementary color
Monochromatic Colors of #FC2C17
Black with #FC2C17
Text Example
Text Example
White with #FC2C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2C17; }
p { color: rgb(252,44,23); }
H1.HeaderClassName
{
color: #FC2C17;
}
.AnyTagClassName
{
color: #FC2C17;
}
</style>
background-color css
<style>
a { background-color: #FC2C17; }
a { background-color: rgb(252,44,23); }
div.DivClassName
{
background-color: #FC2C17;
}
.BgClassName
{
background-color: #FC2C17;
}
</style>
border-color css
<style>
span { border-color: #FC2C17; }
span { border-color: rgb(252,44,23); }
td.TdClassName
{
border-color: #FC2C17;
}
.TagClassName
{
border-color: #FC2C17;
}
</style>