Shades of Scarlet #FF2A16
Tints of Scarlet #FF2A16
RGB
CMYK
RGB Variations
Color information
#FF2A16 (or 0xFF2A16) is known color: Scarlet. HEX triplet: FF, 2A and 16. RGB value is (255,42,22). Sum of RGB (Red+Green+Blue) = 255+42+22=319 (42% of max value = 765). Red value is 255 (100% from 255 or 79.94% from 319); Green value is 42 (16.80% from 255 or 13.17% from 319); Blue value is 22 (8.98% from 255 or 6.90% from 319); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2A16 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF2A16 is #00D5E9. Grayscale: #676767. Windows color (decimal): -54762 or 1452799. OLE color: 1452799.
HSL color Cylindrical-coordinate representation of color #FF2A16: hue angle of 5.15º 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 #FF2A16 is Cyan = 0, Magento = 0.84, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 42 | 22 | - |
| CMYK | 0 | 0.84 | 0.91 | 0 |
| HSL | 5.15º | 1% | 0.54% | - |
| HSV(B) | 5.15º | 0.91% | 1% | - |
| XYZ | 42.21 | 22.97 | 2.97 | - |
| YUV | 103.41 | 82.07 | 236.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 42 | 22 | 0 | 0.84 | 0.91 | 0 | 5.15 | 1 | 0.54 |
| Hex | FF | 2A | 16 | 0 | 54 | 5B | 0 | 5 | 64 | 36 |
| Octal | 377 | 52 | 26 | 0 | 124 | 133 | 0 | 5 | 144 | 66 |
| Binary | 11111111 | 101010 | 10110 | 0 | 1010100 | 1011011 | 0 | 101 | 1100100 | 110110 |
Color Harmonies of #FF2A16
Complementary color
Monochromatic Colors of #FF2A16
Black with #FF2A16
Text Example
Text Example
White with #FF2A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2A16; }
p { color: rgb(255,42,22); }
H1.HeaderClassName
{
color: #FF2A16;
}
.AnyTagClassName
{
color: #FF2A16;
}
</style>
background-color css
<style>
a { background-color: #FF2A16; }
a { background-color: rgb(255,42,22); }
div.DivClassName
{
background-color: #FF2A16;
}
.BgClassName
{
background-color: #FF2A16;
}
</style>
border-color css
<style>
span { border-color: #FF2A16; }
span { border-color: rgb(255,42,22); }
td.TdClassName
{
border-color: #FF2A16;
}
.TagClassName
{
border-color: #FF2A16;
}
</style>