Shades of Scarlet #FC1A03
Tints of Scarlet #FC1A03
RGB
CMYK
RGB Variations
Color information
#FC1A03 (or 0xFC1A03) is known color: Scarlet. HEX triplet: FC, 1A and 03. RGB value is (252,26,3). Sum of RGB (Red+Green+Blue) = 252+26+3=281 (37% of max value = 765). Red value is 252 (98.83% from 255 or 89.68% from 281); Green value is 26 (10.55% from 255 or 9.25% from 281); Blue value is 3 (1.56% from 255 or 1.07% from 281); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1A03 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC1A03 is #03E5FC. Grayscale: #5B5B5B. Windows color (decimal): -255485 or 203516. OLE color: 203516.
HSL color Cylindrical-coordinate representation of color #FC1A03: hue angle of 5.54º 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 #FC1A03 is Cyan = 0, Magento = 0.90, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 26 | 3 | - |
| CMYK | 0 | 0.90 | 0.99 | 0.01 |
| HSL | 5.54º | 0.98% | 0.5% | - |
| HSV(B) | 5.54º | 0.99% | 0.99% | - |
| XYZ | 40.53 | 21.44 | 2.09 | - |
| YUV | 90.95 | 78.37 | 242.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 26 | 3 | 0 | 0.90 | 0.99 | 0.01 | 5.54 | 0.98 | 0.5 |
| Hex | FC | 1A | 3 | 0 | 5A | 63 | 1 | 6 | 62 | 32 |
| Octal | 374 | 32 | 3 | 0 | 132 | 143 | 1 | 6 | 142 | 62 |
| Binary | 11111100 | 11010 | 11 | 0 | 1011010 | 1100011 | 1 | 110 | 1100010 | 110010 |
Color Harmonies of #FC1A03
Complementary color
Monochromatic Colors of #FC1A03
Black with #FC1A03
Text Example
Text Example
White with #FC1A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1A03; }
p { color: rgb(252,26,3); }
H1.HeaderClassName
{
color: #FC1A03;
}
.AnyTagClassName
{
color: #FC1A03;
}
</style>
background-color css
<style>
a { background-color: #FC1A03; }
a { background-color: rgb(252,26,3); }
div.DivClassName
{
background-color: #FC1A03;
}
.BgClassName
{
background-color: #FC1A03;
}
</style>
border-color css
<style>
span { border-color: #FC1A03; }
span { border-color: rgb(252,26,3); }
td.TdClassName
{
border-color: #FC1A03;
}
.TagClassName
{
border-color: #FC1A03;
}
</style>