Shades of Scarlet #FF1610
Tints of Scarlet #FF1610
RGB
CMYK
RGB Variations
Color information
#FF1610 (or 0xFF1610) is known color: Scarlet. HEX triplet: FF, 16 and 10. RGB value is (255,22,16). Sum of RGB (Red+Green+Blue) = 255+22+16=293 (38% of max value = 765). Red value is 255 (100% from 255 or 87.03% from 293); Green value is 22 (8.98% from 255 or 7.51% from 293); Blue value is 16 (6.64% from 255 or 5.46% from 293); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1610 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #FF1610 is #00E9EF. Grayscale: #5B5B5B. Windows color (decimal): -59888 or 1054463. OLE color: 1054463.
HSL color Cylindrical-coordinate representation of color #FF1610: hue angle of 1.51º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FF1610 is Cyan = 0, Magento = 0.91, Yellow = 0.94 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 22 | 16 | - |
| CMYK | 0 | 0.91 | 0.94 | 0 |
| HSL | 1.51º | 1% | 0.53% | - |
| HSV(B) | 1.51º | 0.94% | 1% | - |
| XYZ | 41.62 | 21.87 | 2.52 | - |
| YUV | 90.98 | 85.69 | 244.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 22 | 16 | 0 | 0.91 | 0.94 | 0 | 1.51 | 1 | 0.53 |
| Hex | FF | 16 | 10 | 0 | 5B | 5E | 0 | 2 | 64 | 35 |
| Octal | 377 | 26 | 20 | 0 | 133 | 136 | 0 | 2 | 144 | 65 |
| Binary | 11111111 | 10110 | 10000 | 0 | 1011011 | 1011110 | 0 | 10 | 1100100 | 110101 |
Color Harmonies of #FF1610
Complementary color
Monochromatic Colors of #FF1610
Black with #FF1610
Text Example
Text Example
White with #FF1610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1610; }
p { color: rgb(255,22,16); }
H1.HeaderClassName
{
color: #FF1610;
}
.AnyTagClassName
{
color: #FF1610;
}
</style>
background-color css
<style>
a { background-color: #FF1610; }
a { background-color: rgb(255,22,16); }
div.DivClassName
{
background-color: #FF1610;
}
.BgClassName
{
background-color: #FF1610;
}
</style>
border-color css
<style>
span { border-color: #FF1610; }
span { border-color: rgb(255,22,16); }
td.TdClassName
{
border-color: #FF1610;
}
.TagClassName
{
border-color: #FF1610;
}
</style>