Shades of Scarlet #FF2516
Tints of Scarlet #FF2516
RGB
CMYK
RGB Variations
Color information
#FF2516 (or 0xFF2516) is known color: Scarlet. HEX triplet: FF, 25 and 16. RGB value is (255,37,22). Sum of RGB (Red+Green+Blue) = 255+37+22=314 (41% of max value = 765). Red value is 255 (100% from 255 or 81.21% from 314); Green value is 37 (14.84% from 255 or 11.78% from 314); Blue value is 22 (8.98% from 255 or 7.01% from 314); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2516 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF2516 is #00DAE9. Grayscale: #646464. Windows color (decimal): -56042 or 1451519. OLE color: 1451519.
HSL color Cylindrical-coordinate representation of color #FF2516: hue angle of 3.86º 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 #FF2516 is Cyan = 0, Magento = 0.85, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 37 | 22 | - |
| CMYK | 0 | 0.85 | 0.91 | 0 |
| HSL | 3.86º | 1% | 0.54% | - |
| HSV(B) | 3.86º | 0.91% | 1% | - |
| XYZ | 42.05 | 22.64 | 2.91 | - |
| YUV | 100.47 | 83.72 | 238.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 37 | 22 | 0 | 0.85 | 0.91 | 0 | 3.86 | 1 | 0.54 |
| Hex | FF | 25 | 16 | 0 | 55 | 5B | 0 | 4 | 64 | 36 |
| Octal | 377 | 45 | 26 | 0 | 125 | 133 | 0 | 4 | 144 | 66 |
| Binary | 11111111 | 100101 | 10110 | 0 | 1010101 | 1011011 | 0 | 100 | 1100100 | 110110 |
Color Harmonies of #FF2516
Complementary color
Monochromatic Colors of #FF2516
Black with #FF2516
Text Example
Text Example
White with #FF2516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2516; }
p { color: rgb(255,37,22); }
H1.HeaderClassName
{
color: #FF2516;
}
.AnyTagClassName
{
color: #FF2516;
}
</style>
background-color css
<style>
a { background-color: #FF2516; }
a { background-color: rgb(255,37,22); }
div.DivClassName
{
background-color: #FF2516;
}
.BgClassName
{
background-color: #FF2516;
}
</style>
border-color css
<style>
span { border-color: #FF2516; }
span { border-color: rgb(255,37,22); }
td.TdClassName
{
border-color: #FF2516;
}
.TagClassName
{
border-color: #FF2516;
}
</style>