Shades of Scarlet #FF1A16
Tints of Scarlet #FF1A16
RGB
CMYK
RGB Variations
Color information
#FF1A16 (or 0xFF1A16) is known color: Scarlet. HEX triplet: FF, 1A and 16. RGB value is (255,26,22). Sum of RGB (Red+Green+Blue) = 255+26+22=303 (40% of max value = 765). Red value is 255 (100% from 255 or 84.16% from 303); Green value is 26 (10.55% from 255 or 8.58% from 303); Blue value is 22 (8.98% from 255 or 7.26% from 303); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1A16 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF1A16 is #00E5E9. Grayscale: #5E5E5E. Windows color (decimal): -58858 or 1448703. OLE color: 1448703.
HSL color Cylindrical-coordinate representation of color #FF1A16: hue angle of 1.03º 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 #FF1A16 is Cyan = 0, Magento = 0.90, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 26 | 22 | - |
| CMYK | 0 | 0.90 | 0.91 | 0 |
| HSL | 1.03º | 1% | 0.54% | - |
| HSV(B) | 1.03º | 0.91% | 1% | - |
| XYZ | 41.75 | 22.06 | 2.82 | - |
| YUV | 94.02 | 87.37 | 242.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 26 | 22 | 0 | 0.90 | 0.91 | 0 | 1.03 | 1 | 0.54 |
| Hex | FF | 1A | 16 | 0 | 5A | 5B | 0 | 1 | 64 | 36 |
| Octal | 377 | 32 | 26 | 0 | 132 | 133 | 0 | 1 | 144 | 66 |
| Binary | 11111111 | 11010 | 10110 | 0 | 1011010 | 1011011 | 0 | 1 | 1100100 | 110110 |
Color Harmonies of #FF1A16
Complementary color
Monochromatic Colors of #FF1A16
Black with #FF1A16
Text Example
Text Example
White with #FF1A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1A16; }
p { color: rgb(255,26,22); }
H1.HeaderClassName
{
color: #FF1A16;
}
.AnyTagClassName
{
color: #FF1A16;
}
</style>
background-color css
<style>
a { background-color: #FF1A16; }
a { background-color: rgb(255,26,22); }
div.DivClassName
{
background-color: #FF1A16;
}
.BgClassName
{
background-color: #FF1A16;
}
</style>
border-color css
<style>
span { border-color: #FF1A16; }
span { border-color: rgb(255,26,22); }
td.TdClassName
{
border-color: #FF1A16;
}
.TagClassName
{
border-color: #FF1A16;
}
</style>