Shades of Scarlet #FF2F16
Tints of Scarlet #FF2F16
RGB
CMYK
RGB Variations
Color information
#FF2F16 (or 0xFF2F16) is known color: Scarlet. HEX triplet: FF, 2F and 16. RGB value is (255,47,22). Sum of RGB (Red+Green+Blue) = 255+47+22=324 (42% of max value = 765). Red value is 255 (100% from 255 or 78.70% from 324); Green value is 47 (18.75% from 255 or 14.51% from 324); Blue value is 22 (8.98% from 255 or 6.79% from 324); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2F16 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF2F16 is #00D0E9. Grayscale: #6A6A6A. Windows color (decimal): -53482 or 1454079. OLE color: 1454079.
HSL color Cylindrical-coordinate representation of color #FF2F16: hue angle of 6.44º 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 #FF2F16 is Cyan = 0, Magento = 0.82, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 47 | 22 | - |
| CMYK | 0 | 0.82 | 0.91 | 0 |
| HSL | 6.44º | 1% | 0.54% | - |
| HSV(B) | 6.44º | 0.91% | 1% | - |
| XYZ | 42.4 | 23.35 | 3.03 | - |
| YUV | 106.34 | 80.41 | 234.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 47 | 22 | 0 | 0.82 | 0.91 | 0 | 6.44 | 1 | 0.54 |
| Hex | FF | 2F | 16 | 0 | 52 | 5B | 0 | 6 | 64 | 36 |
| Octal | 377 | 57 | 26 | 0 | 122 | 133 | 0 | 6 | 144 | 66 |
| Binary | 11111111 | 101111 | 10110 | 0 | 1010010 | 1011011 | 0 | 110 | 1100100 | 110110 |
Color Harmonies of #FF2F16
Complementary color
Monochromatic Colors of #FF2F16
Black with #FF2F16
Text Example
Text Example
White with #FF2F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2F16; }
p { color: rgb(255,47,22); }
H1.HeaderClassName
{
color: #FF2F16;
}
.AnyTagClassName
{
color: #FF2F16;
}
</style>
background-color css
<style>
a { background-color: #FF2F16; }
a { background-color: rgb(255,47,22); }
div.DivClassName
{
background-color: #FF2F16;
}
.BgClassName
{
background-color: #FF2F16;
}
</style>
border-color css
<style>
span { border-color: #FF2F16; }
span { border-color: rgb(255,47,22); }
td.TdClassName
{
border-color: #FF2F16;
}
.TagClassName
{
border-color: #FF2F16;
}
</style>