Shades of Scarlet #FC1D00
Tints of Scarlet #FC1D00
RGB
CMYK
RGB Variations
Color information
#FC1D00 (or 0xFC1D00) is known color: Scarlet. HEX triplet: FC, 1D and 00. RGB value is (252,29,0). Sum of RGB (Red+Green+Blue) = 252+29+0=281 (37% of max value = 765). Red value is 252 (98.83% from 255 or 89.68% from 281); Green value is 29 (11.72% from 255 or 10.32% from 281); Blue value is 0 (0.39% from 255 or 0% from 281); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1D00 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC1D00 is #03E2FF. Grayscale: #5C5C5C. Windows color (decimal): -254720 or 7676. OLE color: 7676.
HSL color Cylindrical-coordinate representation of color #FC1D00: hue angle of 6.9º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FC1D00 is Cyan = 0, Magento = 0.88, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 29 | 0 | - |
| CMYK | 0 | 0.88 | 1 | 0.01 |
| HSL | 6.9º | 1% | 0.49% | - |
| HSV(B) | 6.9º | 1% | 0.99% | - |
| XYZ | 40.58 | 21.57 | 2.03 | - |
| YUV | 92.37 | 75.88 | 241.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 29 | 0 | 0 | 0.88 | 1 | 0.01 | 6.9 | 1 | 0.49 |
| Hex | FC | 1D | 0 | 0 | 58 | 64 | 1 | 7 | 64 | 31 |
| Octal | 374 | 35 | 0 | 0 | 130 | 144 | 1 | 7 | 144 | 61 |
| Binary | 11111100 | 11101 | 0 | 0 | 1011000 | 1100100 | 1 | 111 | 1100100 | 110001 |
Color Harmonies of #FC1D00
Complementary color
Monochromatic Colors of #FC1D00
Black with #FC1D00
Text Example
Text Example
White with #FC1D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1D00; }
p { color: rgb(252,29,0); }
H1.HeaderClassName
{
color: #FC1D00;
}
.AnyTagClassName
{
color: #FC1D00;
}
</style>
background-color css
<style>
a { background-color: #FC1D00; }
a { background-color: rgb(252,29,0); }
div.DivClassName
{
background-color: #FC1D00;
}
.BgClassName
{
background-color: #FC1D00;
}
</style>
border-color css
<style>
span { border-color: #FC1D00; }
span { border-color: rgb(252,29,0); }
td.TdClassName
{
border-color: #FC1D00;
}
.TagClassName
{
border-color: #FC1D00;
}
</style>