Shades of Scarlet #FC211D
Tints of Scarlet #FC211D
RGB
CMYK
RGB Variations
Color information
#FC211D (or 0xFC211D) is known color: Scarlet. HEX triplet: FC, 21 and 1D. RGB value is (252,33,29). Sum of RGB (Red+Green+Blue) = 252+33+29=314 (41% of max value = 765). Red value is 252 (98.83% from 255 or 80.25% from 314); Green value is 33 (13.28% from 255 or 10.51% from 314); Blue value is 29 (11.72% from 255 or 9.24% from 314); Max value from RGB is 252 - color contains mainly: red. Hex color #FC211D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC211D is #03DEE2. Grayscale: #626262. Windows color (decimal): -253667 or 1909244. OLE color: 1909244.
HSL color Cylindrical-coordinate representation of color #FC211D: hue angle of 1.08º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FC211D is Cyan = 0, Magento = 0.87, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 33 | 29 | - |
| CMYK | 0 | 0.87 | 0.88 | 0.01 |
| HSL | 1.08º | 0.97% | 0.55% | - |
| HSV(B) | 1.08º | 0.88% | 0.99% | - |
| XYZ | 40.91 | 21.87 | 3.23 | - |
| YUV | 98.03 | 89.05 | 237.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 33 | 29 | 0 | 0.87 | 0.88 | 0.01 | 1.08 | 0.97 | 0.55 |
| Hex | FC | 21 | 1D | 0 | 57 | 58 | 1 | 1 | 61 | 37 |
| Octal | 374 | 41 | 35 | 0 | 127 | 130 | 1 | 1 | 141 | 67 |
| Binary | 11111100 | 100001 | 11101 | 0 | 1010111 | 1011000 | 1 | 1 | 1100001 | 110111 |
Color Harmonies of #FC211D
Complementary color
Monochromatic Colors of #FC211D
Black with #FC211D
Text Example
Text Example
White with #FC211D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC211D; }
p { color: rgb(252,33,29); }
H1.HeaderClassName
{
color: #FC211D;
}
.AnyTagClassName
{
color: #FC211D;
}
</style>
background-color css
<style>
a { background-color: #FC211D; }
a { background-color: rgb(252,33,29); }
div.DivClassName
{
background-color: #FC211D;
}
.BgClassName
{
background-color: #FC211D;
}
</style>
border-color css
<style>
span { border-color: #FC211D; }
span { border-color: rgb(252,33,29); }
td.TdClassName
{
border-color: #FC211D;
}
.TagClassName
{
border-color: #FC211D;
}
</style>