Shades of Scarlet #FC1D0A
Tints of Scarlet #FC1D0A
RGB
CMYK
RGB Variations
Color information
#FC1D0A (or 0xFC1D0A) is known color: Scarlet. HEX triplet: FC, 1D and 0A. RGB value is (252,29,10). Sum of RGB (Red+Green+Blue) = 252+29+10=291 (38% of max value = 765). Red value is 252 (98.83% from 255 or 86.60% from 291); Green value is 29 (11.72% from 255 or 9.97% from 291); Blue value is 10 (4.30% from 255 or 3.44% from 291); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1D0A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC1D0A is #03E2F5. Grayscale: #5D5D5D. Windows color (decimal): -254710 or 663036. OLE color: 663036.
HSL color Cylindrical-coordinate representation of color #FC1D0A: hue angle of 4.71º 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 #FC1D0A is Cyan = 0, Magento = 0.88, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 29 | 10 | - |
| CMYK | 0 | 0.88 | 0.96 | 0.01 |
| HSL | 4.71º | 0.98% | 0.51% | - |
| HSV(B) | 4.71º | 0.96% | 0.99% | - |
| XYZ | 40.64 | 21.6 | 2.31 | - |
| YUV | 93.51 | 80.88 | 241.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 29 | 10 | 0 | 0.88 | 0.96 | 0.01 | 4.71 | 0.98 | 0.51 |
| Hex | FC | 1D | A | 0 | 58 | 60 | 1 | 5 | 62 | 33 |
| Octal | 374 | 35 | 12 | 0 | 130 | 140 | 1 | 5 | 142 | 63 |
| Binary | 11111100 | 11101 | 1010 | 0 | 1011000 | 1100000 | 1 | 101 | 1100010 | 110011 |
Color Harmonies of #FC1D0A
Complementary color
Monochromatic Colors of #FC1D0A
Black with #FC1D0A
Text Example
Text Example
White with #FC1D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1D0A; }
p { color: rgb(252,29,10); }
H1.HeaderClassName
{
color: #FC1D0A;
}
.AnyTagClassName
{
color: #FC1D0A;
}
</style>
background-color css
<style>
a { background-color: #FC1D0A; }
a { background-color: rgb(252,29,10); }
div.DivClassName
{
background-color: #FC1D0A;
}
.BgClassName
{
background-color: #FC1D0A;
}
</style>
border-color css
<style>
span { border-color: #FC1D0A; }
span { border-color: rgb(252,29,10); }
td.TdClassName
{
border-color: #FC1D0A;
}
.TagClassName
{
border-color: #FC1D0A;
}
</style>