Shades of Scarlet #FC1A12
Tints of Scarlet #FC1A12
RGB
CMYK
RGB Variations
Color information
#FC1A12 (or 0xFC1A12) is known color: Scarlet. HEX triplet: FC, 1A and 12. RGB value is (252,26,18). Sum of RGB (Red+Green+Blue) = 252+26+18=296 (39% of max value = 765). Red value is 252 (98.83% from 255 or 85.14% from 296); Green value is 26 (10.55% from 255 or 8.78% from 296); Blue value is 18 (7.42% from 255 or 6.08% from 296); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1A12 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC1A12 is #03E5ED. Grayscale: #5C5C5C. Windows color (decimal): -255470 or 1186556. OLE color: 1186556.
HSL color Cylindrical-coordinate representation of color #FC1A12: hue angle of 2.05º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FC1A12 is Cyan = 0, Magento = 0.90, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 26 | 18 | - |
| CMYK | 0 | 0.90 | 0.93 | 0.01 |
| HSL | 2.05º | 0.98% | 0.53% | - |
| HSV(B) | 2.05º | 0.93% | 0.99% | - |
| XYZ | 40.62 | 21.48 | 2.58 | - |
| YUV | 92.66 | 85.87 | 241.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 26 | 18 | 0 | 0.90 | 0.93 | 0.01 | 2.05 | 0.98 | 0.53 |
| Hex | FC | 1A | 12 | 0 | 5A | 5D | 1 | 2 | 62 | 35 |
| Octal | 374 | 32 | 22 | 0 | 132 | 135 | 1 | 2 | 142 | 65 |
| Binary | 11111100 | 11010 | 10010 | 0 | 1011010 | 1011101 | 1 | 10 | 1100010 | 110101 |
Color Harmonies of #FC1A12
Complementary color
Monochromatic Colors of #FC1A12
Black with #FC1A12
Text Example
Text Example
White with #FC1A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1A12; }
p { color: rgb(252,26,18); }
H1.HeaderClassName
{
color: #FC1A12;
}
.AnyTagClassName
{
color: #FC1A12;
}
</style>
background-color css
<style>
a { background-color: #FC1A12; }
a { background-color: rgb(252,26,18); }
div.DivClassName
{
background-color: #FC1A12;
}
.BgClassName
{
background-color: #FC1A12;
}
</style>
border-color css
<style>
span { border-color: #FC1A12; }
span { border-color: rgb(252,26,18); }
td.TdClassName
{
border-color: #FC1A12;
}
.TagClassName
{
border-color: #FC1A12;
}
</style>