Shades of Scarlet #FF1711
Tints of Scarlet #FF1711
RGB
CMYK
RGB Variations
Color information
#FF1711 (or 0xFF1711) is known color: Scarlet. HEX triplet: FF, 17 and 11. RGB value is (255,23,17). Sum of RGB (Red+Green+Blue) = 255+23+17=295 (39% of max value = 765). Red value is 255 (100% from 255 or 86.44% from 295); Green value is 23 (9.38% from 255 or 7.80% from 295); Blue value is 17 (7.03% from 255 or 5.76% from 295); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1711 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF1711 is #00E8EE. Grayscale: #5B5B5B. Windows color (decimal): -59631 or 1120255. OLE color: 1120255.
HSL color Cylindrical-coordinate representation of color #FF1711: hue angle of 1.51º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FF1711 is Cyan = 0, Magento = 0.91, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 23 | 17 | - |
| CMYK | 0 | 0.91 | 0.93 | 0 |
| HSL | 1.51º | 1% | 0.53% | - |
| HSV(B) | 1.51º | 0.93% | 1% | - |
| XYZ | 41.65 | 21.91 | 2.56 | - |
| YUV | 91.68 | 85.86 | 244.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 23 | 17 | 0 | 0.91 | 0.93 | 0 | 1.51 | 1 | 0.53 |
| Hex | FF | 17 | 11 | 0 | 5B | 5D | 0 | 2 | 64 | 35 |
| Octal | 377 | 27 | 21 | 0 | 133 | 135 | 0 | 2 | 144 | 65 |
| Binary | 11111111 | 10111 | 10001 | 0 | 1011011 | 1011101 | 0 | 10 | 1100100 | 110101 |
Color Harmonies of #FF1711
Complementary color
Monochromatic Colors of #FF1711
Black with #FF1711
Text Example
Text Example
White with #FF1711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1711; }
p { color: rgb(255,23,17); }
H1.HeaderClassName
{
color: #FF1711;
}
.AnyTagClassName
{
color: #FF1711;
}
</style>
background-color css
<style>
a { background-color: #FF1711; }
a { background-color: rgb(255,23,17); }
div.DivClassName
{
background-color: #FF1711;
}
.BgClassName
{
background-color: #FF1711;
}
</style>
border-color css
<style>
span { border-color: #FF1711; }
span { border-color: rgb(255,23,17); }
td.TdClassName
{
border-color: #FF1711;
}
.TagClassName
{
border-color: #FF1711;
}
</style>