Shades of Scarlet #FA1711
Tints of Scarlet #FA1711
RGB
CMYK
RGB Variations
Color information
#FA1711 (or 0xFA1711) is known color: Scarlet. HEX triplet: FA, 17 and 11. RGB value is (250,23,17). Sum of RGB (Red+Green+Blue) = 250+23+17=290 (38% of max value = 765). Red value is 250 (98.05% from 255 or 86.21% from 290); Green value is 23 (9.38% from 255 or 7.93% from 290); Blue value is 17 (7.03% from 255 or 5.86% from 290); Max value from RGB is 250 - color contains mainly: red. Hex color #FA1711 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FA1711 is #05E8EE. Grayscale: #5A5A5A. Windows color (decimal): -387311 or 1120250. OLE color: 1120250.
HSL color Cylindrical-coordinate representation of color #FA1711: hue angle of 1.55º 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 #FA1711 is Cyan = 0, Magento = 0.91, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 23 | 17 | - |
| CMYK | 0 | 0.91 | 0.93 | 0.02 |
| HSL | 1.55º | 0.96% | 0.52% | - |
| HSV(B) | 1.55º | 0.93% | 0.98% | - |
| XYZ | 39.83 | 20.98 | 2.48 | - |
| YUV | 90.19 | 86.71 | 241.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 23 | 17 | 0 | 0.91 | 0.93 | 0.02 | 1.55 | 0.96 | 0.52 |
| Hex | FA | 17 | 11 | 0 | 5B | 5D | 2 | 2 | 60 | 34 |
| Octal | 372 | 27 | 21 | 0 | 133 | 135 | 2 | 2 | 140 | 64 |
| Binary | 11111010 | 10111 | 10001 | 0 | 1011011 | 1011101 | 10 | 10 | 1100000 | 110100 |
Color Harmonies of #FA1711
Complementary color
Monochromatic Colors of #FA1711
Black with #FA1711
Text Example
Text Example
White with #FA1711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA1711; }
p { color: rgb(250,23,17); }
H1.HeaderClassName
{
color: #FA1711;
}
.AnyTagClassName
{
color: #FA1711;
}
</style>
background-color css
<style>
a { background-color: #FA1711; }
a { background-color: rgb(250,23,17); }
div.DivClassName
{
background-color: #FA1711;
}
.BgClassName
{
background-color: #FA1711;
}
</style>
border-color css
<style>
span { border-color: #FA1711; }
span { border-color: rgb(250,23,17); }
td.TdClassName
{
border-color: #FA1711;
}
.TagClassName
{
border-color: #FA1711;
}
</style>