Shades of Scarlet #FA1C11
Tints of Scarlet #FA1C11
RGB
CMYK
RGB Variations
Color information
#FA1C11 (or 0xFA1C11) is known color: Scarlet. HEX triplet: FA, 1C and 11. RGB value is (250,28,17). Sum of RGB (Red+Green+Blue) = 250+28+17=295 (39% of max value = 765). Red value is 250 (98.05% from 255 or 84.75% from 295); Green value is 28 (11.33% from 255 or 9.49% from 295); Blue value is 17 (7.03% from 255 or 5.76% from 295); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1C11 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA1C11 is #05E3EE. Grayscale: #5D5D5D. Windows color (decimal): -386031 or 1121530. OLE color: 1121530.
HSL color Cylindrical-coordinate representation of color #FA1C11: hue angle of 2.83º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FA1C11 is Cyan = 0, Magento = 0.89, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 28 | 17 | - |
| CMYK | 0 | 0.89 | 0.93 | 0.02 |
| HSL | 2.83º | 0.96% | 0.52% | - |
| HSV(B) | 2.83º | 0.93% | 0.98% | - |
| XYZ | 39.94 | 21.19 | 2.52 | - |
| YUV | 93.12 | 85.05 | 239.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 28 | 17 | 0 | 0.89 | 0.93 | 0.02 | 2.83 | 0.96 | 0.52 |
| Hex | FA | 1C | 11 | 0 | 59 | 5D | 2 | 3 | 60 | 34 |
| Octal | 372 | 34 | 21 | 0 | 131 | 135 | 2 | 3 | 140 | 64 |
| Binary | 11111010 | 11100 | 10001 | 0 | 1011001 | 1011101 | 10 | 11 | 1100000 | 110100 |
Color Harmonies of #FA1C11
Complementary color
Monochromatic Colors of #FA1C11
Black with #FA1C11
Text Example
Text Example
White with #FA1C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1C11; }
p { color: rgb(250,28,17); }
H1.HeaderClassName
{
color: #FA1C11;
}
.AnyTagClassName
{
color: #FA1C11;
}
</style>
background-color css
<style>
a { background-color: #FA1C11; }
a { background-color: rgb(250,28,17); }
div.DivClassName
{
background-color: #FA1C11;
}
.BgClassName
{
background-color: #FA1C11;
}
</style>
border-color css
<style>
span { border-color: #FA1C11; }
span { border-color: rgb(250,28,17); }
td.TdClassName
{
border-color: #FA1C11;
}
.TagClassName
{
border-color: #FA1C11;
}
</style>