Shades of Scarlet #FC2600
Tints of Scarlet #FC2600
RGB
CMYK
RGB Variations
Color information
#FC2600 (or 0xFC2600) is known color: Scarlet. HEX triplet: FC, 26 and 00. RGB value is (252,38,0). Sum of RGB (Red+Green+Blue) = 252+38+0=290 (38% of max value = 765). Red value is 252 (98.83% from 255 or 86.90% from 290); Green value is 38 (15.23% from 255 or 13.10% from 290); Blue value is 0 (0.39% from 255 or 0% from 290); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2600 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC2600 is #03D9FF. Grayscale: #626262. Windows color (decimal): -252416 or 9980. OLE color: 9980.
HSL color Cylindrical-coordinate representation of color #FC2600: hue angle of 9.05º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FC2600 is Cyan = 0, Magento = 0.85, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 38 | 0 | - |
| CMYK | 0 | 0.85 | 1 | 0.01 |
| HSL | 9.05º | 1% | 0.49% | - |
| HSV(B) | 9.05º | 1% | 0.99% | - |
| XYZ | 40.84 | 22.08 | 2.11 | - |
| YUV | 97.65 | 72.9 | 238.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 38 | 0 | 0 | 0.85 | 1 | 0.01 | 9.05 | 1 | 0.49 |
| Hex | FC | 26 | 0 | 0 | 55 | 64 | 1 | 9 | 64 | 31 |
| Octal | 374 | 46 | 0 | 0 | 125 | 144 | 1 | 11 | 144 | 61 |
| Binary | 11111100 | 100110 | 0 | 0 | 1010101 | 1100100 | 1 | 1001 | 1100100 | 110001 |
Color Harmonies of #FC2600
Complementary color
Monochromatic Colors of #FC2600
Black with #FC2600
Text Example
Text Example
White with #FC2600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2600; }
p { color: rgb(252,38,0); }
H1.HeaderClassName
{
color: #FC2600;
}
.AnyTagClassName
{
color: #FC2600;
}
</style>
background-color css
<style>
a { background-color: #FC2600; }
a { background-color: rgb(252,38,0); }
div.DivClassName
{
background-color: #FC2600;
}
.BgClassName
{
background-color: #FC2600;
}
</style>
border-color css
<style>
span { border-color: #FC2600; }
span { border-color: rgb(252,38,0); }
td.TdClassName
{
border-color: #FC2600;
}
.TagClassName
{
border-color: #FC2600;
}
</style>