Shades of Scarlet #FC2117
Tints of Scarlet #FC2117
RGB
CMYK
RGB Variations
Color information
#FC2117 (or 0xFC2117) is known color: Scarlet. HEX triplet: FC, 21 and 17. RGB value is (252,33,23). Sum of RGB (Red+Green+Blue) = 252+33+23=308 (40% of max value = 765). Red value is 252 (98.83% from 255 or 81.82% from 308); Green value is 33 (13.28% from 255 or 10.71% from 308); Blue value is 23 (9.38% from 255 or 7.47% from 308); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2117 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC2117 is #03DEE8. Grayscale: #616161. Windows color (decimal): -253673 or 1516028. OLE color: 1516028.
HSL color Cylindrical-coordinate representation of color #FC2117: hue angle of 2.62º 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 #FC2117 is Cyan = 0, Magento = 0.87, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 33 | 23 | - |
| CMYK | 0 | 0.87 | 0.91 | 0.01 |
| HSL | 2.62º | 0.97% | 0.54% | - |
| HSV(B) | 2.62º | 0.91% | 0.99% | - |
| XYZ | 40.84 | 21.85 | 2.87 | - |
| YUV | 97.34 | 86.05 | 238.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 33 | 23 | 0 | 0.87 | 0.91 | 0.01 | 2.62 | 0.97 | 0.54 |
| Hex | FC | 21 | 17 | 0 | 57 | 5B | 1 | 3 | 61 | 36 |
| Octal | 374 | 41 | 27 | 0 | 127 | 133 | 1 | 3 | 141 | 66 |
| Binary | 11111100 | 100001 | 10111 | 0 | 1010111 | 1011011 | 1 | 11 | 1100001 | 110110 |
Color Harmonies of #FC2117
Complementary color
Monochromatic Colors of #FC2117
Black with #FC2117
Text Example
Text Example
White with #FC2117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2117; }
p { color: rgb(252,33,23); }
H1.HeaderClassName
{
color: #FC2117;
}
.AnyTagClassName
{
color: #FC2117;
}
</style>
background-color css
<style>
a { background-color: #FC2117; }
a { background-color: rgb(252,33,23); }
div.DivClassName
{
background-color: #FC2117;
}
.BgClassName
{
background-color: #FC2117;
}
</style>
border-color css
<style>
span { border-color: #FC2117; }
span { border-color: rgb(252,33,23); }
td.TdClassName
{
border-color: #FC2117;
}
.TagClassName
{
border-color: #FC2117;
}
</style>