Shades of Scarlet #FC1D09
Tints of Scarlet #FC1D09
RGB
CMYK
RGB Variations
Color information
#FC1D09 (or 0xFC1D09) is known color: Scarlet. HEX triplet: FC, 1D and 09. RGB value is (252,29,9). Sum of RGB (Red+Green+Blue) = 252+29+9=290 (38% of max value = 765). Red value is 252 (98.83% from 255 or 86.90% from 290); Green value is 29 (11.72% from 255 or 10% from 290); Blue value is 9 (3.91% from 255 or 3.10% from 290); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1D09 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC1D09 is #03E2F6. Grayscale: #5D5D5D. Windows color (decimal): -254711 or 597500. OLE color: 597500.
HSL color Cylindrical-coordinate representation of color #FC1D09: hue angle of 4.94º 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 #FC1D09 is Cyan = 0, Magento = 0.88, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 29 | 9 | - |
| CMYK | 0 | 0.88 | 0.96 | 0.01 |
| HSL | 4.94º | 0.98% | 0.51% | - |
| HSV(B) | 4.94º | 0.96% | 0.99% | - |
| XYZ | 40.63 | 21.59 | 2.28 | - |
| YUV | 93.4 | 80.38 | 241.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 29 | 9 | 0 | 0.88 | 0.96 | 0.01 | 4.94 | 0.98 | 0.51 |
| Hex | FC | 1D | 9 | 0 | 58 | 60 | 1 | 5 | 62 | 33 |
| Octal | 374 | 35 | 11 | 0 | 130 | 140 | 1 | 5 | 142 | 63 |
| Binary | 11111100 | 11101 | 1001 | 0 | 1011000 | 1100000 | 1 | 101 | 1100010 | 110011 |
Color Harmonies of #FC1D09
Complementary color
Monochromatic Colors of #FC1D09
Black with #FC1D09
Text Example
Text Example
White with #FC1D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1D09; }
p { color: rgb(252,29,9); }
H1.HeaderClassName
{
color: #FC1D09;
}
.AnyTagClassName
{
color: #FC1D09;
}
</style>
background-color css
<style>
a { background-color: #FC1D09; }
a { background-color: rgb(252,29,9); }
div.DivClassName
{
background-color: #FC1D09;
}
.BgClassName
{
background-color: #FC1D09;
}
</style>
border-color css
<style>
span { border-color: #FC1D09; }
span { border-color: rgb(252,29,9); }
td.TdClassName
{
border-color: #FC1D09;
}
.TagClassName
{
border-color: #FC1D09;
}
</style>