Shades of Scarlet #FA1D11
Tints of Scarlet #FA1D11
RGB
CMYK
RGB Variations
Color information
#FA1D11 (or 0xFA1D11) is known color: Scarlet. HEX triplet: FA, 1D and 11. RGB value is (250,29,17). Sum of RGB (Red+Green+Blue) = 250+29+17=296 (39% of max value = 765). Red value is 250 (98.05% from 255 or 84.46% from 296); Green value is 29 (11.72% from 255 or 9.80% from 296); Blue value is 17 (7.03% from 255 or 5.74% from 296); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1D11 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA1D11 is #05E2EE. Grayscale: #5D5D5D. Windows color (decimal): -385775 or 1121786. OLE color: 1121786.
HSL color Cylindrical-coordinate representation of color #FA1D11: hue angle of 3.09º 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 #FA1D11 is Cyan = 0, Magento = 0.88, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 29 | 17 | - |
| CMYK | 0 | 0.88 | 0.93 | 0.02 |
| HSL | 3.09º | 0.96% | 0.52% | - |
| HSV(B) | 3.09º | 0.93% | 0.98% | - |
| XYZ | 39.96 | 21.24 | 2.52 | - |
| YUV | 93.71 | 84.72 | 239.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 29 | 17 | 0 | 0.88 | 0.93 | 0.02 | 3.09 | 0.96 | 0.52 |
| Hex | FA | 1D | 11 | 0 | 58 | 5D | 2 | 3 | 60 | 34 |
| Octal | 372 | 35 | 21 | 0 | 130 | 135 | 2 | 3 | 140 | 64 |
| Binary | 11111010 | 11101 | 10001 | 0 | 1011000 | 1011101 | 10 | 11 | 1100000 | 110100 |
Color Harmonies of #FA1D11
Complementary color
Monochromatic Colors of #FA1D11
Black with #FA1D11
Text Example
Text Example
White with #FA1D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1D11; }
p { color: rgb(250,29,17); }
H1.HeaderClassName
{
color: #FA1D11;
}
.AnyTagClassName
{
color: #FA1D11;
}
</style>
background-color css
<style>
a { background-color: #FA1D11; }
a { background-color: rgb(250,29,17); }
div.DivClassName
{
background-color: #FA1D11;
}
.BgClassName
{
background-color: #FA1D11;
}
</style>
border-color css
<style>
span { border-color: #FA1D11; }
span { border-color: rgb(250,29,17); }
td.TdClassName
{
border-color: #FA1D11;
}
.TagClassName
{
border-color: #FA1D11;
}
</style>