Shades of Scarlet #FC1D17
Tints of Scarlet #FC1D17
RGB
CMYK
RGB Variations
Color information
#FC1D17 (or 0xFC1D17) is known color: Scarlet. HEX triplet: FC, 1D and 17. RGB value is (252,29,23). Sum of RGB (Red+Green+Blue) = 252+29+23=304 (40% of max value = 765). Red value is 252 (98.83% from 255 or 82.89% from 304); Green value is 29 (11.72% from 255 or 9.54% from 304); Blue value is 23 (9.38% from 255 or 7.57% from 304); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1D17 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC1D17 is #03E2E8. Grayscale: #5F5F5F. Windows color (decimal): -254697 or 1515004. OLE color: 1515004.
HSL color Cylindrical-coordinate representation of color #FC1D17: hue angle of 1.57º 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 #FC1D17 is Cyan = 0, Magento = 0.88, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 29 | 23 | - |
| CMYK | 0 | 0.88 | 0.91 | 0.01 |
| HSL | 1.57º | 0.97% | 0.54% | - |
| HSV(B) | 1.57º | 0.91% | 0.99% | - |
| XYZ | 40.74 | 21.64 | 2.84 | - |
| YUV | 94.99 | 87.38 | 239.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 29 | 23 | 0 | 0.88 | 0.91 | 0.01 | 1.57 | 0.97 | 0.54 |
| Hex | FC | 1D | 17 | 0 | 58 | 5B | 1 | 2 | 61 | 36 |
| Octal | 374 | 35 | 27 | 0 | 130 | 133 | 1 | 2 | 141 | 66 |
| Binary | 11111100 | 11101 | 10111 | 0 | 1011000 | 1011011 | 1 | 10 | 1100001 | 110110 |
Color Harmonies of #FC1D17
Complementary color
Monochromatic Colors of #FC1D17
Black with #FC1D17
Text Example
Text Example
White with #FC1D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1D17; }
p { color: rgb(252,29,23); }
H1.HeaderClassName
{
color: #FC1D17;
}
.AnyTagClassName
{
color: #FC1D17;
}
</style>
background-color css
<style>
a { background-color: #FC1D17; }
a { background-color: rgb(252,29,23); }
div.DivClassName
{
background-color: #FC1D17;
}
.BgClassName
{
background-color: #FC1D17;
}
</style>
border-color css
<style>
span { border-color: #FC1D17; }
span { border-color: rgb(252,29,23); }
td.TdClassName
{
border-color: #FC1D17;
}
.TagClassName
{
border-color: #FC1D17;
}
</style>