Shades of Scarlet #FC2906
Tints of Scarlet #FC2906
RGB
CMYK
RGB Variations
Color information
#FC2906 (or 0xFC2906) is known color: Scarlet. HEX triplet: FC, 29 and 06. RGB value is (252,41,6). Sum of RGB (Red+Green+Blue) = 252+41+6=299 (39% of max value = 765). Red value is 252 (98.83% from 255 or 84.28% from 299); Green value is 41 (16.41% from 255 or 13.71% from 299); Blue value is 6 (2.73% from 255 or 2.01% from 299); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2906 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC2906 is #03D6F9. Grayscale: #646464. Windows color (decimal): -251642 or 403964. OLE color: 403964.
HSL color Cylindrical-coordinate representation of color #FC2906: hue angle of 8.54º 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 #FC2906 is Cyan = 0, Magento = 0.84, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 41 | 6 | - |
| CMYK | 0 | 0.84 | 0.98 | 0.01 |
| HSL | 8.54º | 0.98% | 0.51% | - |
| HSV(B) | 8.54º | 0.98% | 0.99% | - |
| XYZ | 40.97 | 22.29 | 2.32 | - |
| YUV | 100.1 | 74.9 | 236.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 41 | 6 | 0 | 0.84 | 0.98 | 0.01 | 8.54 | 0.98 | 0.51 |
| Hex | FC | 29 | 6 | 0 | 54 | 62 | 1 | 9 | 62 | 33 |
| Octal | 374 | 51 | 6 | 0 | 124 | 142 | 1 | 11 | 142 | 63 |
| Binary | 11111100 | 101001 | 110 | 0 | 1010100 | 1100010 | 1 | 1001 | 1100010 | 110011 |
Color Harmonies of #FC2906
Complementary color
Monochromatic Colors of #FC2906
Black with #FC2906
Text Example
Text Example
White with #FC2906
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2906; }
p { color: rgb(252,41,6); }
H1.HeaderClassName
{
color: #FC2906;
}
.AnyTagClassName
{
color: #FC2906;
}
</style>
background-color css
<style>
a { background-color: #FC2906; }
a { background-color: rgb(252,41,6); }
div.DivClassName
{
background-color: #FC2906;
}
.BgClassName
{
background-color: #FC2906;
}
</style>
border-color css
<style>
span { border-color: #FC2906; }
span { border-color: rgb(252,41,6); }
td.TdClassName
{
border-color: #FC2906;
}
.TagClassName
{
border-color: #FC2906;
}
</style>