Shades of Scarlet #FC2206
Tints of Scarlet #FC2206
RGB
CMYK
RGB Variations
Color information
#FC2206 (or 0xFC2206) is known color: Scarlet. HEX triplet: FC, 22 and 06. RGB value is (252,34,6). Sum of RGB (Red+Green+Blue) = 252+34+6=292 (38% of max value = 765). Red value is 252 (98.83% from 255 or 86.30% from 292); Green value is 34 (13.67% from 255 or 11.64% from 292); Blue value is 6 (2.73% from 255 or 2.05% from 292); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2206 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC2206 is #03DDF9. Grayscale: #606060. Windows color (decimal): -253434 or 402172. OLE color: 402172.
HSL color Cylindrical-coordinate representation of color #FC2206: hue angle of 6.83º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FC2206 is Cyan = 0, Magento = 0.87, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 34 | 6 | - |
| CMYK | 0 | 0.87 | 0.98 | 0.01 |
| HSL | 6.83º | 0.98% | 0.51% | - |
| HSV(B) | 6.83º | 0.98% | 0.99% | - |
| XYZ | 40.75 | 21.85 | 2.24 | - |
| YUV | 95.99 | 77.22 | 239.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 34 | 6 | 0 | 0.87 | 0.98 | 0.01 | 6.83 | 0.98 | 0.51 |
| Hex | FC | 22 | 6 | 0 | 57 | 62 | 1 | 7 | 62 | 33 |
| Octal | 374 | 42 | 6 | 0 | 127 | 142 | 1 | 7 | 142 | 63 |
| Binary | 11111100 | 100010 | 110 | 0 | 1010111 | 1100010 | 1 | 111 | 1100010 | 110011 |
Color Harmonies of #FC2206
Complementary color
Monochromatic Colors of #FC2206
Black with #FC2206
Text Example
Text Example
White with #FC2206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2206; }
p { color: rgb(252,34,6); }
H1.HeaderClassName
{
color: #FC2206;
}
.AnyTagClassName
{
color: #FC2206;
}
</style>
background-color css
<style>
a { background-color: #FC2206; }
a { background-color: rgb(252,34,6); }
div.DivClassName
{
background-color: #FC2206;
}
.BgClassName
{
background-color: #FC2206;
}
</style>
border-color css
<style>
span { border-color: #FC2206; }
span { border-color: rgb(252,34,6); }
td.TdClassName
{
border-color: #FC2206;
}
.TagClassName
{
border-color: #FC2206;
}
</style>