Shades of Scarlet #FF2616
Tints of Scarlet #FF2616
RGB
CMYK
RGB Variations
Color information
#FF2616 (or 0xFF2616) is known color: Scarlet. HEX triplet: FF, 26 and 16. RGB value is (255,38,22). Sum of RGB (Red+Green+Blue) = 255+38+22=315 (41% of max value = 765). Red value is 255 (100% from 255 or 80.95% from 315); Green value is 38 (15.23% from 255 or 12.06% from 315); Blue value is 22 (8.98% from 255 or 6.98% from 315); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2616 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF2616 is #00D9E9. Grayscale: #656565. Windows color (decimal): -55786 or 1451775. OLE color: 1451775.
HSL color Cylindrical-coordinate representation of color #FF2616: hue angle of 4.12º 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 #FF2616 is Cyan = 0, Magento = 0.85, Yellow = 0.91 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 38 | 22 | - |
| CMYK | 0 | 0.85 | 0.91 | 0 |
| HSL | 4.12º | 1% | 0.54% | - |
| HSV(B) | 4.12º | 0.91% | 1% | - |
| XYZ | 42.08 | 22.7 | 2.92 | - |
| YUV | 101.06 | 83.39 | 237.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 38 | 22 | 0 | 0.85 | 0.91 | 0 | 4.12 | 1 | 0.54 |
| Hex | FF | 26 | 16 | 0 | 55 | 5B | 0 | 4 | 64 | 36 |
| Octal | 377 | 46 | 26 | 0 | 125 | 133 | 0 | 4 | 144 | 66 |
| Binary | 11111111 | 100110 | 10110 | 0 | 1010101 | 1011011 | 0 | 100 | 1100100 | 110110 |
Color Harmonies of #FF2616
Complementary color
Monochromatic Colors of #FF2616
Black with #FF2616
Text Example
Text Example
White with #FF2616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2616; }
p { color: rgb(255,38,22); }
H1.HeaderClassName
{
color: #FF2616;
}
.AnyTagClassName
{
color: #FF2616;
}
</style>
background-color css
<style>
a { background-color: #FF2616; }
a { background-color: rgb(255,38,22); }
div.DivClassName
{
background-color: #FF2616;
}
.BgClassName
{
background-color: #FF2616;
}
</style>
border-color css
<style>
span { border-color: #FF2616; }
span { border-color: rgb(255,38,22); }
td.TdClassName
{
border-color: #FF2616;
}
.TagClassName
{
border-color: #FF2616;
}
</style>