Shades of Scarlet #FC1712
Tints of Scarlet #FC1712
RGB
CMYK
RGB Variations
Color information
#FC1712 (or 0xFC1712) is known color: Scarlet. HEX triplet: FC, 17 and 12. RGB value is (252,23,18). Sum of RGB (Red+Green+Blue) = 252+23+18=293 (38% of max value = 765). Red value is 252 (98.83% from 255 or 86.01% from 293); Green value is 23 (9.38% from 255 or 7.85% from 293); Blue value is 18 (7.42% from 255 or 6.14% from 293); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1712 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC1712 is #03E8ED. Grayscale: #5B5B5B. Windows color (decimal): -256238 or 1185788. OLE color: 1185788.
HSL color Cylindrical-coordinate representation of color #FC1712: hue angle of 1.28º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FC1712 is Cyan = 0, Magento = 0.91, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 23 | 18 | - |
| CMYK | 0 | 0.91 | 0.93 | 0.01 |
| HSL | 1.28º | 0.98% | 0.53% | - |
| HSV(B) | 1.28º | 0.93% | 0.99% | - |
| XYZ | 40.56 | 21.35 | 2.56 | - |
| YUV | 90.9 | 86.87 | 242.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 23 | 18 | 0 | 0.91 | 0.93 | 0.01 | 1.28 | 0.98 | 0.53 |
| Hex | FC | 17 | 12 | 0 | 5B | 5D | 1 | 1 | 62 | 35 |
| Octal | 374 | 27 | 22 | 0 | 133 | 135 | 1 | 1 | 142 | 65 |
| Binary | 11111100 | 10111 | 10010 | 0 | 1011011 | 1011101 | 1 | 1 | 1100010 | 110101 |
Color Harmonies of #FC1712
Complementary color
Monochromatic Colors of #FC1712
Black with #FC1712
Text Example
Text Example
White with #FC1712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1712; }
p { color: rgb(252,23,18); }
H1.HeaderClassName
{
color: #FC1712;
}
.AnyTagClassName
{
color: #FC1712;
}
</style>
background-color css
<style>
a { background-color: #FC1712; }
a { background-color: rgb(252,23,18); }
div.DivClassName
{
background-color: #FC1712;
}
.BgClassName
{
background-color: #FC1712;
}
</style>
border-color css
<style>
span { border-color: #FC1712; }
span { border-color: rgb(252,23,18); }
td.TdClassName
{
border-color: #FC1712;
}
.TagClassName
{
border-color: #FC1712;
}
</style>