Shades of Scarlet #FF1716
Tints of Scarlet #FF1716
RGB
CMYK
RGB Variations
Color information
#FF1716 (or 0xFF1716) is known color: Scarlet. HEX triplet: FF, 17 and 16. RGB value is (255,23,22). Sum of RGB (Red+Green+Blue) = 255+23+22=300 (39% of max value = 765). Red value is 255 (100% from 255 or 85% from 300); Green value is 23 (9.38% from 255 or 7.67% from 300); Blue value is 22 (8.98% from 255 or 7.33% from 300); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1716 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF1716 is #00E8E9. Grayscale: #5C5C5C. Windows color (decimal): -59626 or 1447935. OLE color: 1447935.
HSL color Cylindrical-coordinate representation of color #FF1716: hue angle of 0.26º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FF1716 is Cyan = 0, Magento = 0.91, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 23 | 22 | - |
| CMYK | 0 | 0.91 | 0.91 | 0 |
| HSL | 0.26º | 1% | 0.54% | - |
| HSV(B) | 0.26º | 0.91% | 1% | - |
| XYZ | 41.69 | 21.93 | 2.79 | - |
| YUV | 92.25 | 88.36 | 244.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 23 | 22 | 0 | 0.91 | 0.91 | 0 | 0.26 | 1 | 0.54 |
| Hex | FF | 17 | 16 | 0 | 5B | 5B | 0 | 0 | 64 | 36 |
| Octal | 377 | 27 | 26 | 0 | 133 | 133 | 0 | 0 | 144 | 66 |
| Binary | 11111111 | 10111 | 10110 | 0 | 1011011 | 1011011 | 0 | 0 | 1100100 | 110110 |
Color Harmonies of #FF1716
Complementary color
Monochromatic Colors of #FF1716
Black with #FF1716
Text Example
Text Example
White with #FF1716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1716; }
p { color: rgb(255,23,22); }
H1.HeaderClassName
{
color: #FF1716;
}
.AnyTagClassName
{
color: #FF1716;
}
</style>
background-color css
<style>
a { background-color: #FF1716; }
a { background-color: rgb(255,23,22); }
div.DivClassName
{
background-color: #FF1716;
}
.BgClassName
{
background-color: #FF1716;
}
</style>
border-color css
<style>
span { border-color: #FF1716; }
span { border-color: rgb(255,23,22); }
td.TdClassName
{
border-color: #FF1716;
}
.TagClassName
{
border-color: #FF1716;
}
</style>