Shades of Scarlet #FC1F00
Tints of Scarlet #FC1F00
RGB
CMYK
RGB Variations
Color information
#FC1F00 (or 0xFC1F00) is known color: Scarlet. HEX triplet: FC, 1F and 00. RGB value is (252,31,0). Sum of RGB (Red+Green+Blue) = 252+31+0=283 (37% of max value = 765). Red value is 252 (98.83% from 255 or 89.05% from 283); Green value is 31 (12.5% from 255 or 10.95% from 283); Blue value is 0 (0.39% from 255 or 0% from 283); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1F00 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC1F00 is #03E0FF. Grayscale: #5D5D5D. Windows color (decimal): -254208 or 8188. OLE color: 8188.
HSL color Cylindrical-coordinate representation of color #FC1F00: hue angle of 7.38º 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 #FC1F00 is Cyan = 0, Magento = 0.88, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 31 | 0 | - |
| CMYK | 0 | 0.88 | 1 | 0.01 |
| HSL | 7.38º | 1% | 0.49% | - |
| HSV(B) | 7.38º | 1% | 0.99% | - |
| XYZ | 40.63 | 21.68 | 2.04 | - |
| YUV | 93.55 | 75.22 | 241.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 31 | 0 | 0 | 0.88 | 1 | 0.01 | 7.38 | 1 | 0.49 |
| Hex | FC | 1F | 0 | 0 | 58 | 64 | 1 | 7 | 64 | 31 |
| Octal | 374 | 37 | 0 | 0 | 130 | 144 | 1 | 7 | 144 | 61 |
| Binary | 11111100 | 11111 | 0 | 0 | 1011000 | 1100100 | 1 | 111 | 1100100 | 110001 |
Color Harmonies of #FC1F00
Complementary color
Monochromatic Colors of #FC1F00
Black with #FC1F00
Text Example
Text Example
White with #FC1F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1F00; }
p { color: rgb(252,31,0); }
H1.HeaderClassName
{
color: #FC1F00;
}
.AnyTagClassName
{
color: #FC1F00;
}
</style>
background-color css
<style>
a { background-color: #FC1F00; }
a { background-color: rgb(252,31,0); }
div.DivClassName
{
background-color: #FC1F00;
}
.BgClassName
{
background-color: #FC1F00;
}
</style>
border-color css
<style>
span { border-color: #FC1F00; }
span { border-color: rgb(252,31,0); }
td.TdClassName
{
border-color: #FC1F00;
}
.TagClassName
{
border-color: #FC1F00;
}
</style>