Shades of Scarlet #FC2607
Tints of Scarlet #FC2607
RGB
CMYK
RGB Variations
Color information
#FC2607 (or 0xFC2607) is known color: Scarlet. HEX triplet: FC, 26 and 07. RGB value is (252,38,7). Sum of RGB (Red+Green+Blue) = 252+38+7=297 (39% of max value = 765). Red value is 252 (98.83% from 255 or 84.85% from 297); Green value is 38 (15.23% from 255 or 12.79% from 297); Blue value is 7 (3.12% from 255 or 2.36% from 297); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2607 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC2607 is #03D9F8. Grayscale: #626262. Windows color (decimal): -252409 or 468732. OLE color: 468732.
HSL color Cylindrical-coordinate representation of color #FC2607: hue angle of 7.59º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FC2607 is Cyan = 0, Magento = 0.85, Yellow = 0.97 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 38 | 7 | - |
| CMYK | 0 | 0.85 | 0.97 | 0.01 |
| HSL | 7.59º | 0.98% | 0.51% | - |
| HSV(B) | 7.59º | 0.97% | 0.99% | - |
| XYZ | 40.88 | 22.1 | 2.31 | - |
| YUV | 98.45 | 76.4 | 237.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 38 | 7 | 0 | 0.85 | 0.97 | 0.01 | 7.59 | 0.98 | 0.51 |
| Hex | FC | 26 | 7 | 0 | 55 | 61 | 1 | 8 | 62 | 33 |
| Octal | 374 | 46 | 7 | 0 | 125 | 141 | 1 | 10 | 142 | 63 |
| Binary | 11111100 | 100110 | 111 | 0 | 1010101 | 1100001 | 1 | 1000 | 1100010 | 110011 |
Color Harmonies of #FC2607
Complementary color
Monochromatic Colors of #FC2607
Black with #FC2607
Text Example
Text Example
White with #FC2607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2607; }
p { color: rgb(252,38,7); }
H1.HeaderClassName
{
color: #FC2607;
}
.AnyTagClassName
{
color: #FC2607;
}
</style>
background-color css
<style>
a { background-color: #FC2607; }
a { background-color: rgb(252,38,7); }
div.DivClassName
{
background-color: #FC2607;
}
.BgClassName
{
background-color: #FC2607;
}
</style>
border-color css
<style>
span { border-color: #FC2607; }
span { border-color: rgb(252,38,7); }
td.TdClassName
{
border-color: #FC2607;
}
.TagClassName
{
border-color: #FC2607;
}
</style>