Shades of Scarlet #FC1C0D
Tints of Scarlet #FC1C0D
RGB
CMYK
RGB Variations
Color information
#FC1C0D (or 0xFC1C0D) is known color: Scarlet. HEX triplet: FC, 1C and 0D. RGB value is (252,28,13). Sum of RGB (Red+Green+Blue) = 252+28+13=293 (38% of max value = 765). Red value is 252 (98.83% from 255 or 86.01% from 293); Green value is 28 (11.33% from 255 or 9.56% from 293); Blue value is 13 (5.47% from 255 or 4.44% from 293); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1C0D is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC1C0D is #03E3F2. Grayscale: #5D5D5D. Windows color (decimal): -254963 or 859388. OLE color: 859388.
HSL color Cylindrical-coordinate representation of color #FC1C0D: hue angle of 3.77º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FC1C0D is Cyan = 0, Magento = 0.89, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 28 | 13 | - |
| CMYK | 0 | 0.89 | 0.95 | 0.01 |
| HSL | 3.77º | 0.98% | 0.52% | - |
| HSV(B) | 3.77º | 0.95% | 0.99% | - |
| XYZ | 40.63 | 21.56 | 2.4 | - |
| YUV | 93.27 | 82.71 | 241.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 28 | 13 | 0 | 0.89 | 0.95 | 0.01 | 3.77 | 0.98 | 0.52 |
| Hex | FC | 1C | D | 0 | 59 | 5F | 1 | 4 | 62 | 34 |
| Octal | 374 | 34 | 15 | 0 | 131 | 137 | 1 | 4 | 142 | 64 |
| Binary | 11111100 | 11100 | 1101 | 0 | 1011001 | 1011111 | 1 | 100 | 1100010 | 110100 |
Color Harmonies of #FC1C0D
Complementary color
Monochromatic Colors of #FC1C0D
Black with #FC1C0D
Text Example
Text Example
White with #FC1C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1C0D; }
p { color: rgb(252,28,13); }
H1.HeaderClassName
{
color: #FC1C0D;
}
.AnyTagClassName
{
color: #FC1C0D;
}
</style>
background-color css
<style>
a { background-color: #FC1C0D; }
a { background-color: rgb(252,28,13); }
div.DivClassName
{
background-color: #FC1C0D;
}
.BgClassName
{
background-color: #FC1C0D;
}
</style>
border-color css
<style>
span { border-color: #FC1C0D; }
span { border-color: rgb(252,28,13); }
td.TdClassName
{
border-color: #FC1C0D;
}
.TagClassName
{
border-color: #FC1C0D;
}
</style>