Shades of Scarlet #FC1B17
Tints of Scarlet #FC1B17
RGB
CMYK
RGB Variations
Color information
#FC1B17 (or 0xFC1B17) is known color: Scarlet. HEX triplet: FC, 1B and 17. RGB value is (252,27,23). Sum of RGB (Red+Green+Blue) = 252+27+23=302 (40% of max value = 765). Red value is 252 (98.83% from 255 or 83.44% from 302); Green value is 27 (10.94% from 255 or 8.94% from 302); Blue value is 23 (9.38% from 255 or 7.62% from 302); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1B17 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC1B17 is #03E4E8. Grayscale: #5E5E5E. Windows color (decimal): -255209 or 1514492. OLE color: 1514492.
HSL color Cylindrical-coordinate representation of color #FC1B17: hue angle of 1.05º 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 #FC1B17 is Cyan = 0, Magento = 0.89, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 27 | 23 | - |
| CMYK | 0 | 0.89 | 0.91 | 0.01 |
| HSL | 1.05º | 0.97% | 0.54% | - |
| HSV(B) | 1.05º | 0.91% | 0.99% | - |
| XYZ | 40.69 | 21.54 | 2.82 | - |
| YUV | 93.82 | 88.04 | 240.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 27 | 23 | 0 | 0.89 | 0.91 | 0.01 | 1.05 | 0.97 | 0.54 |
| Hex | FC | 1B | 17 | 0 | 59 | 5B | 1 | 1 | 61 | 36 |
| Octal | 374 | 33 | 27 | 0 | 131 | 133 | 1 | 1 | 141 | 66 |
| Binary | 11111100 | 11011 | 10111 | 0 | 1011001 | 1011011 | 1 | 1 | 1100001 | 110110 |
Color Harmonies of #FC1B17
Complementary color
Monochromatic Colors of #FC1B17
Black with #FC1B17
Text Example
Text Example
White with #FC1B17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1B17; }
p { color: rgb(252,27,23); }
H1.HeaderClassName
{
color: #FC1B17;
}
.AnyTagClassName
{
color: #FC1B17;
}
</style>
background-color css
<style>
a { background-color: #FC1B17; }
a { background-color: rgb(252,27,23); }
div.DivClassName
{
background-color: #FC1B17;
}
.BgClassName
{
background-color: #FC1B17;
}
</style>
border-color css
<style>
span { border-color: #FC1B17; }
span { border-color: rgb(252,27,23); }
td.TdClassName
{
border-color: #FC1B17;
}
.TagClassName
{
border-color: #FC1B17;
}
</style>