Shades of Scarlet #FC1800
Tints of Scarlet #FC1800
RGB
CMYK
RGB Variations
Color information
#FC1800 (or 0xFC1800) is known color: Scarlet. HEX triplet: FC, 18 and 00. RGB value is (252,24,0). Sum of RGB (Red+Green+Blue) = 252+24+0=276 (36% of max value = 765). Red value is 252 (98.83% from 255 or 91.30% from 276); Green value is 24 (9.77% from 255 or 8.70% from 276); Blue value is 0 (0.39% from 255 or 0% from 276); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1800 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC1800 is #03E7FF. Grayscale: #595959. Windows color (decimal): -256000 or 6396. OLE color: 6396.
HSL color Cylindrical-coordinate representation of color #FC1800: hue angle of 5.71º 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 #FC1800 is Cyan = 0, Magento = 0.90, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 24 | 0 | - |
| CMYK | 0 | 0.90 | 1 | 0.01 |
| HSL | 5.71º | 1% | 0.49% | - |
| HSV(B) | 5.71º | 1% | 0.99% | - |
| XYZ | 40.47 | 21.35 | 1.99 | - |
| YUV | 89.44 | 77.54 | 243.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 24 | 0 | 0 | 0.90 | 1 | 0.01 | 5.71 | 1 | 0.49 |
| Hex | FC | 18 | 0 | 0 | 5A | 64 | 1 | 6 | 64 | 31 |
| Octal | 374 | 30 | 0 | 0 | 132 | 144 | 1 | 6 | 144 | 61 |
| Binary | 11111100 | 11000 | 0 | 0 | 1011010 | 1100100 | 1 | 110 | 1100100 | 110001 |
Color Harmonies of #FC1800
Complementary color
Monochromatic Colors of #FC1800
Black with #FC1800
Text Example
Text Example
White with #FC1800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1800; }
p { color: rgb(252,24,0); }
H1.HeaderClassName
{
color: #FC1800;
}
.AnyTagClassName
{
color: #FC1800;
}
</style>
background-color css
<style>
a { background-color: #FC1800; }
a { background-color: rgb(252,24,0); }
div.DivClassName
{
background-color: #FC1800;
}
.BgClassName
{
background-color: #FC1800;
}
</style>
border-color css
<style>
span { border-color: #FC1800; }
span { border-color: rgb(252,24,0); }
td.TdClassName
{
border-color: #FC1800;
}
.TagClassName
{
border-color: #FC1800;
}
</style>