Shades of Scarlet #FC3212
Tints of Scarlet #FC3212
RGB
CMYK
RGB Variations
Color information
#FC3212 (or 0xFC3212) is known color: Scarlet. HEX triplet: FC, 32 and 12. RGB value is (252,50,18). Sum of RGB (Red+Green+Blue) = 252+50+18=320 (42% of max value = 765). Red value is 252 (98.83% from 255 or 78.75% from 320); Green value is 50 (19.92% from 255 or 15.62% from 320); Blue value is 18 (7.42% from 255 or 5.62% from 320); Max value from RGB is 252 - color contains mainly: red. Hex color #FC3212 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC3212 is #03CDED. Grayscale: #6B6B6B. Windows color (decimal): -249326 or 1192700. OLE color: 1192700.
HSL color Cylindrical-coordinate representation of color #FC3212: hue angle of 8.21º 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 #FC3212 is Cyan = 0, Magento = 0.80, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 50 | 18 | - |
| CMYK | 0 | 0.80 | 0.93 | 0.01 |
| HSL | 8.21º | 0.98% | 0.53% | - |
| HSV(B) | 8.21º | 0.93% | 0.99% | - |
| XYZ | 41.39 | 23.02 | 2.83 | - |
| YUV | 106.75 | 77.92 | 231.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 50 | 18 | 0 | 0.80 | 0.93 | 0.01 | 8.21 | 0.98 | 0.53 |
| Hex | FC | 32 | 12 | 0 | 50 | 5D | 1 | 8 | 62 | 35 |
| Octal | 374 | 62 | 22 | 0 | 120 | 135 | 1 | 10 | 142 | 65 |
| Binary | 11111100 | 110010 | 10010 | 0 | 1010000 | 1011101 | 1 | 1000 | 1100010 | 110101 |
Color Harmonies of #FC3212
Complementary color
Monochromatic Colors of #FC3212
Black with #FC3212
Text Example
Text Example
White with #FC3212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC3212; }
p { color: rgb(252,50,18); }
H1.HeaderClassName
{
color: #FC3212;
}
.AnyTagClassName
{
color: #FC3212;
}
</style>
background-color css
<style>
a { background-color: #FC3212; }
a { background-color: rgb(252,50,18); }
div.DivClassName
{
background-color: #FC3212;
}
.BgClassName
{
background-color: #FC3212;
}
</style>
border-color css
<style>
span { border-color: #FC3212; }
span { border-color: rgb(252,50,18); }
td.TdClassName
{
border-color: #FC3212;
}
.TagClassName
{
border-color: #FC3212;
}
</style>