Shades of Scarlet #FC210A
Tints of Scarlet #FC210A
RGB
CMYK
RGB Variations
Color information
#FC210A (or 0xFC210A) is known color: Scarlet. HEX triplet: FC, 21 and 0A. RGB value is (252,33,10). Sum of RGB (Red+Green+Blue) = 252+33+10=295 (39% of max value = 765). Red value is 252 (98.83% from 255 or 85.42% from 295); Green value is 33 (13.28% from 255 or 11.19% from 295); Blue value is 10 (4.30% from 255 or 3.39% from 295); Max value from RGB is 252 - color contains mainly: red. Hex color #FC210A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC210A is #03DEF5. Grayscale: #606060. Windows color (decimal): -253686 or 664060. OLE color: 664060.
HSL color Cylindrical-coordinate representation of color #FC210A: hue angle of 5.7º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FC210A is Cyan = 0, Magento = 0.87, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 33 | 10 | - |
| CMYK | 0 | 0.87 | 0.96 | 0.01 |
| HSL | 5.7º | 0.98% | 0.51% | - |
| HSV(B) | 5.7º | 0.96% | 0.99% | - |
| XYZ | 40.74 | 21.81 | 2.35 | - |
| YUV | 95.86 | 79.55 | 239.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 33 | 10 | 0 | 0.87 | 0.96 | 0.01 | 5.7 | 0.98 | 0.51 |
| Hex | FC | 21 | A | 0 | 57 | 60 | 1 | 6 | 62 | 33 |
| Octal | 374 | 41 | 12 | 0 | 127 | 140 | 1 | 6 | 142 | 63 |
| Binary | 11111100 | 100001 | 1010 | 0 | 1010111 | 1100000 | 1 | 110 | 1100010 | 110011 |
Color Harmonies of #FC210A
Complementary color
Monochromatic Colors of #FC210A
Black with #FC210A
Text Example
Text Example
White with #FC210A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC210A; }
p { color: rgb(252,33,10); }
H1.HeaderClassName
{
color: #FC210A;
}
.AnyTagClassName
{
color: #FC210A;
}
</style>
background-color css
<style>
a { background-color: #FC210A; }
a { background-color: rgb(252,33,10); }
div.DivClassName
{
background-color: #FC210A;
}
.BgClassName
{
background-color: #FC210A;
}
</style>
border-color css
<style>
span { border-color: #FC210A; }
span { border-color: rgb(252,33,10); }
td.TdClassName
{
border-color: #FC210A;
}
.TagClassName
{
border-color: #FC210A;
}
</style>