Shades of Scarlet #FC2506
Tints of Scarlet #FC2506
RGB
CMYK
RGB Variations
Color information
#FC2506 (or 0xFC2506) is known color: Scarlet. HEX triplet: FC, 25 and 06. RGB value is (252,37,6). Sum of RGB (Red+Green+Blue) = 252+37+6=295 (39% of max value = 765). Red value is 252 (98.83% from 255 or 85.42% from 295); Green value is 37 (14.84% from 255 or 12.54% from 295); Blue value is 6 (2.73% from 255 or 2.03% from 295); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2506 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC2506 is #03DAF9. Grayscale: #626262. Windows color (decimal): -252666 or 402940. OLE color: 402940.
HSL color Cylindrical-coordinate representation of color #FC2506: hue angle of 7.56º 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 #FC2506 is Cyan = 0, Magento = 0.85, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 37 | 6 | - |
| CMYK | 0 | 0.85 | 0.98 | 0.01 |
| HSL | 7.56º | 0.98% | 0.51% | - |
| HSV(B) | 7.56º | 0.98% | 0.99% | - |
| XYZ | 40.84 | 22.03 | 2.27 | - |
| YUV | 97.75 | 76.23 | 238.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 37 | 6 | 0 | 0.85 | 0.98 | 0.01 | 7.56 | 0.98 | 0.51 |
| Hex | FC | 25 | 6 | 0 | 55 | 62 | 1 | 8 | 62 | 33 |
| Octal | 374 | 45 | 6 | 0 | 125 | 142 | 1 | 10 | 142 | 63 |
| Binary | 11111100 | 100101 | 110 | 0 | 1010101 | 1100010 | 1 | 1000 | 1100010 | 110011 |
Color Harmonies of #FC2506
Complementary color
Monochromatic Colors of #FC2506
Black with #FC2506
Text Example
Text Example
White with #FC2506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2506; }
p { color: rgb(252,37,6); }
H1.HeaderClassName
{
color: #FC2506;
}
.AnyTagClassName
{
color: #FC2506;
}
</style>
background-color css
<style>
a { background-color: #FC2506; }
a { background-color: rgb(252,37,6); }
div.DivClassName
{
background-color: #FC2506;
}
.BgClassName
{
background-color: #FC2506;
}
</style>
border-color css
<style>
span { border-color: #FC2506; }
span { border-color: rgb(252,37,6); }
td.TdClassName
{
border-color: #FC2506;
}
.TagClassName
{
border-color: #FC2506;
}
</style>