Shades of Scarlet #FF1811
Tints of Scarlet #FF1811
RGB
CMYK
RGB Variations
Color information
#FF1811 (or 0xFF1811) is known color: Scarlet. HEX triplet: FF, 18 and 11. RGB value is (255,24,17). Sum of RGB (Red+Green+Blue) = 255+24+17=296 (39% of max value = 765). Red value is 255 (100% from 255 or 86.15% from 296); Green value is 24 (9.77% from 255 or 8.11% from 296); Blue value is 17 (7.03% from 255 or 5.74% from 296); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1811 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF1811 is #00E7EE. Grayscale: #5C5C5C. Windows color (decimal): -59375 or 1120511. OLE color: 1120511.
HSL color Cylindrical-coordinate representation of color #FF1811: hue angle of 1.76º 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 #FF1811 is Cyan = 0, Magento = 0.91, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 24 | 17 | - |
| CMYK | 0 | 0.91 | 0.93 | 0 |
| HSL | 1.76º | 1% | 0.53% | - |
| HSV(B) | 1.76º | 0.93% | 1% | - |
| XYZ | 41.67 | 21.95 | 2.57 | - |
| YUV | 92.27 | 85.53 | 244.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 24 | 17 | 0 | 0.91 | 0.93 | 0 | 1.76 | 1 | 0.53 |
| Hex | FF | 18 | 11 | 0 | 5B | 5D | 0 | 2 | 64 | 35 |
| Octal | 377 | 30 | 21 | 0 | 133 | 135 | 0 | 2 | 144 | 65 |
| Binary | 11111111 | 11000 | 10001 | 0 | 1011011 | 1011101 | 0 | 10 | 1100100 | 110101 |
Color Harmonies of #FF1811
Complementary color
Monochromatic Colors of #FF1811
Black with #FF1811
Text Example
Text Example
White with #FF1811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1811; }
p { color: rgb(255,24,17); }
H1.HeaderClassName
{
color: #FF1811;
}
.AnyTagClassName
{
color: #FF1811;
}
</style>
background-color css
<style>
a { background-color: #FF1811; }
a { background-color: rgb(255,24,17); }
div.DivClassName
{
background-color: #FF1811;
}
.BgClassName
{
background-color: #FF1811;
}
</style>
border-color css
<style>
span { border-color: #FF1811; }
span { border-color: rgb(255,24,17); }
td.TdClassName
{
border-color: #FF1811;
}
.TagClassName
{
border-color: #FF1811;
}
</style>