Shades of Scarlet #FC3117
Tints of Scarlet #FC3117
RGB
CMYK
RGB Variations
Color information
#FC3117 (or 0xFC3117) is known color: Scarlet. HEX triplet: FC, 31 and 17. RGB value is (252,49,23). Sum of RGB (Red+Green+Blue) = 252+49+23=324 (42% of max value = 765). Red value is 252 (98.83% from 255 or 77.78% from 324); Green value is 49 (19.53% from 255 or 15.12% from 324); Blue value is 23 (9.38% from 255 or 7.10% from 324); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3117 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC3117 is #03CEE8. Grayscale: #6B6B6B. Windows color (decimal): -249577 or 1520124. OLE color: 1520124.
HSL color Cylindrical-coordinate representation of color #FC3117: hue angle of 6.81º 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 #FC3117 is Cyan = 0, Magento = 0.81, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 49 | 23 | - |
| CMYK | 0 | 0.81 | 0.91 | 0.01 |
| HSL | 6.81º | 0.97% | 0.54% | - |
| HSV(B) | 6.81º | 0.91% | 0.99% | - |
| XYZ | 41.4 | 22.95 | 3.06 | - |
| YUV | 106.73 | 80.75 | 231.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 49 | 23 | 0 | 0.81 | 0.91 | 0.01 | 6.81 | 0.97 | 0.54 |
| Hex | FC | 31 | 17 | 0 | 51 | 5B | 1 | 7 | 61 | 36 |
| Octal | 374 | 61 | 27 | 0 | 121 | 133 | 1 | 7 | 141 | 66 |
| Binary | 11111100 | 110001 | 10111 | 0 | 1010001 | 1011011 | 1 | 111 | 1100001 | 110110 |
Color Harmonies of #FC3117
Complementary color
Monochromatic Colors of #FC3117
Black with #FC3117
Text Example
Text Example
White with #FC3117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC3117; }
p { color: rgb(252,49,23); }
H1.HeaderClassName
{
color: #FC3117;
}
.AnyTagClassName
{
color: #FC3117;
}
</style>
background-color css
<style>
a { background-color: #FC3117; }
a { background-color: rgb(252,49,23); }
div.DivClassName
{
background-color: #FC3117;
}
.BgClassName
{
background-color: #FC3117;
}
</style>
border-color css
<style>
span { border-color: #FC3117; }
span { border-color: rgb(252,49,23); }
td.TdClassName
{
border-color: #FC3117;
}
.TagClassName
{
border-color: #FC3117;
}
</style>