Shades of Scarlet #FC1A11
Tints of Scarlet #FC1A11
RGB
CMYK
RGB Variations
Color information
#FC1A11 (or 0xFC1A11) is known color: Scarlet. HEX triplet: FC, 1A and 11. RGB value is (252,26,17). Sum of RGB (Red+Green+Blue) = 252+26+17=295 (39% of max value = 765). Red value is 252 (98.83% from 255 or 85.42% from 295); Green value is 26 (10.55% from 255 or 8.81% from 295); Blue value is 17 (7.03% from 255 or 5.76% from 295); Max value from RGB is 252 - color contains mainly: red. Hex color #FC1A11 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FC1A11 is #03E5EE. Grayscale: #5C5C5C. Windows color (decimal): -255471 or 1121020. OLE color: 1121020.
HSL color Cylindrical-coordinate representation of color #FC1A11: hue angle of 2.3º 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 #FC1A11 is Cyan = 0, Magento = 0.90, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 26 | 17 | - |
| CMYK | 0 | 0.90 | 0.93 | 0.01 |
| HSL | 2.3º | 0.98% | 0.53% | - |
| HSV(B) | 2.3º | 0.93% | 0.99% | - |
| XYZ | 40.62 | 21.47 | 2.53 | - |
| YUV | 92.55 | 85.37 | 241.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 26 | 17 | 0 | 0.90 | 0.93 | 0.01 | 2.3 | 0.98 | 0.53 |
| Hex | FC | 1A | 11 | 0 | 5A | 5D | 1 | 2 | 62 | 35 |
| Octal | 374 | 32 | 21 | 0 | 132 | 135 | 1 | 2 | 142 | 65 |
| Binary | 11111100 | 11010 | 10001 | 0 | 1011010 | 1011101 | 1 | 10 | 1100010 | 110101 |
Color Harmonies of #FC1A11
Complementary color
Monochromatic Colors of #FC1A11
Black with #FC1A11
Text Example
Text Example
White with #FC1A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC1A11; }
p { color: rgb(252,26,17); }
H1.HeaderClassName
{
color: #FC1A11;
}
.AnyTagClassName
{
color: #FC1A11;
}
</style>
background-color css
<style>
a { background-color: #FC1A11; }
a { background-color: rgb(252,26,17); }
div.DivClassName
{
background-color: #FC1A11;
}
.BgClassName
{
background-color: #FC1A11;
}
</style>
border-color css
<style>
span { border-color: #FC1A11; }
span { border-color: rgb(252,26,17); }
td.TdClassName
{
border-color: #FC1A11;
}
.TagClassName
{
border-color: #FC1A11;
}
</style>