Shades of Scarlet #FF1916
Tints of Scarlet #FF1916
RGB
CMYK
RGB Variations
Color information
#FF1916 (or 0xFF1916) is known color: Scarlet. HEX triplet: FF, 19 and 16. RGB value is (255,25,22). Sum of RGB (Red+Green+Blue) = 255+25+22=302 (40% of max value = 765). Red value is 255 (100% from 255 or 84.44% from 302); Green value is 25 (10.16% from 255 or 8.28% from 302); Blue value is 22 (8.98% from 255 or 7.28% from 302); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1916 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF1916 is #00E6E9. Grayscale: #5D5D5D. Windows color (decimal): -59114 or 1448447. OLE color: 1448447.
HSL color Cylindrical-coordinate representation of color #FF1916: hue angle of 0.77º 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 #FF1916 is Cyan = 0, Magento = 0.90, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 25 | 22 | - |
| CMYK | 0 | 0.90 | 0.91 | 0 |
| HSL | 0.77º | 1% | 0.54% | - |
| HSV(B) | 0.77º | 0.91% | 1% | - |
| XYZ | 41.73 | 22.01 | 2.81 | - |
| YUV | 93.43 | 87.7 | 243.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 25 | 22 | 0 | 0.90 | 0.91 | 0 | 0.77 | 1 | 0.54 |
| Hex | FF | 19 | 16 | 0 | 5A | 5B | 0 | 1 | 64 | 36 |
| Octal | 377 | 31 | 26 | 0 | 132 | 133 | 0 | 1 | 144 | 66 |
| Binary | 11111111 | 11001 | 10110 | 0 | 1011010 | 1011011 | 0 | 1 | 1100100 | 110110 |
Color Harmonies of #FF1916
Complementary color
Monochromatic Colors of #FF1916
Black with #FF1916
Text Example
Text Example
White with #FF1916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1916; }
p { color: rgb(255,25,22); }
H1.HeaderClassName
{
color: #FF1916;
}
.AnyTagClassName
{
color: #FF1916;
}
</style>
background-color css
<style>
a { background-color: #FF1916; }
a { background-color: rgb(255,25,22); }
div.DivClassName
{
background-color: #FF1916;
}
.BgClassName
{
background-color: #FF1916;
}
</style>
border-color css
<style>
span { border-color: #FF1916; }
span { border-color: rgb(255,25,22); }
td.TdClassName
{
border-color: #FF1916;
}
.TagClassName
{
border-color: #FF1916;
}
</style>