Shades of Scarlet #FC2212
Tints of Scarlet #FC2212
RGB
CMYK
RGB Variations
Color information
#FC2212 (or 0xFC2212) is known color: Scarlet. HEX triplet: FC, 22 and 12. RGB value is (252,34,18). Sum of RGB (Red+Green+Blue) = 252+34+18=304 (40% of max value = 765). Red value is 252 (98.83% from 255 or 82.89% from 304); Green value is 34 (13.67% from 255 or 11.18% from 304); Blue value is 18 (7.42% from 255 or 5.92% from 304); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2212 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC2212 is #03DDED. Grayscale: #616161. Windows color (decimal): -253422 or 1188604. OLE color: 1188604.
HSL color Cylindrical-coordinate representation of color #FC2212: hue angle of 4.1º 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 #FC2212 is Cyan = 0, Magento = 0.87, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 34 | 18 | - |
| CMYK | 0 | 0.87 | 0.93 | 0.01 |
| HSL | 4.1º | 0.98% | 0.53% | - |
| HSV(B) | 4.1º | 0.93% | 0.99% | - |
| XYZ | 40.83 | 21.88 | 2.64 | - |
| YUV | 97.36 | 83.22 | 238.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 34 | 18 | 0 | 0.87 | 0.93 | 0.01 | 4.1 | 0.98 | 0.53 |
| Hex | FC | 22 | 12 | 0 | 57 | 5D | 1 | 4 | 62 | 35 |
| Octal | 374 | 42 | 22 | 0 | 127 | 135 | 1 | 4 | 142 | 65 |
| Binary | 11111100 | 100010 | 10010 | 0 | 1010111 | 1011101 | 1 | 100 | 1100010 | 110101 |
Color Harmonies of #FC2212
Complementary color
Monochromatic Colors of #FC2212
Black with #FC2212
Text Example
Text Example
White with #FC2212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2212; }
p { color: rgb(252,34,18); }
H1.HeaderClassName
{
color: #FC2212;
}
.AnyTagClassName
{
color: #FC2212;
}
</style>
background-color css
<style>
a { background-color: #FC2212; }
a { background-color: rgb(252,34,18); }
div.DivClassName
{
background-color: #FC2212;
}
.BgClassName
{
background-color: #FC2212;
}
</style>
border-color css
<style>
span { border-color: #FC2212; }
span { border-color: rgb(252,34,18); }
td.TdClassName
{
border-color: #FC2212;
}
.TagClassName
{
border-color: #FC2212;
}
</style>