Shades of Scarlet #FC2B17
Tints of Scarlet #FC2B17
RGB
CMYK
RGB Variations
Color information
#FC2B17 (or 0xFC2B17) is known color: Scarlet. HEX triplet: FC, 2B and 17. RGB value is (252,43,23). Sum of RGB (Red+Green+Blue) = 252+43+23=318 (42% of max value = 765). Red value is 252 (98.83% from 255 or 79.25% from 318); Green value is 43 (17.19% from 255 or 13.52% from 318); Blue value is 23 (9.38% from 255 or 7.23% from 318); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2B17 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC2B17 is #03D4E8. Grayscale: #676767. Windows color (decimal): -251113 or 1518588. OLE color: 1518588.
HSL color Cylindrical-coordinate representation of color #FC2B17: hue angle of 5.24º 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 #FC2B17 is Cyan = 0, Magento = 0.83, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 43 | 23 | - |
| CMYK | 0 | 0.83 | 0.91 | 0.01 |
| HSL | 5.24º | 0.97% | 0.54% | - |
| HSV(B) | 5.24º | 0.91% | 0.99% | - |
| XYZ | 41.16 | 22.49 | 2.98 | - |
| YUV | 103.21 | 82.74 | 234.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 43 | 23 | 0 | 0.83 | 0.91 | 0.01 | 5.24 | 0.97 | 0.54 |
| Hex | FC | 2B | 17 | 0 | 53 | 5B | 1 | 5 | 61 | 36 |
| Octal | 374 | 53 | 27 | 0 | 123 | 133 | 1 | 5 | 141 | 66 |
| Binary | 11111100 | 101011 | 10111 | 0 | 1010011 | 1011011 | 1 | 101 | 1100001 | 110110 |
Color Harmonies of #FC2B17
Complementary color
Monochromatic Colors of #FC2B17
Black with #FC2B17
Text Example
Text Example
White with #FC2B17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2B17; }
p { color: rgb(252,43,23); }
H1.HeaderClassName
{
color: #FC2B17;
}
.AnyTagClassName
{
color: #FC2B17;
}
</style>
background-color css
<style>
a { background-color: #FC2B17; }
a { background-color: rgb(252,43,23); }
div.DivClassName
{
background-color: #FC2B17;
}
.BgClassName
{
background-color: #FC2B17;
}
</style>
border-color css
<style>
span { border-color: #FC2B17; }
span { border-color: rgb(252,43,23); }
td.TdClassName
{
border-color: #FC2B17;
}
.TagClassName
{
border-color: #FC2B17;
}
</style>