Shades of Scarlet #FC1408
Tints of Scarlet #FC1408
RGB
CMYK
RGB Variations
Color information
#FC1408 (or 0xFC1408) is known color: Scarlet. HEX triplet: FC, 14 and 08. RGB value is (252,20,8). Sum of RGB (Red+Green+Blue) = 252+20+8=280 (37% of max value = 765). Red value is 252 (98.83% from 255 or 90% from 280); Green value is 20 (8.20% from 255 or 7.14% from 280); Blue value is 8 (3.52% from 255 or 2.86% from 280); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1408 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FC1408 is #03EBF7. Grayscale: #585858. Windows color (decimal): -257016 or 529660. OLE color: 529660.
HSL color Cylindrical-coordinate representation of color #FC1408: hue angle of 2.95º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FC1408 is Cyan = 0, Magento = 0.92, Yellow = 0.97 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 20 | 8 | - |
| CMYK | 0 | 0.92 | 0.97 | 0.01 |
| HSL | 2.95º | 0.98% | 0.51% | - |
| HSV(B) | 2.95º | 0.97% | 0.99% | - |
| XYZ | 40.44 | 21.21 | 2.19 | - |
| YUV | 88 | 82.86 | 244.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 20 | 8 | 0 | 0.92 | 0.97 | 0.01 | 2.95 | 0.98 | 0.51 |
| Hex | FC | 14 | 8 | 0 | 5C | 61 | 1 | 3 | 62 | 33 |
| Octal | 374 | 24 | 10 | 0 | 134 | 141 | 1 | 3 | 142 | 63 |
| Binary | 11111100 | 10100 | 1000 | 0 | 1011100 | 1100001 | 1 | 11 | 1100010 | 110011 |
Color Harmonies of #FC1408
Complementary color
Monochromatic Colors of #FC1408
Black with #FC1408
Text Example
Text Example
White with #FC1408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1408; }
p { color: rgb(252,20,8); }
H1.HeaderClassName
{
color: #FC1408;
}
.AnyTagClassName
{
color: #FC1408;
}
</style>
background-color css
<style>
a { background-color: #FC1408; }
a { background-color: rgb(252,20,8); }
div.DivClassName
{
background-color: #FC1408;
}
.BgClassName
{
background-color: #FC1408;
}
</style>
border-color css
<style>
span { border-color: #FC1408; }
span { border-color: rgb(252,20,8); }
td.TdClassName
{
border-color: #FC1408;
}
.TagClassName
{
border-color: #FC1408;
}
</style>