Shades of Scarlet #FC201A
Tints of Scarlet #FC201A
RGB
CMYK
RGB Variations
Color information
#FC201A (or 0xFC201A) is known color: Scarlet. HEX triplet: FC, 20 and 1A. RGB value is (252,32,26). Sum of RGB (Red+Green+Blue) = 252+32+26=310 (41% of max value = 765). Red value is 252 (98.83% from 255 or 81.29% from 310); Green value is 32 (12.89% from 255 or 10.32% from 310); Blue value is 26 (10.55% from 255 or 8.39% from 310); Max value from RGB is 252 - color contains mainly: red. Hex color #FC201A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FC201A is #03DFE5. Grayscale: #616161. Windows color (decimal): -253926 or 1712380. OLE color: 1712380.
HSL color Cylindrical-coordinate representation of color #FC201A: hue angle of 1.59º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FC201A is Cyan = 0, Magento = 0.87, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 32 | 26 | - |
| CMYK | 0 | 0.87 | 0.90 | 0.01 |
| HSL | 1.59º | 0.97% | 0.55% | - |
| HSV(B) | 1.59º | 0.9% | 0.99% | - |
| XYZ | 40.85 | 21.8 | 3.03 | - |
| YUV | 97.1 | 87.89 | 238.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 32 | 26 | 0 | 0.87 | 0.90 | 0.01 | 1.59 | 0.97 | 0.55 |
| Hex | FC | 20 | 1A | 0 | 57 | 5A | 1 | 2 | 61 | 37 |
| Octal | 374 | 40 | 32 | 0 | 127 | 132 | 1 | 2 | 141 | 67 |
| Binary | 11111100 | 100000 | 11010 | 0 | 1010111 | 1011010 | 1 | 10 | 1100001 | 110111 |
Color Harmonies of #FC201A
Complementary color
Monochromatic Colors of #FC201A
Black with #FC201A
Text Example
Text Example
White with #FC201A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC201A; }
p { color: rgb(252,32,26); }
H1.HeaderClassName
{
color: #FC201A;
}
.AnyTagClassName
{
color: #FC201A;
}
</style>
background-color css
<style>
a { background-color: #FC201A; }
a { background-color: rgb(252,32,26); }
div.DivClassName
{
background-color: #FC201A;
}
.BgClassName
{
background-color: #FC201A;
}
</style>
border-color css
<style>
span { border-color: #FC201A; }
span { border-color: rgb(252,32,26); }
td.TdClassName
{
border-color: #FC201A;
}
.TagClassName
{
border-color: #FC201A;
}
</style>