Shades of Scarlet #FF2C16
Tints of Scarlet #FF2C16
RGB
CMYK
RGB Variations
Color information
#FF2C16 (or 0xFF2C16) is known color: Scarlet. HEX triplet: FF, 2C and 16. RGB value is (255,44,22). Sum of RGB (Red+Green+Blue) = 255+44+22=321 (42% of max value = 765). Red value is 255 (100% from 255 or 79.44% from 321); Green value is 44 (17.58% from 255 or 13.71% from 321); Blue value is 22 (8.98% from 255 or 6.85% from 321); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2C16 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF2C16 is #00D3E9. Grayscale: #686868. Windows color (decimal): -54250 or 1453311. OLE color: 1453311.
HSL color Cylindrical-coordinate representation of color #FF2C16: hue angle of 5.67º 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 #FF2C16 is Cyan = 0, Magento = 0.83, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 44 | 22 | - |
| CMYK | 0 | 0.83 | 0.91 | 0 |
| HSL | 5.67º | 1% | 0.54% | - |
| HSV(B) | 5.67º | 0.91% | 1% | - |
| XYZ | 42.29 | 23.12 | 2.99 | - |
| YUV | 104.58 | 81.4 | 235.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 44 | 22 | 0 | 0.83 | 0.91 | 0 | 5.67 | 1 | 0.54 |
| Hex | FF | 2C | 16 | 0 | 53 | 5B | 0 | 6 | 64 | 36 |
| Octal | 377 | 54 | 26 | 0 | 123 | 133 | 0 | 6 | 144 | 66 |
| Binary | 11111111 | 101100 | 10110 | 0 | 1010011 | 1011011 | 0 | 110 | 1100100 | 110110 |
Color Harmonies of #FF2C16
Complementary color
Monochromatic Colors of #FF2C16
Black with #FF2C16
Text Example
Text Example
White with #FF2C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2C16; }
p { color: rgb(255,44,22); }
H1.HeaderClassName
{
color: #FF2C16;
}
.AnyTagClassName
{
color: #FF2C16;
}
</style>
background-color css
<style>
a { background-color: #FF2C16; }
a { background-color: rgb(255,44,22); }
div.DivClassName
{
background-color: #FF2C16;
}
.BgClassName
{
background-color: #FF2C16;
}
</style>
border-color css
<style>
span { border-color: #FF2C16; }
span { border-color: rgb(255,44,22); }
td.TdClassName
{
border-color: #FF2C16;
}
.TagClassName
{
border-color: #FF2C16;
}
</style>