Shades of Scarlet #FC2603
Tints of Scarlet #FC2603
RGB
CMYK
RGB Variations
Color information
#FC2603 (or 0xFC2603) is known color: Scarlet. HEX triplet: FC, 26 and 03. RGB value is (252,38,3). Sum of RGB (Red+Green+Blue) = 252+38+3=293 (38% of max value = 765). Red value is 252 (98.83% from 255 or 86.01% from 293); Green value is 38 (15.23% from 255 or 12.97% from 293); Blue value is 3 (1.56% from 255 or 1.02% from 293); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2603 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC2603 is #03D9FC. Grayscale: #626262. Windows color (decimal): -252413 or 206588. OLE color: 206588.
HSL color Cylindrical-coordinate representation of color #FC2603: hue angle of 8.43º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FC2603 is Cyan = 0, Magento = 0.85, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 38 | 3 | - |
| CMYK | 0 | 0.85 | 0.99 | 0.01 |
| HSL | 8.43º | 0.98% | 0.5% | - |
| HSV(B) | 8.43º | 0.99% | 0.99% | - |
| XYZ | 40.85 | 22.09 | 2.2 | - |
| YUV | 98 | 74.4 | 237.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 38 | 3 | 0 | 0.85 | 0.99 | 0.01 | 8.43 | 0.98 | 0.5 |
| Hex | FC | 26 | 3 | 0 | 55 | 63 | 1 | 8 | 62 | 32 |
| Octal | 374 | 46 | 3 | 0 | 125 | 143 | 1 | 10 | 142 | 62 |
| Binary | 11111100 | 100110 | 11 | 0 | 1010101 | 1100011 | 1 | 1000 | 1100010 | 110010 |
Color Harmonies of #FC2603
Complementary color
Monochromatic Colors of #FC2603
Black with #FC2603
Text Example
Text Example
White with #FC2603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2603; }
p { color: rgb(252,38,3); }
H1.HeaderClassName
{
color: #FC2603;
}
.AnyTagClassName
{
color: #FC2603;
}
</style>
background-color css
<style>
a { background-color: #FC2603; }
a { background-color: rgb(252,38,3); }
div.DivClassName
{
background-color: #FC2603;
}
.BgClassName
{
background-color: #FC2603;
}
</style>
border-color css
<style>
span { border-color: #FC2603; }
span { border-color: rgb(252,38,3); }
td.TdClassName
{
border-color: #FC2603;
}
.TagClassName
{
border-color: #FC2603;
}
</style>