Shades of Scarlet #FC211F
Tints of Scarlet #FC211F
RGB
CMYK
RGB Variations
Color information
#FC211F (or 0xFC211F) is known color: Scarlet. HEX triplet: FC, 21 and 1F. RGB value is (252,33,31). Sum of RGB (Red+Green+Blue) = 252+33+31=316 (41% of max value = 765). Red value is 252 (98.83% from 255 or 79.75% from 316); Green value is 33 (13.28% from 255 or 10.44% from 316); Blue value is 31 (12.5% from 255 or 9.81% from 316); Max value from RGB is 252 - color contains mainly: red. Hex color #FC211F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC211F is #03DEE0. Grayscale: #626262. Windows color (decimal): -253665 or 2040316. OLE color: 2040316.
HSL color Cylindrical-coordinate representation of color #FC211F: hue angle of 0.54º 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 #FC211F is Cyan = 0, Magento = 0.87, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 33 | 31 | - |
| CMYK | 0 | 0.87 | 0.88 | 0.01 |
| HSL | 0.54º | 0.97% | 0.55% | - |
| HSV(B) | 0.54º | 0.88% | 0.99% | - |
| XYZ | 40.94 | 21.88 | 3.36 | - |
| YUV | 98.25 | 90.05 | 237.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 33 | 31 | 0 | 0.87 | 0.88 | 0.01 | 0.54 | 0.97 | 0.55 |
| Hex | FC | 21 | 1F | 0 | 57 | 58 | 1 | 1 | 61 | 37 |
| Octal | 374 | 41 | 37 | 0 | 127 | 130 | 1 | 1 | 141 | 67 |
| Binary | 11111100 | 100001 | 11111 | 0 | 1010111 | 1011000 | 1 | 1 | 1100001 | 110111 |
Color Harmonies of #FC211F
Complementary color
Monochromatic Colors of #FC211F
Black with #FC211F
Text Example
Text Example
White with #FC211F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC211F; }
p { color: rgb(252,33,31); }
H1.HeaderClassName
{
color: #FC211F;
}
.AnyTagClassName
{
color: #FC211F;
}
</style>
background-color css
<style>
a { background-color: #FC211F; }
a { background-color: rgb(252,33,31); }
div.DivClassName
{
background-color: #FC211F;
}
.BgClassName
{
background-color: #FC211F;
}
</style>
border-color css
<style>
span { border-color: #FC211F; }
span { border-color: rgb(252,33,31); }
td.TdClassName
{
border-color: #FC211F;
}
.TagClassName
{
border-color: #FC211F;
}
</style>