Shades of Scarlet #FC2C03
Tints of Scarlet #FC2C03
RGB
CMYK
RGB Variations
Color information
#FC2C03 (or 0xFC2C03) is known color: Scarlet. HEX triplet: FC, 2C and 03. RGB value is (252,44,3). Sum of RGB (Red+Green+Blue) = 252+44+3=299 (39% of max value = 765). Red value is 252 (98.83% from 255 or 84.28% from 299); Green value is 44 (17.58% from 255 or 14.72% from 299); Blue value is 3 (1.56% from 255 or 1.00% from 299); Max value from RGB is 252 - color contains mainly: red. Hex color #FC2C03 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC2C03 is #03D3FC. Grayscale: #656565. Windows color (decimal): -250877 or 208124. OLE color: 208124.
HSL color Cylindrical-coordinate representation of color #FC2C03: hue angle of 9.88º 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 #FC2C03 is Cyan = 0, Magento = 0.83, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 44 | 3 | - |
| CMYK | 0 | 0.83 | 0.99 | 0.01 |
| HSL | 9.88º | 0.98% | 0.5% | - |
| HSV(B) | 9.88º | 0.99% | 0.99% | - |
| XYZ | 41.06 | 22.5 | 2.27 | - |
| YUV | 101.52 | 72.41 | 235.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 44 | 3 | 0 | 0.83 | 0.99 | 0.01 | 9.88 | 0.98 | 0.5 |
| Hex | FC | 2C | 3 | 0 | 53 | 63 | 1 | A | 62 | 32 |
| Octal | 374 | 54 | 3 | 0 | 123 | 143 | 1 | 12 | 142 | 62 |
| Binary | 11111100 | 101100 | 11 | 0 | 1010011 | 1100011 | 1 | 1010 | 1100010 | 110010 |
Color Harmonies of #FC2C03
Complementary color
Monochromatic Colors of #FC2C03
Black with #FC2C03
Text Example
Text Example
White with #FC2C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC2C03; }
p { color: rgb(252,44,3); }
H1.HeaderClassName
{
color: #FC2C03;
}
.AnyTagClassName
{
color: #FC2C03;
}
</style>
background-color css
<style>
a { background-color: #FC2C03; }
a { background-color: rgb(252,44,3); }
div.DivClassName
{
background-color: #FC2C03;
}
.BgClassName
{
background-color: #FC2C03;
}
</style>
border-color css
<style>
span { border-color: #FC2C03; }
span { border-color: rgb(252,44,3); }
td.TdClassName
{
border-color: #FC2C03;
}
.TagClassName
{
border-color: #FC2C03;
}
</style>