Shades of Scarlet #FC1A13
Tints of Scarlet #FC1A13
RGB
CMYK
RGB Variations
Color information
#FC1A13 (or 0xFC1A13) is known color: Scarlet. HEX triplet: FC, 1A and 13. RGB value is (252,26,19). Sum of RGB (Red+Green+Blue) = 252+26+19=297 (39% of max value = 765). Red value is 252 (98.83% from 255 or 84.85% from 297); Green value is 26 (10.55% from 255 or 8.75% from 297); Blue value is 19 (7.81% from 255 or 6.40% from 297); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1A13 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC1A13 is #03E5EC. Grayscale: #5D5D5D. Windows color (decimal): -255469 or 1252092. OLE color: 1252092.
HSL color Cylindrical-coordinate representation of color #FC1A13: hue angle of 1.8º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FC1A13 is Cyan = 0, Magento = 0.90, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 26 | 19 | - |
| CMYK | 0 | 0.90 | 0.92 | 0.01 |
| HSL | 1.8º | 0.97% | 0.53% | - |
| HSV(B) | 1.8º | 0.92% | 0.99% | - |
| XYZ | 40.63 | 21.48 | 2.62 | - |
| YUV | 92.78 | 86.37 | 241.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 26 | 19 | 0 | 0.90 | 0.92 | 0.01 | 1.8 | 0.97 | 0.53 |
| Hex | FC | 1A | 13 | 0 | 5A | 5C | 1 | 2 | 61 | 35 |
| Octal | 374 | 32 | 23 | 0 | 132 | 134 | 1 | 2 | 141 | 65 |
| Binary | 11111100 | 11010 | 10011 | 0 | 1011010 | 1011100 | 1 | 10 | 1100001 | 110101 |
Color Harmonies of #FC1A13
Complementary color
Monochromatic Colors of #FC1A13
Black with #FC1A13
Text Example
Text Example
White with #FC1A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1A13; }
p { color: rgb(252,26,19); }
H1.HeaderClassName
{
color: #FC1A13;
}
.AnyTagClassName
{
color: #FC1A13;
}
</style>
background-color css
<style>
a { background-color: #FC1A13; }
a { background-color: rgb(252,26,19); }
div.DivClassName
{
background-color: #FC1A13;
}
.BgClassName
{
background-color: #FC1A13;
}
</style>
border-color css
<style>
span { border-color: #FC1A13; }
span { border-color: rgb(252,26,19); }
td.TdClassName
{
border-color: #FC1A13;
}
.TagClassName
{
border-color: #FC1A13;
}
</style>