Shades of Scarlet #FF1B16
Tints of Scarlet #FF1B16
RGB
CMYK
RGB Variations
Color information
#FF1B16 (or 0xFF1B16) is known color: Scarlet. HEX triplet: FF, 1B and 16. RGB value is (255,27,22). Sum of RGB (Red+Green+Blue) = 255+27+22=304 (40% of max value = 765). Red value is 255 (100% from 255 or 83.88% from 304); Green value is 27 (10.94% from 255 or 8.88% from 304); Blue value is 22 (8.98% from 255 or 7.24% from 304); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1B16 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF1B16 is #00E4E9. Grayscale: #5E5E5E. Windows color (decimal): -58602 or 1448959. OLE color: 1448959.
HSL color Cylindrical-coordinate representation of color #FF1B16: hue angle of 1.29º 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 #FF1B16 is Cyan = 0, Magento = 0.89, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 27 | 22 | - |
| CMYK | 0 | 0.89 | 0.91 | 0 |
| HSL | 1.29º | 1% | 0.54% | - |
| HSV(B) | 1.29º | 0.91% | 1% | - |
| XYZ | 41.78 | 22.1 | 2.82 | - |
| YUV | 94.6 | 87.04 | 242.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 27 | 22 | 0 | 0.89 | 0.91 | 0 | 1.29 | 1 | 0.54 |
| Hex | FF | 1B | 16 | 0 | 59 | 5B | 0 | 1 | 64 | 36 |
| Octal | 377 | 33 | 26 | 0 | 131 | 133 | 0 | 1 | 144 | 66 |
| Binary | 11111111 | 11011 | 10110 | 0 | 1011001 | 1011011 | 0 | 1 | 1100100 | 110110 |
Color Harmonies of #FF1B16
Complementary color
Monochromatic Colors of #FF1B16
Black with #FF1B16
Text Example
Text Example
White with #FF1B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1B16; }
p { color: rgb(255,27,22); }
H1.HeaderClassName
{
color: #FF1B16;
}
.AnyTagClassName
{
color: #FF1B16;
}
</style>
background-color css
<style>
a { background-color: #FF1B16; }
a { background-color: rgb(255,27,22); }
div.DivClassName
{
background-color: #FF1B16;
}
.BgClassName
{
background-color: #FF1B16;
}
</style>
border-color css
<style>
span { border-color: #FF1B16; }
span { border-color: rgb(255,27,22); }
td.TdClassName
{
border-color: #FF1B16;
}
.TagClassName
{
border-color: #FF1B16;
}
</style>