Shades of Scarlet #FC1C17
Tints of Scarlet #FC1C17
RGB
CMYK
RGB Variations
Color information
#FC1C17 (or 0xFC1C17) is known color: Scarlet. HEX triplet: FC, 1C and 17. RGB value is (252,28,23). Sum of RGB (Red+Green+Blue) = 252+28+23=303 (40% of max value = 765). Red value is 252 (98.83% from 255 or 83.17% from 303); Green value is 28 (11.33% from 255 or 9.24% from 303); Blue value is 23 (9.38% from 255 or 7.59% from 303); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1C17 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC1C17 is #03E3E8. Grayscale: #5E5E5E. Windows color (decimal): -254953 or 1514748. OLE color: 1514748.
HSL color Cylindrical-coordinate representation of color #FC1C17: hue angle of 1.31º 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 #FC1C17 is Cyan = 0, Magento = 0.89, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 28 | 23 | - |
| CMYK | 0 | 0.89 | 0.91 | 0.01 |
| HSL | 1.31º | 0.97% | 0.54% | - |
| HSV(B) | 1.31º | 0.91% | 0.99% | - |
| XYZ | 40.71 | 21.59 | 2.83 | - |
| YUV | 94.41 | 87.71 | 240.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 28 | 23 | 0 | 0.89 | 0.91 | 0.01 | 1.31 | 0.97 | 0.54 |
| Hex | FC | 1C | 17 | 0 | 59 | 5B | 1 | 1 | 61 | 36 |
| Octal | 374 | 34 | 27 | 0 | 131 | 133 | 1 | 1 | 141 | 66 |
| Binary | 11111100 | 11100 | 10111 | 0 | 1011001 | 1011011 | 1 | 1 | 1100001 | 110110 |
Color Harmonies of #FC1C17
Complementary color
Monochromatic Colors of #FC1C17
Black with #FC1C17
Text Example
Text Example
White with #FC1C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1C17; }
p { color: rgb(252,28,23); }
H1.HeaderClassName
{
color: #FC1C17;
}
.AnyTagClassName
{
color: #FC1C17;
}
</style>
background-color css
<style>
a { background-color: #FC1C17; }
a { background-color: rgb(252,28,23); }
div.DivClassName
{
background-color: #FC1C17;
}
.BgClassName
{
background-color: #FC1C17;
}
</style>
border-color css
<style>
span { border-color: #FC1C17; }
span { border-color: rgb(252,28,23); }
td.TdClassName
{
border-color: #FC1C17;
}
.TagClassName
{
border-color: #FC1C17;
}
</style>