Shades of Scarlet #FF2016
Tints of Scarlet #FF2016
RGB
CMYK
RGB Variations
Color information
#FF2016 (or 0xFF2016) is known color: Scarlet. HEX triplet: FF, 20 and 16. RGB value is (255,32,22). Sum of RGB (Red+Green+Blue) = 255+32+22=309 (40% of max value = 765). Red value is 255 (100% from 255 or 82.52% from 309); Green value is 32 (12.89% from 255 or 10.36% from 309); Blue value is 22 (8.98% from 255 or 7.12% from 309); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2016 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF2016 is #00DFE9. Grayscale: #616161. Windows color (decimal): -57322 or 1450239. OLE color: 1450239.
HSL color Cylindrical-coordinate representation of color #FF2016: hue angle of 2.58º 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 #FF2016 is Cyan = 0, Magento = 0.87, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 32 | 22 | - |
| CMYK | 0 | 0.87 | 0.91 | 0 |
| HSL | 2.58º | 1% | 0.54% | - |
| HSV(B) | 2.58º | 0.91% | 1% | - |
| XYZ | 41.9 | 22.35 | 2.86 | - |
| YUV | 97.54 | 85.38 | 240.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 32 | 22 | 0 | 0.87 | 0.91 | 0 | 2.58 | 1 | 0.54 |
| Hex | FF | 20 | 16 | 0 | 57 | 5B | 0 | 3 | 64 | 36 |
| Octal | 377 | 40 | 26 | 0 | 127 | 133 | 0 | 3 | 144 | 66 |
| Binary | 11111111 | 100000 | 10110 | 0 | 1010111 | 1011011 | 0 | 11 | 1100100 | 110110 |
Color Harmonies of #FF2016
Complementary color
Monochromatic Colors of #FF2016
Black with #FF2016
Text Example
Text Example
White with #FF2016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2016; }
p { color: rgb(255,32,22); }
H1.HeaderClassName
{
color: #FF2016;
}
.AnyTagClassName
{
color: #FF2016;
}
</style>
background-color css
<style>
a { background-color: #FF2016; }
a { background-color: rgb(255,32,22); }
div.DivClassName
{
background-color: #FF2016;
}
.BgClassName
{
background-color: #FF2016;
}
</style>
border-color css
<style>
span { border-color: #FF2016; }
span { border-color: rgb(255,32,22); }
td.TdClassName
{
border-color: #FF2016;
}
.TagClassName
{
border-color: #FF2016;
}
</style>