Shades of Scarlet #FF2416
Tints of Scarlet #FF2416
RGB
CMYK
RGB Variations
Color information
#FF2416 (or 0xFF2416) is known color: Scarlet. HEX triplet: FF, 24 and 16. RGB value is (255,36,22). Sum of RGB (Red+Green+Blue) = 255+36+22=313 (41% of max value = 765). Red value is 255 (100% from 255 or 81.47% from 313); Green value is 36 (14.45% from 255 or 11.50% from 313); Blue value is 22 (8.98% from 255 or 7.03% from 313); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2416 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF2416 is #00DBE9. Grayscale: #646464. Windows color (decimal): -56298 or 1451263. OLE color: 1451263.
HSL color Cylindrical-coordinate representation of color #FF2416: hue angle of 3.61º 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 #FF2416 is Cyan = 0, Magento = 0.86, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 36 | 22 | - |
| CMYK | 0 | 0.86 | 0.91 | 0 |
| HSL | 3.61º | 1% | 0.54% | - |
| HSV(B) | 3.61º | 0.91% | 1% | - |
| XYZ | 42.02 | 22.58 | 2.9 | - |
| YUV | 99.89 | 84.05 | 238.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 36 | 22 | 0 | 0.86 | 0.91 | 0 | 3.61 | 1 | 0.54 |
| Hex | FF | 24 | 16 | 0 | 56 | 5B | 0 | 4 | 64 | 36 |
| Octal | 377 | 44 | 26 | 0 | 126 | 133 | 0 | 4 | 144 | 66 |
| Binary | 11111111 | 100100 | 10110 | 0 | 1010110 | 1011011 | 0 | 100 | 1100100 | 110110 |
Color Harmonies of #FF2416
Complementary color
Monochromatic Colors of #FF2416
Black with #FF2416
Text Example
Text Example
White with #FF2416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2416; }
p { color: rgb(255,36,22); }
H1.HeaderClassName
{
color: #FF2416;
}
.AnyTagClassName
{
color: #FF2416;
}
</style>
background-color css
<style>
a { background-color: #FF2416; }
a { background-color: rgb(255,36,22); }
div.DivClassName
{
background-color: #FF2416;
}
.BgClassName
{
background-color: #FF2416;
}
</style>
border-color css
<style>
span { border-color: #FF2416; }
span { border-color: rgb(255,36,22); }
td.TdClassName
{
border-color: #FF2416;
}
.TagClassName
{
border-color: #FF2416;
}
</style>